Skip to content

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

Open
@patrickelectric

Description

@patrickelectric

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)

Activity

matthijskooijman

matthijskooijman commented on Jun 9, 2018

@matthijskooijman
Collaborator

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

patrickelectric

patrickelectric commented on Jun 9, 2018

@patrickelectric
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
changed the title [-]Error when platform is already installed (Arduino 1.8.5)[/-] [+]Error when installing platform via CLI when it is already installed[/+] on Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: CLIThe Arduino IDE's command line interfaceIDE 1.9.x BetaRelated to the Arduino IDE Beta BuildType: Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @matthijskooijman@patrickelectric@per1234@facchinm

        Issue actions

          Error when installing platform via CLI when it is already installed · Issue #7677 · arduino/Arduino