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

Can't access URLs at arduino.esp8266.com #1057

Closed
kotobuki opened this issue Nov 20, 2015 · 10 comments
Closed

Can't access URLs at arduino.esp8266.com #1057

kotobuki opened this issue Nov 20, 2015 · 10 comments

Comments

@kotobuki
Copy link

Hi,

It seems that URLs at arduino.esp8266.com (e.g. http://arduino.esp8266.com/stable/package_esp8266com_index.json) are not accessible. I have no problem accessing github.com/esp8266/Arduino.

I'm sorry if this is a false alarm or my environment specific issue.

@me-no-dev
Copy link
Collaborator

there are issues with the domain esp8266.com and all underlying subdomains. Should be resolved soon :)

@sheepcloner
Copy link

I am having the same issue, but I saw others here #1051 going to the IP address directly. When I try to install the esp8266 board from Board Manger, I get this whacky error:

CRC doesn't match. File is corrupted.
java.lang.RuntimeException: java.lang.Exception: CRC doesn't match. File is corrupted.
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:170)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: CRC doesn't match. File is corrupted.
    at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:77)
    at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:110)
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:164)
    ... 1 more
 CRC doesn't match. File is corrupted.
java.lang.RuntimeException: java.lang.Exception: CRC doesn't match. File is corrupted.
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:170)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: CRC doesn't match. File is corrupted.
    at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:77)
    at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:102)
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:164)
    ... 1 more
 CRC doesn't match. File is corrupted.
java.lang.RuntimeException: java.lang.Exception: CRC doesn't match. File is corrupted.
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:170)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Exception: CRC doesn't match. File is corrupted.
    at cc.arduino.contributions.DownloadableContributionsDownloader.download(DownloadableContributionsDownloader.java:77)
    at cc.arduino.contributions.packages.ContributionInstaller.install(ContributionInstaller.java:110)
    at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$24(ContributionManagerUI.java:164)
    ... 1 more

Any help would be greatly appreciated

@EskimoRuler
Copy link

I edited my host file in windows for arduino.esp8266.com and pointed it to 104.131.82.128 and I was able to download in board manager

@ry60003333
Copy link

Any ETA for when this will be resolved?

@igrr
Copy link
Member

igrr commented Nov 20, 2015

No ETA for now.

@wich0
Copy link

wich0 commented Nov 20, 2015

sorry for my bad english, but, i just download the file package_esp8266 com_index.json and replace all http://arduino.esp8266.com/ to http://104.131.82.128/ and save it on a local server as ngnix, and add http://localhost:80/package_esp8266_com_index.json to arduino IDE preferences, and install, I did that and it worked fine for me

@Testato
Copy link
Contributor

Testato commented Nov 20, 2015

it's down from two day ?

@igrr why not leave the board manager json and all the related core file on GitHub ?

@sheepcloner
Copy link

@wich0 I tried to do what u did (I am on OSX Yosemite). I installed nginx and made the changes to the json file. I verified that I can fetch the json file from the browser. Now I see this error in my arduino IDE:

http://localhost:8080/package_esp8266com_index.json file signature verification failed. File ignored.

Did you have to do anything to get around this error? I wish I can figure out how to produce that signature file myself

thank you

@Juppit
Copy link
Contributor

Juppit commented Nov 20, 2015

@mitos14 My you have a look in build_boards_manager_package.sh it's in
hardware/esp8266com/esp8266/packages

On 20.11.2015 at 16:26 wrote mitos14:

@wich0 https://github.com/wich0 I tried to do what u did (I am on OSX
Yosemite). I installed nginx and made the changes to the json file. I
verified that I can fetch the json file from the browser. Now I see this
error in my arduino IDE:

|http://localhost:8080/package_esp8266com_index.json file signature
verification failed. File ignored. |

Did you have to do anything to get around this error? I wish I can
figure out how to produce that signature file myself

thank you


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

@Links2004
Copy link
Collaborator

duplicate of: #1051

check workaround here:
#1051 (comment)

will close this to track the problem in one issues.

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

10 participants