-
Notifications
You must be signed in to change notification settings - Fork 24
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
Explicitly return Error when GITHUB API rate limit is exceeded #29
Comments
Personally, I also have an opinion about the use of |
Love this, thanks a lot for making this issue. Would you like to be assigned? |
Sure sounds good! |
Any updates @tintinthong? No rush, just let me know |
Hi sorry. I will not work on this anymore. Sorry. Thanks for letting me participate in Octoberfest. Cheers! |
👍 |
Rate limit gets hit for unauthenticated request very easily. The error tho is uninformative, for example.
The CLI should handle a 403 response
and raise the Error in a comprehensible so the user knows that the rate limit is exceeded
The text was updated successfully, but these errors were encountered: