You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing issue to use Stino Package as my computer must pass through a proxy.
When I pick a board after the installation, the package tries to fetch all missing dependencies but without any success :
[http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip] Waiting for download...
[http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-w64-mingw32.zip] Waiting for download...
[http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-windows_386.zip] Waiting for download...
In fact, it internally fails.
Is there any simple solution to add proxy support ?
I've been looking into package sources, and I feel (not sure at all) that downloader.py must be modified to fix it.
The text was updated successfully, but these errors were encountered:
I'm facing issue to use Stino Package as my computer must pass through a proxy.
When I pick a board after the installation, the package tries to fetch all missing dependencies but without any success :
In fact, it internally fails.
Is there any simple solution to add proxy support ?
I've been looking into package sources, and I feel (not sure at all) that downloader.py must be modified to fix it.
The text was updated successfully, but these errors were encountered: