Skip to content
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

Error when installing platform via CLI when it is already installed #7677

Open
patrickelectric opened this issue Jun 8, 2018 · 2 comments
Open
Labels
Component: CLI The Arduino IDE's command line interface IDE 1.9.x Beta Related to the Arduino IDE Beta Build Type: Bug

Comments

@patrickelectric
Copy link

patrickelectric commented Jun 8, 2018

Using Arduino IDE 1.8.14 Hourly Build 2021/03/09 09:33

I think that the program should not terminate with a crash !

java.lang.Exception: Platform is already installed!
	at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:78)
	at processing.app.Base.<init>(Base.java:323)
	at processing.app.Base.main(Base.java:144)
@matthijskooijman
Copy link
Collaborator

Can you provide a bit more details on what you did to obtain this error? Is it reproducible?

@patrickelectric
Copy link
Author

I run this command more than once.

arduino --pref boardsmanager.additional.urls="http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
arduino --install-boards esp8266:esp8266

@per1234 per1234 added the Component: CLI The Arduino IDE's command line interface label Jun 9, 2018
@facchinm facchinm added Type: Bug IDE 1.9.x Beta Related to the Arduino IDE Beta Build labels Jun 28, 2018
@per1234 per1234 changed the title Error when platform is already installed (Arduino 1.8.5) Error when installing platform via CLI when it is already installed Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: CLI The Arduino IDE's command line interface IDE 1.9.x Beta Related to the Arduino IDE Beta Build Type: Bug
Projects
None yet
Development

No branches or pull requests

4 participants