Rate-limiting issue updates #180
DenverCoder1
announced in
Announcements
Replies: 2 comments
-
Requests have been updated to use GitHub's GraphQL API, so hopefully this should fix the issue. Update: This allows us to have more requests per hour but it is still not sufficient to prevent rate limiting entirely. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, but self-hosting does not work right now on vercel. See #642 and #641 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You may be coming from seeing your stats card show a rate-limiting error.
We are working to fix this issue. Leave a comment below if you have any questions or suggestions.
For the time being, you can try avoiding this error by deploying Streak Stats on your own.
Deploying to Vercel is free and it only takes a few steps to set up.
Step-by-step instructions for deploying to Heroku
Heroku costs around $5-$7/month minimum for a single app.
TOKEN
:<your-app-name>.herokuapp.com
in place ofstreak-stats.demolab.com
Instructions for Deploying to Vercel (Free)
Vercel is a free hosting service that can be used to run PHP. Note: PNG mode is not supported since Inkscape will not be installed.
Step-by-step instructions for deploying to Vercel
git clone https://github.com/DenverCoder1/github-readme-streak-stats.git
cd github-readme-streak-stats
vercel
branch withgit checkout vercel
vercel
and follow the prompts to link your Vercel account and select a project name<project-name>.vercel.app
TOKEN
and the value as your token from step 9 and click "Save".Beta Was this translation helpful? Give feedback.
All reactions