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.
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 ?
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!
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?
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:
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?