-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@APN-Pucky Thanks for your question. I checked your syntax and everything seems fine because you use github-readme-stats/src/fetchers/stats-fetcher.js Lines 68 to 98 in e9c55d9 This function uses the Github Rest API instead of GitHub's GraphQl API. If this API throws an error, we return 0. github-readme-stats/src/fetchers/stats-fetcher.js Lines 93 to 96 in e9c55d9 The best thing to do when you see this issue happen is to open the console and check which error is thrown. I hope that solves the problems you were having. Feel free to post the error below if the issue happens again. |
Beta Was this translation helpful? Give feedback.
@APN-Pucky Thanks for your question. I checked your syntax and everything seems fine because you use
hide_border=tru
instead ofhide_border=true
. Everything seems fine. I, therefore, don't thithehide_border
flag causes itlag. The most likely candidate for causing the commits to display as0
is theinclude_all_commits
flag. If this flag is enabled, we use thetotalCommitsFetcher
to get all the commits.github-readme-stats/src/fetchers/stats-fetcher.js
Lines 68 to 98 in e9c55d9