Arduino: Can not download esp8266 board manager url (again) (again)

Created on 11 Mar 2017  Â·  33Comments  Â·  Source: esp8266/Arduino

1689 #2644 #2664

The webserver at arduino.esp8266.com is not working, and that has happened quite a few times before looking through the issue tracker.

Can you look into it?

Perhaps you can store these binaries on GitHub, and as such have much less reliance on whatever service or device you're using now.

Most helpful comment

It looks like the CPU ran away to do some interesting things instead of serving all those json files.
Should be up now.

All 33 comments

we need it for a competition, please give us also a github, drive, dropbox, mega version of binaries

Thanks @benjenq !!!
Just add this to the end of "Additional Board Manager URLs"?
Will I need to remove it once arduino.esp8266.com server is back up?

Since that .json refers to binaries that are only available from arduino.esp8266.com, in this case the xtensa package, adding that json link instead is fruitless.
Same goes for the git installation method, since the get.py also refers to arduino.esp8266.com.

The link @benjenq provided is working for me. I can now compile for Huzzah ESP8266 on Arduino 1.6.12.

Can anyone help here, seems all options fail in some way or another, I am now getting
Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz

same problem here. After adding additional board url as https://github.com/esp8266/Arduino/releases/download/2.3.0/package_esp8266com_index.json , esp8266 package was seen on Board Manager.

But after try to install, it's giving "Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz" error.

The site arduino.esp8266.com (104.131.82.128) is down. Any mirrors?

Mirrror would be nice, as it's been noted this isn't the first time it's down.

@igrr any chance you can take care of this?

Same here,

same problem here. After adding additional board url as https://github.com/esp8266/Arduino/releases/download/2.3.0/package_esp8266com_index.json , esp8266 package was seen on Board Manager.

But after try to install, it's giving "Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz" error.

it's crazy that no mirror take place. it's not the first time ! i really think now to use another board because i can't be an hostage

Githun link is working but when try to install it gives _"Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz"_ error.

I tryed to install on Arduino version 1.6.13 but same problem

Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz
java.lang.RuntimeException: java.lang.Exception: Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$1(ContributionManagerUI.java:176)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:131)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:69)
at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:110)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$1(ContributionManagerUI.java:173)
... 1 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.http.HttpClient.(HttpClient.java:211)
at sun.net.www.http.HttpClient.New(HttpClient.java:308)
at sun.net.www.http.HttpClient.New(HttpClient.java:326)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1181)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966)
at cc.arduino.utils.network.FileDownloader.downloadFile(FileDownloader.java:170)
at cc.arduino.utils.network.FileDownloader.download(FileDownloader.java:128)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:129)
... 4 more

up and running again :-)

yes. tested.

now downloaded and installed succesfully.

Works perfectly, Thank you :)

Still not working for me

Even it's not working for me too..

`Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz
java.lang.RuntimeException: java.lang.Exception: Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$1(ContributionManagerUI.java:176)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: Error downloading http://arduino.esp8266.com/win32-xtensa-lx106-elf-gb404fb9-2.tar.gz
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:131)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:69)
at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:110)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$1(ContributionManagerUI.java:173)
... 1 more`

@igrr , @RothBoy guys please look into this and bring up it soon

Thanks,
kamran

Seems to work here, both using curl and web browser... can you try opening the url with curl and check what kind of error it reports (i.e. connection refused, connection timeout, some http error)?

@igrr , able to download using web.. and even i see in arduino it's downloading now as it is of more than 100mb.. will let you know if i see any issues.. Thanks @igrr

It's working again! Thanks everybody for the help.

Maybe the website is down again...
2017.3.21 05:30UTC

Same issue.

At the request of @igrr:
Tried right after @noahziheng's comment:

C:\>curl http://arduino.esp8266.com/stable/package_esp8266com_index.json
curl: (56) Recv failure: Connection was reset

Tried just before this comment:

C:\>curl http://arduino.esp8266.com/stable/package_esp8266com_index.json
curl: (7) Failed to connect to arduino.esp8266.com port 80: Timed out

Looks like http://arduino.esp8266.com/ is down again. Any chance to bring it up?
For json we can use this link: https://github.com/esp8266/Arduino/releases/download/2.1.0/package_esp8266com_index.json
But still xtensa is missing.

It looks like the CPU ran away to do some interesting things instead of serving all those json files.
Should be up now.

Возникла ошибка при загрузке http://downloads.arduino.cc/packages/package_index.json
java.lang.RuntimeException: java.lang.Exception: Возникла ошибка при загрузке http://downloads.arduino.cc/packages/package_index.json
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onUpdatePressed$0(ContributionManagerUI.java:151)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: Возникла ошибка при загрузке http://downloads.arduino.cc/packages/package_index.json
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:131)
at cc.arduino.contributions.packages.ContributionInstaller.download(ContributionInstaller.java:334)
at cc.arduino.contributions.packages.ContributionInstaller.downloadIndexAndSignature(ContributionInstaller.java:309)
at cc.arduino.contributions.packages.ContributionInstaller.updateIndex(ContributionInstaller.java:287)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onUpdatePressed$0(ContributionManagerUI.java:147)
... 1 more
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.http.HttpClient.(HttpClient.java:211)
at sun.net.www.http.HttpClient.New(HttpClient.java:308)
at sun.net.www.http.HttpClient.New(HttpClient.java:326)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1181)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966)
at cc.arduino.utils.network.FileDownloader.downloadFile(FileDownloader.java:170)
at cc.arduino.utils.network.FileDownloader.download(FileDownloader.java:128)
at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:129)
... 5 more
pls halp with add esp8266

not possible to add esp8266 board, please somebody halp to me?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mark-hahn picture mark-hahn  Â·  3Comments

hulkco picture hulkco  Â·  3Comments

Chagui- picture Chagui-  Â·  3Comments

rudydevolder picture rudydevolder  Â·  3Comments

tiestvangool picture tiestvangool  Â·  3Comments