S1M0N38 / soccerapi

soccerapi, an unambitious soccer odds scraper ⚽️
MIT License
154 stars 37 forks source link

Maximum requests limit #39

Open davidvardany opened 2 years ago

davidvardany commented 2 years ago

It seems bet365 is limiting requests. After doing 200 requests I'm not able to establish new connection. How to pass this?

requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fb25f608a30>: Failed to establish a new connection: [Errno 111] Connection refused'))