Bug: Ghost Notifications #174927
Replies: 11 comments 16 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/orgs/community/discussions/174283#discussioncomment-14527039 you can use this uvx fown auth loginuvx fown noti delete -r |
Beta Was this translation helpful? Give feedback.
-
|
I see blue circle indicator on notifications button. On unread notifications page, I see empty list and "1-0 of 2" at the bottom near "Prev" and "Next" buttons. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Fixed by https://github.com/orgs/community/discussions/174246#discussioncomment-14471133 |
Beta Was this translation helpful? Give feedback.
-
|
Amazing. Was reported almost 4 years ago, but still an issue now: When spam projects are banned, is it really that hard to also get rid of notification spam at the same time..? |
Beta Was this translation helpful? Give feedback.
-
|
I was affected by this ghost notification too. Someone opened a scam repo and added me to it.
This worked. |
Beta Was this translation helpful? Give feedback.
-
|
I finally cracked the shits with this bug and wrote a shell-script function to mark all notifications as read (which implies that the ones that aren't trapped in the Ethereal Plane have been read/dismissed): fuck_your_gitcoin(){
curl -L -X PUT \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/notifications \
-d '{"read":true}'
}For this to work, a (classic) personal token needs to be registered and set in your environment (i.e., I'm aware this isn't a real solution, as this needs to be fixed on GitHub's end. However, I don't have |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Thanks @ffgan |
Beta Was this translation helpful? Give feedback.
-
|
False notification indicator disappeared without me taking any action to fix it. |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
There seems to be a growing scam where people open up repos and then spam issues where they @ as many folks as possible to draw attention.
However, when this happens and the repo gets deleted for being spam, the associated notifications are not cleared, and also can not be cleared by the user either.
I now live with these ghost notifications, where I get the lil' bubble next to the icon etc. but clicking on it will give me an empty page with nothing to act on.
Here is one recent example:

Clicking on this direct filter does obviously nothing as well – as it doesn't exist (anymore)!
Very infuriating.
Beta Was this translation helpful? Give feedback.
All reactions