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.83k stars 750 forks source link

GitHub README Streak Stats Displaying 0 Values #349

Closed jesterb0206 closed 2 years ago

jesterb0206 commented 2 years ago

Describe the bug

On my profile README it's displaying none of my stats, all of the values are 0. However, if I change the username from mine to someone else's it displays correct stats.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://github.com/jesterb0206/jesterb0206'
  2. Scroll down to my GitHub README streak stats
  3. See error

Expected behavior

As of writing this I should have 138 contributions, and I don't know off the top of my head what my longest streak is (I think 4 or 5) but I've made contributions today and yesterday so my current streak should be 2.

Screenshots

Screen Shot 2022-11-08 at 12 04 45 AM Screen Shot 2022-11-08 at 12 09 23 AM

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

I see that for my GitHub stats the only correct value is the total stars that I've earned, the rest of the values are displaying 0 as well which is incorrect. Interestingly, my most used languages is correct. I'm wondering if this is an issue with GitHub and not GitHub README Streak Stats.

DenverCoder1 commented 2 years ago

Screenshot_20221108-025703

You must have told GitHub to make your activity private.

Your options are to either make your activity public or self-host the projects with a repo-scope personal access token.

jesterb0206 commented 2 years ago

I feel so stupid, I'm embarrassed I didn't even think of that, thank you so much, I'll see if that fixes things!

Bradley

jesterb0206 commented 2 years ago

That did the trick, thank you so much for your help!