Can't upload in Web Editor

Dear all,

Just started with Arduino and tested the Blink program.
I managed to let the Blink work with the Arduino Desktop App but I can't upload it with the Web Editor.
When I try to upload the program I get the following message:
Get: https://downloads.arduino.cc/packages/package_staging_index.json: proxyconnect tcp: dial tcp: lookup my.proxyserver.com: no such host.

I searched on all words or links and looked in the topics from the Arduino forum with couldn't find it.
Hope someone could help me.

Thanks in advance

Lex

1 Like

Have you followed the "getting started" for the web editor ?
Did you say "YES" to the pop ups that would have appeared during the web editor install ?
Have you tried turning off any security as a test when using the web editor ?

(How to use THIS section of the FORUM - Web Editor - Arduino Forum)

@Lexkneppers any luck with uploading a sketch via the web editor? Are you still getting that error?

Hi

I'm getting the same error.
My error message is below.

Get: https://downloads.arduino.cc/packages/package_staging_index.json: dial tcp: lookup downloads.arduino.cc: no such host.

My OS is Windows10.
Web plug in is already and correctly installed.
Browser is Chrome.

Please give me some advice.

Thanks in advance.

@hkawa

For which board ?
Also please give a link to the sketch on CREATE that is causing the issue.

Hello,

that is a proxy issue and we now have a working solution.

Please follow those steps:
Be sure to have a version >=1.1.64 of the Arduino Create Agent. Then Go to the ArduinoCreateAgent-1.1 directory
Create a file named proxy.ini
Add the following lines:

name = Enable Proxy
[env]
http_proxy=http://your.proxy.url:portnumber
https_proxy=http://your.proxy.url:portnumber

Restart your agent, you will now see a new Agent profile in the tray icon, click on it.
Enjoy!

1 Like

Hey there,
I'm having an issue uploading as well. I'm Using the Arduino Mega 2560. The code verifies just fine,
but the upload button is greyed out and won't let me select anything. Not sure what I'm doing wrong. I'm using a MAC running bootcamp. Bootcamp is running windows 10, im not sure if that could be causing the issue?

here's a link to the sketch:

i

mastrolinux:
that is a proxy issue and we now have a working solution.
Please follow those steps:
Be sure to have a version >=1.1.64 of the Arduino Create Agent. Then Go to the ArduinoCreateAgent-1.1 directory
Create a file named proxy.ini
Add the following lines:

name = Enable Proxy

[env]
http_proxy=http://your.proxy.url:portnumber
https_proxy=http://your.proxy.url:portnumber



Restart your agent, you will now see a new Agent profile in the tray icon, click on it.
Enjoy!

Hello! Might your solution also solve this problem: Suddenly not possible to upload to real Nano - Web Editor - Arduino Forum

@TagCentralen

As Per suggested in that thread it appears to have been fixed unless you have another issue ?

ballscrewbob:
@TagCentralen

As Per suggested in that thread it appears to have been fixed unless you have another issue ?

No thank you!

While uploading the code to the arduino uno board, it is showing a message saying " Bad request "

RjPisani:
Hey there,
I'm having an issue uploading as well. I'm Using the Arduino Mega 2560. The code verifies just fine,
but the upload button is greyed out and won't let me select anything. Not sure what I'm doing wrong. I'm using a MAC running bootcamp. Bootcamp is running windows 10, im not sure if that could be causing the issue?

here's a link to the sketch:
Arduino Cloud

i

SAme issue....

I'm also having the same problem. Should I follow the same instructions?

@chrischor

Difficult to know which instructions you mean.

You passed THIS POST on the way in.
May I suggest you read it and add details of your problem.

Bob.