GitHub API limits causes remote plugins not to fetch
See original GitHub issueDescribe the bug GitHub added a limit to their API which blocks our remote plugins from loading.
Here’s the error that’s beings shown.
2022-02-25 09:29:07.240 +00:00 [WRN] Unsuccessful status code returned during new version check. Url: https://api.github.com/repos/btcpayserver/btcpayserver/releases/latest, HTTP Code: Forbidden, Response Body: {"message":"API rate limit exceeded for 193.164.132.159. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Is there a way to increase the API Rate limit or to bypass it ...
I am writing a tool to compare over 350 repositories in an organization and to find their correlations. Ok, the tool uses python...
Read more >downloading content at runtime results in API rate limits ...
Our pipelines on Bitbucket Pipelines run into issues with failing/timeout. Is there a technical reason to not include all of this into the...
Read more >Resources in the REST API
The GitHub REST API uses rate limiting to control API traffic. Different types of API requests have different rate limits. The response headers...
Read more >HttpError: You have exceeded a secondary rate limit. #2204
Current behavior I got the error when semantic-release interacts with GitHub to write success messages [6:24:06 AM] [semantic-release] ...
Read more >Github Provider: Support API Rate Limiting · Issue #5
Our rate limit is like 5000 calls. I doubt this will be an issue for anyone anytime soon. Our GitHub TF runs are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Solution: switch to using https://api.github.com/repos/btcpayserver/btcpayserver-plugins/git/trees/master?recursive=1
Should be more bearable with https://github.com/btcpayserver/btcpayserver/commit/5ef41294e4655a4a9921c39dfccf7015a2d165e2 We can reopen if it stays bad and we’ll do more optimizations