-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Card throws maximum retries exceeded error #2130
Comments
Same issue here Edit: propably the best solution like they say here: #1471 (comment) is deploying on your own instance. Tutorial how to deploy (for free) here: https://github.com/anuraghazra/github-readme-stats#deploy-on-your-own-vercel-instance |
same here. |
+1 |
Same here |
I get that we're all developers, but I don't think deploying our own clone of this app is really a solution. If [your favorite API service] went down, all hell would break loose if they said to their users "deploy it yourself". |
It's not really a bug. Vercel instances cost money. Donating to maintainers so they can afford more instances is the real solution here. This has been discussed a lot before. This is a service provided for free to the users, but sadly it's not free to maintain. Meanwhile, we can only wait. If your stats are critical for your repo, it's a good idea to deploy it yourself. Never depend critical functionality on free services.
|
@willster277 I fully understand your frustration. This issue, however, is mostly outside our control as it is caused by the popularity of this project. This popularity has increased since #hacktoberfest 😅. As explained in #1772 (comment), we use the GraphQL API for fetching the data, but this API is rate limited at 5000 points per hour (see https://docs.github.com/en/graphql/overview/resource-limitations). The main thing we can do is add more PATs to overcome this, for this you have to be patient until @anuraghazra adds new PAT's. Because of this, we ask people to deeply their own Vercel instance to reduce the load. I also created #2121 and #2124 to mitigate the issue a bit, but we still need to review those. Hope this helps to clear up some confusion about what is causing the issue. 🤔 |
Check out this link, it helped me: |
|
Hey everyone, sorry for the recent downtimes. For the sake of transparency, we get a huge amount of requests per month (it's kind of mind boggling for a side project which I built just for fun). Here's the vercel dashboard statistics: As you can see even with 73% of the responses being cached by vercel the amount of Each PAT have 5000 points, and based on the complexity of the GraphQL query & resource limitations set by GitHub, it's actually very very low considering that amount of requests. To circumvent the issue, we currently have 7 PATs (thats 35k points) which sometimes get exhausted.
So whats the idea way? #1471 (comment)
|
@brundabharadwaj sorry for that inconvinence Yes you can fix this for free. I'm assuming you already forked github-readme-stats on your github, so all you have to do is edit the |
Thanks for the help @anuraghazra . will try it it out! |
Hi @anuraghazra , following with the previous discussion, deployment was successful after modification of json file. But the issue persist even after adding my own domain generated. Please let me know if any other details are required from my end . |
@brundabharadwaj Did you create a PAT and add it to your Vercel instance as explained in the documentation?
|
@rickstaa yes I did. followed https://www.youtube.com/watch?v=n6d4KHSKqGk&t=107s as mentioned by @FelipeFama . Still it's failing. Between are you suggesting that it name specific ? as 'PAT_1' No I guess :) |
@brundabharadwaj Strange. Can you maybe share your deployment URL? |
@rickstaa sure, here are the urls · Learn More Learn More Thanks for your time! |
@brundabharadwaj I checked your deployment, and it looks like the |
@rickstaa Yes, tried deploying again and things are as expected now! |
Great to hear! I checked your instance and for me, it is working correctly: [![Anurag's GitHub stats](https://github-readme-stats-brundabharadwaj.vercel.app/api?username=rickstaa
)](https://github.com/anuraghazra/github-readme-stats) Maybe your theme settings cause the card to be fully black. |
Let's track this on #1471 again. |
I followed the suggestions by @rickstaa and everything works as intended now. Thanks! |
hi This is what I had with the error: and adding (sigma-five) so it was solved: |
same issue |
This comment was marked as outdated.
This comment was marked as outdated.
@glaucia86 Thanks for your input, but I think that site needs to offer a solution. It also uses the public Vercel instance (i.e. https://github-readme-stats.vercel.app). It looked like it was fixed in your cause because the syntax the site returned differed from what was already cached. As a result, the stats were retrieved again when the rate limits were not active anymore. The best solution is to deploy your own Vercel instance. |
[Issue](anuraghazra/github-readme-stats#2130) with Card throws maximum retries exceeded error
Describe the bug
Unable to add top languages used to my profile
Expected behaviour
Display most used languages on my profile
Screenshots / Live demo link (paste the github-readme-stats link as markdown image)
Additional context
Tried accessing the provided URL to my profile as well as adding the same to my profile. Languages are not displayed as expected.
Could you please help me with this?
Thanks in advance :)
#hacktoberfest
The text was updated successfully, but these errors were encountered: