Hi all, and thanks in advance for this forum.
I have a fresh install of the Arduino 1.8.9 IDE on a windows 10 machine. When I paste the “https://raw.githubusercontent.com/spark … index.json” string into the Preferences URL dialog box and then go over to Tools, Board Manager and attempt to install the Sparkfun ESP8266 Boards package, I get the following errors:
Error downloading http://arduino.esp8266.com/win32-xtensa … 9-2.tar.gz
java.lang.RuntimeException: java.lang.Exception: Error downloading http://arduino.esp8266.com/win32-xtensa … 9-2.tar.gz
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:175)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.Exception: Error downloading http://arduino.esp8266.com/win32-xtensa … 9-2.tar.gz
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:139)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:73)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:55)
at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:109)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:172)
… 1 more
Caused by: java.io.IOException: Received invalid http status code from server: 404
at cc.arduino.utils.network.FileDownloader.downloadFile(FileDownloader.java:205)
at cc.arduino.utils.network.FileDownloader.download(FileDownloader.java:132)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:137)
I apologize if this is an already listed topic on the forums that I missed.
Thanks
Dave