Could not download ESP8266 for Arduino
Posted: Fri Dec 18, 2015 11:35 am
I did the Board Manager method. Got an error:
Any help would be much appreciated. I'm not sure what other info I should put here. Arduino is lastest version (just installed). Thanks!
Code: Select all
Error 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!