-
-
Notifications
You must be signed in to change notification settings - Fork 7k
--install-boards esp8266:esp8266:2.4.2 reports Selected board is not available #8034
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
Note: the |
Additional info, after digging around I determined that I had both the I removed the 2.3.0 path and now if I exclude version it installs 2.4.2 but it still fails if I explicitly provide the version with the same error. |
The regression has been introduced with 3092e03 , https://github.com/arduino/Arduino/blob/master/app/src/processing/app/Base.java#L308 call to |
FYI: I also see similar errors when attempting to install libraries using the Library Manager (from the VSCode plugin). Is there a chance that this same code was modified in both the board manager and library manager? |
It should be used on the actual Version. Fix arduino#8034
Uh oh!
There was an error while loading. Please reload this page.
I'm running the following command
& "C:\Program Files (x86)\Arduino\arduino_debug.exe" --install-boards esp8266:esp8266:2.4.2
from a powershell prompt and the installation fails with the error "Selected board is not available".I have verified using Fiddler that it downloads the package definition from the expected location (http://arduino.esp8266.com/stable/package_esp8266com_index.json) and the package appears to be valid and it definitely contains a version 2.4.2, but the install just fails.
If I specify version 2.3.0 it also fails with the same error.
If I don't specify a version at all (just
esp8266:esp8266
) then it succeeds and it installs a package version 2.3.0 but I don't know where it's getting it from.The text was updated successfully, but these errors were encountered: