stursby/hasvuepassedreactyet

"API rate limit exceeded" but stills Loading state

HZooly opened this issue · 3 comments

Request to /fetchGithubStarts send back a 200 HTTP code, but without data:

{"data":null,"errors":[{"message":"API rate limit exceeded","type":"RATE_LIMITED"}]}

"Loading..." indicator stills displayed.

Zomis commented

Seems to work again now. For how long? Who knows :)

Rate limits are per hour.

Yes, Github API without being authenticated is limited to 60rph

https://developer.github.com/changes/2012-10-14-rate-limit-changes/

Thanks @nkoehring for your PR.