-
Notifications
You must be signed in to change notification settings - Fork 74
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
Rate Limits #101
Comments
I'm having the same issue - no changes to my code either It works when viewing the JSON in the browser, so it seems to be still working |
@AaronS95 Yeah I can also confirm the endpoint works when you go through the browser. My current plan is to essentially not make any API requests til Monday and see if I get automatically unblocked. |
Are you sending a |
Don't think you're blocked, it seems like all i.c4dn requests require a |
Changed my code a bit and it seems like I was missing a User-Agent header, works fine now! Before making any changes I logged the output of my request headers which did include User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:128.0) Gecko/20100101 Firefox/128.0, so I'm not really sure what went wrong - either way it's fixed for me |
@Hamuko and @FrostyFridge , where did you find out that we need a |
Noticed that cURL worked whereas my raw HTTP requests didn't, and I knew that cURL sends its |
@Hamuko ah I see. Weird that 4chan made that update all of a sudden. |
Hi, I believe i have just gotten rate limited (axios all of a sudden gives a 429 "Too Many Requests" Error when everything was working before and there have been no changes to the code).
I read in another issue that the rate limit is 1 request per second, but I haven't been able to find that in the docs.
Does anyone know how long it takes to get unblocked?
The text was updated successfully, but these errors were encountered: