anuraghazra/github-readme-stats

Deployed on my vercel. worked for months but suddenly not working

Closed this issue · 5 comments

Describe the bug

I deployed it on my vercel server a few months ago to show the stats including my private repos. One day it suddenly stops working and shows "down time due to github API rate limiting"

Expected behavior

it shows language stats that includes my private repos normally

Screenshots / Live demo link

image

Additional context

No response

20240618-004013@2x

This happens when include_all_commits is set to true, but it works fine when include_all_commits is set to false. There is something wrong with the include_all_commits parameter.

This happens when include_all_commits is set to true, but it works fine when include_all_commits is set to false. There is something wrong with the include_all_commits parameter.

I didn't set include_all_commits and its default value is false. I tried to explicitly set it to false but it still didn't work

当include_all_commits设置为true时会出现这种情况,但当include_all_commits设置为false时可以正常工作。include_all_commits参数有问题。

我没有设置include_all_commits,它的默认值是 false。我尝试将其明确设置为 false,但仍然不起作用

My url is: https://github-readme-stats.vercel.app/api/top-langs/?username=, I found your url is: https://github-readme-stats-bice-iota-93.vercel.app/api/top-langs/?username=, and I previously set include_all_commits=true but it didn't work, then set it to false or remove the include_all_commits parameter.

当include_all_commits设置为true时会出现这种情况,但当include_all_commits设置为false时可以正常工作。include_all_commits参数有问题。

我没有设置include_all_commits,它的默认值是 false。我尝试将其明确设置为 false,但仍然不起作用

after I modified the url.
20240618-184144@2x

@MagicGopher thanks for answering me.
The URL you provided is a public one, which does not show the stats of my private repo.
To show my procate statistics I deployed my own vercel instance so that my URL is different from the public one. It worked for months, but now it shows "downtime due to github API rate limiting" no matter I set include_all_commits=true or include_all_commits=false