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

Displays wrong stats after crossing 100 days #194

Closed devmohit-live closed 2 years ago

devmohit-live commented 2 years ago

Describe the bug Displays wrong stats after crossing 100 days , its actually 150+ days of streak but from last few days days it is showing 86 and sometimes 77. Sometimes it shows the correct streak , sometimes not.

Priyansh-Kedia commented 2 years ago

Same issue with me I am facing the issue for less than 10 days too.

My streak was reset to 0 from around 39, and now again has been reset to 1

DenverCoder1 commented 2 years ago

Do you have private contributions that aren't set to be displayed?

@Priyansh-Kedia This is what I see when viewing your profile image

The data displayed on the card is exactly how it is received from the GitHub API.

ccarver80 commented 2 years ago

I had a weird one, I got home late one night (9:30pmMST) checked my GitHub and it showed I lost my streak so I figured GitHub's servers were on a different time zone no big deal, but I pushed something anyway and my streak came back :shrug:

koushalkishor commented 2 years ago

I lost my streak one day suddenly it shows my streak 0 from 11 and it is not showing my contribution properly even after i pushed commits on github if i pushing around 10 or more commits its hardly showing 1 and next day again it showing my streak 0

Nasim-Mahmud commented 2 years ago

After completing 34 days, it's suddenly showing 0 streaks instead of 35! :/

Edit: The bug appears every now and then, sometimes it works, sometimes shows 0 days streak.

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.