-
-
Notifications
You must be signed in to change notification settings - Fork 398
ERROR detecting boards: error getting board info from Arduino Cloud #880
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
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I have reopened this because the bug is not resolved. To reproduce
The command fails and no ports are listed:
It is reasonable to print a warning that it could not collect the supplemental convenience information by querying Arduino's online database. However, there is no reason this should cause the command to fail to list the ports and the board identifications from the data of the installed platforms. |
@per1234 , @cmaglie I'll be analyzing the following scenario
Command executed: Internet connection ACTIVESingle board
Single board
Two boards
Internet connection INACTIVESingle board
Single board
Two boards
Besides the Nano RP2040 Connect not being recognised when an unrecognisable board is part of the set, |
I run arduino-cli in my React app and when I tested app without network i got this message:
I want my app work without network. How can I download board info and work with it offline?
The text was updated successfully, but these errors were encountered: