Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By fishix
#36727 I did the Board Manager method. Got an error:

Code: Select allError downloading http://arduino.esp8266.com/osx-xtensa-lx106-elf-gb404fb9-2.tar.gz
java.lang.RuntimeException: java.lang.Exception: Error downloading http://arduino.esp8266.com/osx-xtensa-lx106-elf-gb404fb9-2.tar.gz
   at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:167)
   at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: Error downloading http://arduino.esp8266.com/osx-xtensa-lx106-elf-gb404fb9-2.tar.gz
   at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:113)
   at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:67)
   at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:111)
   at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:164)
   ... 1 more
Caused by: java.lang.Exception: Incomplete download
   at cc.arduino.utils.network.FileDownloader.downloadFile(FileDownloader.java:216)
   at cc.arduino.utils.network.FileDownloader.download(FileDownloader.java:123)
   at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:111)
   ... 4 more


Any help would be much appreciated. I'm not sure what other info I should put here. Arduino is lastest version (just installed). Thanks!