-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot compile: GitHub API rate limitation #60
Comments
The issue doesn't occur with |
Hmm that rate limiting is potentially quite annoying as the rates are quite low when not logged in. @sylque I think it is hard to tell whether it does or does not occur with the Not sure if PlatformIO does use some authentication token while fetching the data as you can login to PlatformIO using GH, so in theory there could be some token to overcome this rate limit. |
Thanks @TD-er .
I know it does not occur with the |
Ah check! |
If you have an other solution to get latest version, a PR is very welcome. platform-espressif32/platform.py Lines 49 to 59 in 9a07688
|
Well pioarduino is a fork. See #61 |
With the change done to make offline compile work again this problem will not occur anymore. Still it would be nice to have a "clean" solution for avoiding rate limitations |
This issue has started today:
The problem seems to be a rate limitation of the GitHub API. When I enter
https://api.github.com/repos/espressif/Arduino-esp32/releases/latest/
in my browser, I get this:The text was updated successfully, but these errors were encountered: