Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with Arduino Download Manager
Problem with Arduino Download Manager [message #1763341] Fri, 12 May 2017 21:34 Go to next message
Stephen Lau is currently offline Stephen LauFriend
Messages: 1
Registered: May 2017
Junior Member
Hello,

I'm getting the following error when trying to use the Arduino Download Manager on both my OS X system and Windows 10 system, both running Eclipse Neon:

http: //arduino.esp8266.com/stable/package_esp8266com_index.json
Server returned HTTP response code: 403 for URL: arduino.esp8266.com/stable/package_esp8266com_index.json

Manually downloading the JSON from Chrome or Safari works, but I notice that it gets redirected to:

https: //arduino.esp8266.com/versions/2.3.0/package_esp8266com_index.json

It appears that I'm not the only person who is encountering this problem. Two other people have reported this problem with the past few weeks on the Arduino CDT webpage.

It's completely stopped me from being able to do anything with the Arduino CDT, so any help would be appreciated.

Thanks.
Re: Problem with Arduino Download Manager [message #1763515 is a reply to message #1763341] Tue, 16 May 2017 23:07 Go to previous messageGo to next message
Jeff Zacher is currently offline Jeff ZacherFriend
Messages: 1
Registered: May 2017
Junior Member
I'm having the same problem. I can't find a workaround that I can make work from the Eclipse plugin. I can get the json file with wget just fine, but I think the 403 comes from one of the links embedded in the json. As I have just installed this plugin I can't even set the plugin up to talk to my board.....
Re: Problem with Arduino Download Manager [message #1763564 is a reply to message #1763515] Wed, 17 May 2017 13:11 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
I took a line capture of the exchange:

1. Read /setups/setups.zip from www.eclipse.org, comes fine,

2. Read /packages/package_index.json from downloads.arduino.cc, comes fine,

3. Read /stable/package_esp8266com_index.json from arduino.esp8266.com, returns 403 Forbidden, with attached error page. Eclipse does not show the returned error page.

IMHO, there is a setup problem in the Cloudflare protection firewall at the arduino.esp2866.com site.

--

-TV


--

Tauno Voipio
Re: Problem with Arduino Download Manager [message #1763685 is a reply to message #1763564] Thu, 18 May 2017 14:57 Go to previous messageGo to next message
Russ Hedger is currently offline Russ HedgerFriend
Messages: 5
Registered: April 2017
Junior Member
To work around this problem, go to Window-->Preferences-->C/C++-->Arduino, and delete the URL for the esp8266 json file. Restart the Eclipse IDE, and you should be able to run the Arduino Downloads Manager. Of course, you won't be able to program esp8266 boards until the esp8266.com site is fixed.
Re: Problem with Arduino Download Manager [message #1763686 is a reply to message #1763685] Thu, 18 May 2017 14:59 Go to previous messageGo to next message
Doug Schaefer is currently offline Doug SchaeferFriend
Messages: 135
Registered: July 2009
Senior Member
Russ Hedger wrote on Thu, 18 May 2017 10:57
To work around this problem, go to Window-->Preferences-->C/C++-->Arduino, and delete the URL for the esp8266 json file. Restart the Eclipse IDE, and you should be able to run the Arduino Downloads Manager. Of course, you won't be able to program esp8266 boards until the esp8266.com site is fixed.


Correct. Though you don't need to restart the Eclipse IDE, just need to reopen the download manager.

A fix for this is coming for Oxygen.
Re: Problem with Arduino Download Manager [message #1794701 is a reply to message #1763341] Wed, 05 September 2018 06:05 Go to previous message
Robert Crawford is currently offline Robert CrawfordFriend
Messages: 1
Registered: September 2018
Junior Member
how you can solve the arduino download package problem with simple steps?
Previous Topic:Use CDT indexer without build system
Next Topic:Syntax color feature request : binary logic operators
Goto Forum:
  


Current Time: Thu Apr 18 23:29:27 GMT 2024

Powered by FUDForum. Page generated in 0.02051 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top