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
Just running as usual - do you know if there has been a change at the Zwift end to limit the number of requests?
Traceback (most recent call last):
File "/config/custom_components/zwift/sensor.py", line 361, in update
player_state = world.player_status(player_id)
File "/usr/local/lib/python3.9/site-packages/zwift/world.py", line 24, in player_status
buffer = self.request.protobuf(
File "/usr/local/lib/python3.9/site-packages/zwift/request.py", line 44, in protobuf
raise RequestException("{} - {}".format(
zwift.error.RequestException: 429 - Too Many Requests
The text was updated successfully, but these errors were encountered:
Description
Using the client via https://github.com/snicker/zwift_hass, I'm getting very regular errors when calling world.player_status (every 2-3 minutes)
What I Did
Just running as usual - do you know if there has been a change at the Zwift end to limit the number of requests?
The text was updated successfully, but these errors were encountered: