github-readme-stats not working?
Describe the bug
I found that github-readme-stats is not working, it is not displayed. But the language card is still displayed.
Expected behavior
No response
Screenshots / Live demo link
Additional context
No response
Same issue see screenshot
screenshot (click to expand)
Nothing is working for me right now. Looks like the server has crashed / is being restarted. I am getting 503 when trying to visit the link for my GitHub account:
503: SERVICE_UNAVAILABLE
Code: DEPLOYMENT_PAUSED
ID: fra1::hnp2t-1764071781261-5d9c41f340ea
Hi @anuraghazra check deployment pls
I think most people have the same problem, I found it yesterday morning
我认为大多数人遇到了相同的问题,我在昨天上午发现了它
Same problem, but TopLangs still work.
Please stop cosplaying as Cloudflare... 💀💀💀😭
Nothing work now😂 It should be a server problem. When to fix?
what's going on about Readme-stats
what's going on about Readme-stats
you can take a look of my Readme-stats and you'll know what happened 🫠
Same is wih me @anuraghazra Look into the deployment of the site asap.
It seems like the owner (or Vercel) blocked the deployment of the webapp.
Same here too.
Same here too.
Hi guys. Looks like the services consumption exceeded the configured limits on the Anurag's Vercel account. Basically this issue is a duplicate of https://github.com/anuraghazra/github-readme-stats/issues/3851. Most likely the outage will persisnt till end of month.
For now I recommend you to deploy own instance using your own API token. This would let you to return the cards into your profile ASAP and avoid the impact of possible future outages.
I hope on your understanding since Anurag pays for the deployment from his own pockets.
I deployed this instance myself, and it seems to be running smoothly. Anyway, thank you for telling us that, and thank you for everything you've done for this project
Hi guys. Looks like the services consumption exceeded the configured limits on the Anurag's Vercel account. Basically this issue is a duplicate of https://github.com/anuraghazra/github-readme-stats/issues/3851. Most likely the outage will persisnt till end of month.
For now I recommend you to deploy own instance using your own API token. This would let you to return the cards into your profile ASAP and avoid the impact of possible future outages.
I hope on your understanding since Anurag pays for the deployment from his own pockets.
喵?
Hi guys. Looks like the services consumption exceeded the configured limits on the Anurag's Vercel account. Basically this issue is a duplicate of #3851. Most likely the outage will persisnt till end of month.
For now I recommend you to deploy own instance using your own API token. This would let you to return the cards into your profile ASAP and avoid the impact of possible future outages.
I hope on your understanding since Anurag pays for the deployment from his own pockets.
Thank you.
Hi guys. Looks like the services consumption exceeded the configured limits on the Anurag's Vercel account. Basically this issue is a duplicate of #3851. Most likely the outage will persisnt till end of month. For now I recommend you to deploy own instance using your own API token. This would let you to return the cards into your profile ASAP and avoid the impact of possible future outages. I hope on your understanding since Anurag pays for the deployment from his own pockets.
Thank you.
Okay, thank you for your answer.
Let's keep this issue open while the problem persists to prevent users from creating multiple duplicates.
Hi guys. Looks like the services consumption exceeded the configured limits on the Anurag's Vercel account. Basically this issue is a duplicate of #3851. Most likely the outage will persisnt till end of month.
For now I recommend you to deploy own instance using your own API token. This would let you to return the cards into your profile ASAP and avoid the impact of possible future outages.
I hope on your understanding since Anurag pays for the deployment from his own pockets.
I don't know I guess I'm stupid or something 🙁 I tried to deploy my own instance and I can see the cards if I just hit them from my local but through GitHub Pages or anything like that they throw a broken image icon. I have no idea what I'm doing wrong. 😑
EDIT: Eventually I fixed my issue using my own domain.
also have this problem
me too
For now I recommend you to deploy own instance using your own API token. This would let you to return the cards into your profile ASAP and avoid the impact of possible future outages.
If it helps anyone there is an alternative to deploying your own vercel instance of this repository. The user-statistician repository shows how to use github actions to generate stat SVGs in the profile repository that you can then reference in your ReadMe, example:
I've switched to this as I don't like the idea of having to stand up a vercel instance just to get the stats back on my ReadMe.
Does anyone know the answers to the questions below?
- Where is the owner of this repo and why is he not participating in this conversation?
- Why are you linking old posts from 2024?
- Why isn't this fixed yet?
- When will it be fixed?
Thanks.
BTW, the self-hosting 'solution' is ridiculous. No one in their right mind is going to create an account on shitty VERCEL just to display stars on their profile. Better to just scrap these stats entirely. What kind of joke hosting service can't manage to host simple star counts and makes people create their own instances for something this trivial?
There are other options.
If you don't like it use something else. This isn't a paid service you're not paying for uptime. You're getting best effort.
You can complain all you like but I'll sum it up for you if you're too lazy to read. The owner has done all he/she could at this point and yes it dates back to 2024. Why? because and When? never unless you're want to put your 💰 where you mouth is.
Same here
Why would you need Vercel? It took me about 5 minutes to create a Docker container with this repo and spin it up.
BTW, the self-hosting 'solution' is ridiculous. No one in their right mind is going to create an account on shitty VERCEL just to display stars on their profile. Better to just scrap these stats entirely. What kind of joke hosting service can't manage to host simple star counts and makes people create their own instances for something this trivial?
After checking the CI/CD logs, it looks like the E2E tests are failing because the deployed github-readme-stats instance is returning the generic error SVG ("Something went wrong! file an issue at https://tiny.one/readme-stats") instead of the expected stats/language/repo/gist cards. The SVG contains errors like Cannot read properties of undefined (reading 'user') and ...(reading 'viewer'), which suggests that the GitHub GraphQL response doesn’t include the expected user / viewer fields (possibly due to a missing or invalid PAT or a change in the API response). As a result, the deep equality checks between the local SVG and the deployment SVG are failing.