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
🐞 Describe the bug
For the https://ntfy.sh homepage, and not on the Notifications / Subscriptions / Message-sending page, for unknown reasons I temporarily exceeded limits api.github.com.
While ntfy.sh requested https://api.github.com/repos/binwiederhier/ntfy, I presume for the live Stars count, the homepage would flash as loaded, then report a total crash. The api requests were receiving 403 reponses, {"message":"API rate limit exceeded for [ip]. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}.
I would be nice the the homepage gracefully degraded and was still usable, when dependencies are returning non-success statuses.
💻 Components impacted
Web homepage, ntfy.sh. Not the web app.
💡 Screenshots and/or logs
🔮 Additional context
The text was updated successfully, but these errors were encountered:
mcint
changed the title
Homepage index -- loads then crashes entire page, when GitHub API call returns 403
Homepage / -- loads then crashes entire page, when GitHub API call returns 403
Nov 5, 2024
🐞 Describe the bug
For the https://ntfy.sh homepage, and not on the Notifications / Subscriptions / Message-sending page, for unknown reasons I temporarily exceeded limits api.github.com.
While ntfy.sh requested https://api.github.com/repos/binwiederhier/ntfy, I presume for the live Stars count, the homepage would flash as loaded, then report a total crash. The api requests were receiving 403 reponses,
{"message":"API rate limit exceeded for [ip]. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
.I would be nice the the homepage gracefully degraded and was still usable, when dependencies are returning non-success statuses.
💻 Components impacted
Web homepage, ntfy.sh. Not the web app.
💡 Screenshots and/or logs
🔮 Additional context
The text was updated successfully, but these errors were encountered: