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'))
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'))