The Card for Github stats has not updated probably since 2023
Describe the bug
Over the last two months alone, i have made over 20 PR, but there are not updated on my card.
Expected behavior
I am expecting the card content to be updated.
Screenshots / Live demo link
Additional context
No response
I am having the same issue
It says i have 304 commits while i have over 6K commits
Cool...thought it was just me tho
@De-Hype Maybe it doesn't count private repo contributions?
Oh nevermind it doesn't update at all :/
@De-Hype @Iweisc I've encountered the same issue with the statistics not updating correctly in the README file. After some investigation, I found that the problem was due to browser cache. Clearing the browser cache resolved the issue for me.
How? Can you please elaborate? Do i need to clear my browser cache before i start coding then it does the tracking from there? Or it has been doing the tracking, and i just need to clear cache to see the updated card?
I've checked, and the tracking is always active. However, I think the issue might be with the theme of this box not updating properly. I suggest trying out other themes which don't have this problem. When I searched your Stat link in the URL bar, it gave me an error. available themes
@kouroshai Thanks for your reply. It worked for me : )
@Iweisc , @kouroshai which one theme do you use and see stats are updated ? Doesn't work for me even with default theme
@Iweisc , @kouroshai which one theme do you use and see stats are updated ? Doesn't work for me even with default theme
It started working all of a sudden for no reason. but i am using the tokyo night theme i guess.
@Iweisc do you have contributions to public repos only or private included? Coz I'm mostly contributing to private repos and stats do not increase.
Hello guys
By default the stats card display only contributions made into public repositories. In case you want to display the private contributions as well, then you need to deploy own instance using own GitHub API token.
Also note that we're using caching to decrease the load on our servers. The default cache timing is 24 hours. In case you want your card to be update more often then you can deploy own instance. There you will be able to set an environment variable CACHE_SECONDS with any positive integer.
@qwerty541 thanks for reply, with deploy own instance private contributions are shown.
@qwerty541 thanks for reply, with deploy own instance private contributions are shown.
@vmred Glad to help! Feel free to contact me in case you'll have any questions.