-
Notifications
You must be signed in to change notification settings - Fork 13
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
Return Rate limiting error #1
Labels
Comments
Also, the unsplash API itself is erroneous. |
The new production rate limit is very high and I couldn't exhaust it easily. |
|
403 + 0 remaining means rate limiting error? |
Fixed in be60380 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current code is returning AuthError even for a rate limiting case.
unsplash's API doesn't give a resume time header but since they do it per hour, upon hitting the rate limit, just don't send the request till the next hour begins. Needs much more though.
The text was updated successfully, but these errors were encountered: