You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install ESP32 version 3.3.5, but I can’t install it—probably because I can’t access https://release-assets.githubusercontent.com.
Downloading packages
esp32:esp-rv32@2511
Failed to install platform: 'esp32:esp32:3.3.5'.
Error: 2 UNKNOWN: Get "https://release-assets.githubusercontent.com/github-production-release-asset/66057540/1bc61ea1-....": http: server gave HTTP response to HTTPS client
The same issue occurs with IDE versions 2.3.7 and 2.3.6 as well.
With 2.3.6, I added the following to arduino-cli.yaml, but it did not resolve the problem:
network:
connection_timeout: 300s
Two other developers I work with are experiencing the same issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I tried to install ESP32 version 3.3.5, but I can’t install it—probably because I can’t access
https://release-assets.githubusercontent.com.The same issue occurs with IDE versions 2.3.7 and 2.3.6 as well.
With 2.3.6, I added the following to
arduino-cli.yaml, but it did not resolve the problem:Two other developers I work with are experiencing the same issue.
All reactions