-
|
The results shown in my profile are wrong, but the actual link to visit is correct. Is there something wrong with my configuration? this is my config 一名普通的 Java 程序员 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Two things cause your card to show up with [](https://github.com/anuraghazra/github-readme-stats) |
Beta Was this translation helpful? Give feedback.




Two things cause your card to show up with
0commits. First, the GitHub rest API which we use to fetch the total commits wheninclude_all_commits=truesometimes fails (see #1515 (comment)). In that case, the code returns0. Because we use caching for the cards, this incorrect value stays on the card for 4 hours before being fixed. When you request the card through the URL, you likely use a slightly different syntax, breaking the caching mechanism. You can see this is the case by appending a random string (e. g.random=2345545345).