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
INFO[0000] Checking for config file in: /home/jan/.arduino15/arduino-cli.yaml
INFO[0000] Reading configuration from /home/jan/.arduino15/arduino-cli.yaml
WARN[0000] Could not read configuration from /home/jan/.arduino15/arduino-cli.yaml error="yaml: line 5: found character that cannot start any token"
...
Ok, problem resolved.
My arduino-cli.yaml file is invalid.
I added too many "tabs".
The correct file is below:
Bug Report
Current behavior
My arduino-cli.yaml
[[email protected]:: ~/.arduino15 ]:$ arduino-cli core update-index
Updating index: package_index.json downloaded
Updating index: package_index.json downloaded
[[email protected]:: ~/.arduino15 ]:$ arduino-cli core install esp8266:esp8266
Error during install: finding platform dependencies: package esp8266 not found
Esp32 and digistump this same.
Expected behavior
Arduino:sam install is OK.
[[email protected]:: ~/Arduino ]:$ arduino-cli core install arduino:sam
Downloading packages...
arduino:[email protected] downloaded
arduino:[email protected] downloaded
arduino:[email protected] downloaded
Installing arduino:[email protected]...
arduino:[email protected] installed
Installing arduino:[email protected]...
arduino:[email protected] installed
Installing arduino:[email protected]...
arduino:[email protected] installed
Environment
My arduino-cli
[[email protected]:: ~/.arduino15 ]:$ arduino-cli version
arduino-cli Version: 0.6.0 Commit: 3a08b07
My Linux (uname -a)
Linux s61.linuxpl.com 4.4.41-grsec #1 SMP Tue Jan 10 10:26:33 CET 2017 x86_64 GNU/Linux
Additional context
It's been the same for several days.
The text was updated successfully, but these errors were encountered: