Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with Arduino Download Manager
Problem with Arduino Download Manager [message #1763341] Fri, 12 May 2017 17:34 Go to next message
Eclipse UserFriend
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 19:07 Go to previous messageGo to next message
Eclipse UserFriend
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 09:11 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Problem with Arduino Download Manager [message #1763685 is a reply to message #1763564] Thu, 18 May 2017 10:57 Go to previous messageGo to next message
Eclipse UserFriend
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 10:59 Go to previous messageGo to next message
Eclipse UserFriend
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 02:05 Go to previous message
Eclipse UserFriend
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 Nov 06 20:32:48 EST 2025

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

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

Back to the top