-
-
Notifications
You must be signed in to change notification settings - Fork 435
Arduino IDE, after fresh install, tries to download libraries and boards. This fails, because the mandantory proxy is not configured #2312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Comments
|
There is a commandline option
|
Arduino IDE seems to wait forever for missing files, not trying any further downloads. Arduino IDE may work if it was an upgrade, but it will never finish up, if it was a clean install. |
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
Arduino IDE tries to download various parts like libraries, board descritions and others from internet sources. This fails if a mandatory proxy hast to be used to access the internet, because at the time arduino ide tries to download the proxy is not configured.
To reproduce
Install Arduino IDE on a clean system. Allow internet access only thru some proxy. Arduino IDE will fail to start for a very long period, because it tries to connect to the internet without using the proxy.
Expected behavior
Arduino IDE first allowing to configure it for the environment so it can use a given proxy for internet access.
Arduino IDE version
2.2.1
Operating system
Windows, Linux, macOS, N/A
Operating system version
Windows 10, 11; Linux: Debian, Ubuntu
Additional context
Arduino IDE shall use proxy autoconfiguration or given environment variables or just start, to allow for a first time configuration. After this configuration it can download the missing libraries and boards.
Issue checklist
The text was updated successfully, but these errors were encountered: