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
Interesting, right now I think that the installer just stops in the middle leaving in an dirty state.
I guess we should catch SIGINT and act accordingly during installation.
I catch it when installing
esp8266:esp8266
, so I'll write steps about it.Steps to reproduce
.cli-config.yml
:arduino-cli core install esp8266:esp8266
arduino-cli core install esp8266:esp8266
againExpected behavior
It tries to download tools again and then installs the core.
Actual behavior
It exits with a message on each run:
How to reproduce again
arduino15
folder)staging/packages
directory and remove all archives with esp tools.arduino-cli core install esp8266:esp8266
— it will download tools again without error about "non-2XX status code".So... looks like it can't override archive in the staging folder and throws an incorrect error 🤔
The text was updated successfully, but these errors were encountered: