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.87k stars 766 forks source link

My GitHub Streaks doesn't display #578

Closed AbubakrBardien closed 1 year ago

AbubakrBardien commented 1 year ago

Describe the bug I followed the steps in the README.md, but it doesn't work.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://github.com/Abubakr030109/Abubakr030109
  2. See error

Expected behavior I expect it to always show my streaks.

Desktop (please complete the following information):

DenverCoder1 commented 1 year ago

When there is a lot of traffic to the Heroku server, the GitHub API seems to stop sending back content and the responses become very slow.

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

AbubakrBardien commented 1 year ago

Thanks for the help, I'll look into that.

DenverCoder1 commented 1 year ago

It should also start working on its own, which it seems it already has when I view your profile.

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.