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

Change ratelimiting error from 403 to 429 #940

Open
Evan-Leon opened this issue Jan 16, 2025 · 0 comments
Open

Change ratelimiting error from 403 to 429 #940

Evan-Leon opened this issue Jan 16, 2025 · 0 comments
Labels
api Issues or improvements related to the backend api bug Something isn't working search

Comments

@Evan-Leon
Copy link
Contributor

Currently, the ratelimit package error is a 403 Forbidden, which may be unclear to the user that the error is that they have been rate limited. Change error to 429 (too many requests) for clarity. The ratelimit package docs have a solution

@Evan-Leon Evan-Leon added api Issues or improvements related to the backend api bug Something isn't working search labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues or improvements related to the backend api bug Something isn't working search
Projects
None yet
Development

No branches or pull requests

1 participant