You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2021. It is now read-only.
Hi,
When I try to retrieve data, for example data about the players, using the command: player.PlayerSummary(<player_id>).info()
after few times of success I get the following error: raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', error("(10060, 'WSAETIMEDOUT')",))
Hi,
When I try to retrieve data, for example data about the players, using the command:
player.PlayerSummary(<player_id>).info()after few times of success I get the following error:
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', error("(10060, 'WSAETIMEDOUT')",))
Please assist on this matter.