DenverCoder1 / github-readme-streak-stats

🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
https://streak-stats.demolab.com
MIT License
4.85k stars 756 forks source link

Fetch issue #730

Open 32teeth opened 2 days ago

32teeth commented 2 days ago

Describe the bug Not fetching image as of yesterday

GitHub Streak

Screenshot 2024-11-13 at 1 15 16 PM
1up64 commented 22 hours ago

his bug has been happening because the heroku website is no longer being maintaned

TheOnlyWayUp commented 13 hours ago

Same issue! I didn't know heroku was deprecated.

You can fix it by pointing to streak-stats.demolab.com

DenverCoder1 commented 12 hours ago

Demolab and Heroku will have the same issue. It's due to the GitHub API occasionally not returning results which can happen when there is a lot of traffic to the server. If you're not self-hosting, demolab is the better url to use since it will continue to work even if I move away from hosting on Heroku.

To avoid this issue, I recommend self-hosting the project. There are also steps in the readme for deploying on Vercel. It's free and shouldn't take more than a couple minutes to set up.

It should also start working on its own, but there isn't much I can do to prevent it from going down in the future, so self-hosting is still an option to get it to stay up more reliably.

unixorn commented 9 hours ago

Thanks!