Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 429: Too Many Requests #74

Closed
toofast1 opened this issue Jan 23, 2018 · 2 comments
Closed

Getting 429: Too Many Requests #74

toofast1 opened this issue Jan 23, 2018 · 2 comments

Comments

@toofast1
Copy link

toofast1 commented Jan 23, 2018

Hello,

Suddenly I am unable to auth through steam on my application anymore. I get this error:
Client error: GET http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=C63F514B1FE910EC7726D80971F60xxx&steamids=76561197987844xxx resulted in a 429 Too Many Requests response: <html> <head> <title>429 Too Many Requests</title> </head> <body> <h1>Too Many Requests</h1> </body> </html>

I think that Steam has blocked the IP address of my VPS and it's been almost 1 day since I am unable to log in and yet not working. Can this block be permanent?

Should I try to place a delay to the GET request? If so, how can I do this?

@dhurley94
Copy link

Instead of placing a delay you could use a proxy, but you would need multiple web api keys in order to do that. Alternatively, your code may be syncing with Valve's server's to often. You may want to review the auth modules in detail.

@Harsukh21
Copy link

this API error many time getting during if so many API request is getting in your application.
if you wanna get resolve this error message in your Laravel API then please follow this step
step - 1 : open your app/Http/Kernel.php file and comment bellow line
protected $middlewareGroups = [
...
'api' => [
// 'throttle:60,1',
],
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants