Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http://arduino.esp8266.com/staging/package_esp8266com_index.json vanished ( esp8266.com + arduino.esp8266.com DNS problems) #1051

Closed
aliafshar opened this issue Nov 19, 2015 · 39 comments

Comments

@aliafshar
Copy link

And other links on arduino.esp8266.com that are needed for the tools.

@igrr
Copy link
Member

igrr commented Nov 19, 2015

DNS is fixed now. Changes should propagate within two hours.

@hookedupjoe
Copy link
Contributor

For those with no patience like me ... I was able to (temporarily) use the direct IP to pull the latest .. (104.131.82.128).

Example - pulled down staging from ..
http://104.131.82.128/staging/package_esp8266com_index.json

Moderator: Feel free to remove comment if not a cool thing to do :)

@meaepeppe
Copy link

I still can not download from http://104.131.82.128/staging/package_esp8266com_index.json or the official link. Same 404 error. I just need to wait? Thank for helping.

@josuechopite
Copy link

Hi, brother arduino.esp8266.com is down ...

@mlongo95
Copy link

I'm still not able to access/download both staging or stable packages as of right now

@gothambeat
Copy link

After using the direct IP address, the system complains of other missing files. such as win32-xtensa-lx106-elf-gb404fb9-2.tar.gz in the same dns path that is missing.

@chaeplin
Copy link
Contributor

dns has prob.

dns1.stabletransit.com. and dns2.stabletransit.com. don't have records for arduino.esp8266.com.

;; QUESTION SECTION:
;arduino.esp8266.com. IN A

;; AUTHORITY SECTION:
esp8266.com. 300 IN SOA dns1.stabletransit.com. ipadmin.stabletransit.com. 1447965043 21600 3600 1814400 300

@aliafshar
Copy link
Author

If you have an old installation somewhere, you can grab the extra tools from:

~/.arduino15/staging/packages/linux64-xtensa-lx106-elf-gb404fb9.tar.gz

And put them in the dist/ directory before running get.py

@claybar
Copy link

claybar commented Nov 20, 2015

Substituting the IP in the additional boards manager URL allows the Board Manager to update, but does not allow the packages to be installed since the links within the JSON don't have the IP. Just need to be patient is seems.

Any updates on when it might be fixed?

@CurlyWurly-1
Copy link

In my case. I had previously installed the ESP8266 stuff a few months back, but when I executed the arduino IDE this morning, the ESP8266 boards had dissappeared.from the list.
I changed the preference link to the one below and the boards all came back, but the IDE now shows a message in orange saying "CRC error"
http://104.131.82.128/stable/package_esp8266com_index.json

I guess I just have to be patient

@gothambeat
Copy link

Is there a way to download the JSON using the direct IP address then edit it to add the same ip address into the file before installing?

@sheepcloner
Copy link

@CurlyWurly-1 same exact thing happened to me and I am stuck now :(

@Links2004
Copy link
Collaborator

work around

add

104.131.82.128 arduino.esp8266.com

to your host file at you computer.

Windows: %SystemRoot%\system32\drivers\etc\hosts
Linux: /etc/hosts
MAC: /private/etc/hosts

@sheepcloner
Copy link

@Links2004 u are AWESOME. That worked. I have no idea why that never came to mind lol I have confirmed that I can download all packages via arduino IDE and burn a programs that works. I did this on the Adafruit Huzzah .. thank you

@sureshsarat
Copy link

Did as Links2004 mentioned Downloads fine but on install throws CRC doesn't match error and fails install.

@igrr
Copy link
Member

igrr commented Nov 20, 2015

If you get CRC errors, delete the offending file in
Arduino15/packages/staging.

On Fri, Nov 20, 2015, 19:25 sureshsarat notifications@github.com wrote:

Did as Links2004 mentioned Downloads fine but on install throws CRC
doesn't match error and fails install.


Reply to this email directly or view it on GitHub
#1051 (comment).

@gothambeat
Copy link

workaround updating the hosts file worked like a charm. THANKS!

@Links2004 Links2004 changed the title http://arduino.esp8266.com/staging/package_esp8266com_index.json vanished http://arduino.esp8266.com/staging/package_esp8266com_index.json vanished ( esp8266.com + arduino.esp8266.com DNS problems) Nov 20, 2015
@meaepeppe
Copy link

Workaround is perfect! Thanks!

@Links2004
Copy link
Collaborator

right now all is looking good:

image

@asetyde
Copy link

asetyde commented Nov 20, 2015

no stable no staging , i can not download nothing !

On 20/nov/2015, at 19:47, Markus notifications@github.com wrote:

right now all is looking good:

https://cloud.githubusercontent.com/assets/974709/11308595/61c1d2f6-8fbf-11e5-8c7b-271ba446c6ba.png

Reply to this email directly or view it on GitHub #1051 (comment).

@Links2004
Copy link
Collaborator

it need some time before all the different DNS servers get the changes,
the one from google (8.8.8.8) has it.

@asetyde
Copy link

asetyde commented Nov 20, 2015

Why this block ? at now ok thx

On 20/nov/2015, at 19:53, Markus notifications@github.com wrote:

it need some time before all the different DNS servers get the changes,
the one from google (8.8.8.8) has it.


Reply to this email directly or view it on GitHub #1051 (comment).

@abhindas
Copy link

It worked, but Programmer is not showing esptools as an option, I am using Arduino 1.6.5 on windows 10.

@Links2004
Copy link
Collaborator

@abhindas check: #739 (comment)

@sureshsarat
Copy link

Links2004 Workaround the best. The CRC issue was also resolved by removing /arduino15/.. package files as per IGRR. Thanks to every body

@sureshsarat
Copy link

Sorry for not mentioning earlier. THANKS TO ALL OF YOU

@Links2004
Copy link
Collaborator

the DNS is working fine now again.

I recommend to remove the workaround from the host file.

@HansZimmer
Copy link

arduino.esp8266.com is off-line again...

@krzychb
Copy link
Contributor

krzychb commented Feb 27, 2016

arduino.esp8266.com is off-line for me well

@HansZimmer
Copy link

@igrr ?

@giolenas
Copy link

@nagayaoh
Copy link

Down... orz

@n-ovesen
Copy link

yeah, seems to fail here as well

@tomerorian
Copy link

Same here

@HansZimmer
Copy link

It is back

@krzychb
Copy link
Contributor

krzychb commented Feb 27, 2016

Same here (It is back) 😄

@HansZimmer
Copy link

:)

@re3lex
Copy link

re3lex commented Apr 20, 2016

arduino.esp8266.com is down

@yorik
Copy link

yorik commented Mar 11, 2017

arduino.esp8266.com is still down. any news on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests