2 Bugs: Commit number display wrongly & Keywords have conflicts
Describe the bug
Let's see 2 pictures first
You notice what?
The number of commits is wrong, and wierd, I commited in 2024 more than in total?? Also, both numbers are wrong according to my real commit number👇
Second,
There must be some conflicts between the keywords include_all_commits and count_private 👇(I can't I cannot reproduce it, but i'm sure it happened)
Expected behavior
IDK whether others have these bugs, hope it can be fixed soon :)
Screenshots / Live demo link
Have shown above
Additional context
No response
@anuraghazra can I work on this?
@Octopus058 can you please assign me this project?
sorry but actually i cant set the assignment :/
@anuraghazra can you assign this to me
Hello @Octopus058
Thank you for opening an issue.
At the moment the cards showing that you have 257 commits during the last year and 684 commits total. Your GitHub profile shows tat you have 299 total contributions during the last year, so generally the numbers on the card looks correct.
Also note that we do not provide the &count_private=true option. It does not affect the card. In case you want to display private contributions on your card, then you need to deploy own instance using your own GitHub API token.
Regarding the Something went wrong! Could not fetch total commits problem, this happens sometimes when the upstream GitHub API respond with an error for some reason (for example due to high load). There is not much we can do about it besides rendering clear error message. It should be automatically resolved through some time (30 mins approx.).