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
WHen Github rate limits the API will lock up until the rate limit is cleared (up to an hour!) A rate limit block should be shown as an exception and in a perfect world an event listener for remaining trys (in the API)
I had to go in and manually print a stacktrace in RateLimitHandler.java that was being caught silently to even figure out what was happening.
The text was updated successfully, but these errors were encountered:
WHen Github rate limits the API will lock up until the rate limit is cleared (up to an hour!) A rate limit block should be shown as an exception and in a perfect world an event listener for remaining trys (in the API)
I had to go in and manually print a stacktrace in RateLimitHandler.java that was being caught silently to even figure out what was happening.
The text was updated successfully, but these errors were encountered: