'Selenium won't load specific webpages on bet365

I am trying to scrape data from bet365 for basketball odds however I am encountering where certain leagues webpages wont load even when simply just loading the page and not automating anything else. It is very irregular as to which leagues will load and which won't but for a large portion of the leagues it is displaying the message "Sorry, this page is no longer available. Betting has closed or has been suspended." - I am fairly new to web scraping so am not using any tools to hide the fact it is an automated script so I'm unsure if the site is flagging for bot activity but then I'm unsure why some pages would still load if that was the case.

I am simply just using chromewebdriver and driver.get() links like bet365.com/#/AC/B18/C20814074/D48/E1453/F10 bet365.com/#/AC/B18/C20604387/D48/E1453/F10/ Both work however other links: bet365.com/#/AC/B18/C20815826/D48/E1453/F10/ bet365.com/#/AC/B18/C20816919/D48/E1453/F10/ Don't work despite being near identical pages

Just looking for some insight into why certain leagues would be blocked and if there is any way to work around it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source