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
I keep running into this when I'm going through user lists and trying to populate the cache:
In Client.php line 180:
Client error: GET http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/?key=6B264EE334F3233E1B5511D63D0C60D1&format=json&input_json=%7B%22steamId%22%3A %2276561197970845665%22%7D resulted in a 429 Too Many Requests response:
<title>429 Too Many Requests</title>
Too Many Requests
In RequestException.php line 113:
Client error: GET http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/?key=6B264EE334F3233E1B5511D63D0C60D1&format=json&input_json=%7B%22steamId%22%3A %2276561197970845665%22%7D resulted in a 429 Too Many Requests response:
<title>429 Too Many Requests</title>
Too Many Requests
Anyway, would it be possible to create an exception on error 429 from the api call? And then have this enable a holdtown timer and have the script wait x seconds before trying again?
Thanks,
billcat
The text was updated successfully, but these errors were encountered:
I keep running into this when I'm going through user lists and trying to populate the cache:
In Client.php line 180:
Client error:
<title>429 Too Many Requests</title>GET http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/?key=6B264EE334F3233E1B5511D63D0C60D1&format=json&input_json=%7B%22steamId%22%3A %2276561197970845665%22%7D
resulted in a429 Too Many Requests
response:Too Many Requests
In RequestException.php line 113:
Client error:
<title>429 Too Many Requests</title>GET http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/?key=6B264EE334F3233E1B5511D63D0C60D1&format=json&input_json=%7B%22steamId%22%3A %2276561197970845665%22%7D
resulted in a429 Too Many Requests
response:Too Many Requests
Anyway, would it be possible to create an exception on error 429 from the api call? And then have this enable a holdtown timer and have the script wait x seconds before trying again?
Thanks,
billcat
The text was updated successfully, but these errors were encountered: