Stats not updating #3675
-
Describe the bugThe stats are not updating on my github.username.md for the profile. I have my own instance deployed on vercel working. The banner on github does not update, but when used on a different program or site, like a local jupyter notebook or a markdown online editor like stackedit.io it does show the current/actual data. Expected behaviorupdated data, bugger numbers and python among other languages Screenshots / Live demo linkhttps://github.com/JackGraymer/JackGraymer shows no python, using the md line: for example on https://stackedit.io/app# will shows python today Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey, @JackGraymer! At first I want to say that this repository does not provide streak stats card, so if you have any questions related to this card you should ask them in corresponding place https://github.com/DenverCoder1/github-readme-streak-stats I can guess from my side that your problem most likely related to caching. If you inspect html code of your streak card you will find that GitHub reuploads and cache image on their CDN and img tag leads on |
Beta Was this translation helpful? Give feedback.
-
Right, This one works, is the streak that doesn't, thanks |
Beta Was this translation helpful? Give feedback.
Hey, @JackGraymer!
At first I want to say that this repository does not provide streak stats card, so if you have any questions related to this card you should ask them in corresponding place https://github.com/DenverCoder1/github-readme-streak-stats
I can guess from my side that your problem most likely related to caching. If you inspect html code of your streak card you will find that GitHub reuploads and cache image on their CDN and img tag leads on
camo.githubusercontent.com
instead of your instance. So updating data on streak card wont be immediate after making contribution, it should take a few hours.