Describe the bug
The wakatime card displays "No coding activity this week"
Expected behavior
The card woud show the same stats as https://wakatime.com/@nthnchu
Screenshots / Live demo link (paste the github-readme-stats link as markdown image)
Additional context
It's a new wakatime account so that might be the issue. It also works on my own vercel deployment (see my readme), but I still think that this is odd.
Never mind; It fixed itself somehow
Edit: This was because of the cache, if anyone faces the same issue first just try to add &v=2 to the end.
Even I am facing the same issue ... My dashboard in Wakatime shows stats that's not reflected in my github readme.
@nthnchu How'd you fix it ?
@benihime91 try going to https://wakatime.com/settings/profile, and checking the boxes "Display coding activity publicly" and "Display languages, editors, operating systems publicly". Does that work?
Note: You might also be able to fix it by adding &v=2 to the end of the card url so your browser is forced to re-request it
@nthnchu Yeah it's working now thanks...
@nthnchu Awesome. You saved me
Most helpful comment
@benihime91 try going to https://wakatime.com/settings/profile, and checking the boxes "Display coding activity publicly" and "Display languages, editors, operating systems publicly". Does that work?
Note: You might also be able to fix it by adding
&v=2to the end of the card url so your browser is forced to re-request it