Skip to content

Regression issue: ESP Board Manager JSON file fails to load in Arduino IDE version 1.8.13 (but does work in 1.8.12) #10563

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

Open
phils1266 opened this issue Jul 28, 2020 · 1 comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug

Comments

@phils1266
Copy link

phils1266 commented Jul 28, 2020

I discovered that Arduino IDE 1.8.13 does not load the board manager file for ESP boards at https://dl.espressif.com/dl/package_esp32_index.json. After adding the URL in to Additional Board Manager URLs in Preferences and accessing the Board Manager dialog the system throws an error (appearing in the black error panel) "Error downloading https://dl.espressif.com/dl/package_esp32_index.json"

Performing the same test in 1.8.12, the board manager json file is loaded without error and ESP support libraries appear in the list.

@per1234 per1234 added Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug labels Jul 30, 2020
@hertell
Copy link

hertell commented Aug 24, 2020

I had the same problem with https://arduino.esp8266.com/stable/package_esp8266com_index.json. I got it fixed by changing https->http (-> http://arduino.esp8266.com/stable/package_esp8266com_index.json).

Looks that arduino IDE has trouble with SSL-urls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants