mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1217] Homepage / -- loads then crashes entire page, when GitHub API call returns 403 #857
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#857
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcint on GitHub (Nov 5, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1217
🐞 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
@Mause commented on GitHub (Oct 8, 2025):
This is an issue again today, I'd submit a PR to fix, but the code for the ntfy.sh website doesn't seem to be public
@binwiederhier commented on GitHub (Feb 1, 2026):
This is a per-IP limit, so if you hammer the GitHub API, then the ntfy.sh website will crash. It's not ideal, but not something I'd like to fix right now.