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
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
The text was updated successfully, but these errors were encountered:
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 solutionThe text was updated successfully, but these errors were encountered: