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
{{ message }}
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.
Unauthenticated requests are limited to 60 requests per hour.
Unauthenticated requests to the Search API are limited to 10 requests per minute.
Unauthenticated requests are associated with your IP address, and not the user making requests.
Background on this issue:
@jacebrowning reports this console error when testing locally: GET https://api.github.com/orgs/friendlycode/repos 403 (Forbidden)
{
"message": "API rate limit exceeded for 152.160.140.86. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
"documentation_url": "https://developer.github.com/v3/#rate-limiting"
}
The text was updated successfully, but these errors were encountered:
We're hitting GitHub's rate-limiting when trying to populate the list of projects, which results in no output for that section of the home page.
We should cache the projects list locally, probably no more than once per day.
From GitHub's documentation:
Background on this issue:
@jacebrowning reports this console error when testing locally:
GET https://api.github.com/orgs/friendlycode/repos 403 (Forbidden)
The text was updated successfully, but these errors were encountered: