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.66k stars 721 forks source link

Streak reset to 0 even though I did stuff today #275

Closed ItsHypers closed 2 years ago

ItsHypers commented 2 years ago

Describe the bug My Streak reset to 0, even though I worked on something today

To Reproduce Steps to reproduce the behavior: I'm not sure. I just worked on a project as usual and noticed my streak went to 0 even though I worked on stuff.

Expected behavior For the streak to continue from where it was.

Screenshots If applicable, add screenshots to help explain your problem. image image

Desktop (please complete the following information):

DenverCoder1 commented 2 years ago

There are a couple possibilities I can think of:

  1. You made private contributions and you have the setting for displaying them turned off. (You can use the Contribution Settings pulldown next to the graph to change this)
  2. GitHub is displaying the graph for you in a different timezone.

The stats used by the card are directly taken from the GitHub API.

When I view your profile, I am also seeing no contributions on July 9.

image

DenverCoder1 commented 2 years ago

I have a theory the timezone used by the cards is based on the timezone of the user who provided the token.

You could try self hosting it if you'd like to see if the stats match your chart better.

https://github.com/DenverCoder1/github-readme-streak-stats#-deploying-it-on-your-own

If you do try it, let me know if you think that works.

Closing as there is no alternate solutions known as of now.