Skip to content

not recoverable PROXY Settings #1363

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

Closed
3 tasks done
pippo-75 opened this issue Aug 28, 2022 · 2 comments
Closed
3 tasks done

not recoverable PROXY Settings #1363

pippo-75 opened this issue Aug 28, 2022 · 2 comments
Assignees
Labels
conclusion: duplicate Has already been submitted topic: CLI Related to Arduino CLI type: imperfection Perceived defect in any part of project

Comments

@pippo-75
Copy link

Describe the problem

Click on File -> Preferences -> Network tab: then set to -Manual proxy configuration --> SOCKS- and check OK.
Next, close the IDE.
Reopen the IDE and check in File -> Preferences -> Network tab.
If your IDE works like mine, it will no longer be possible to go back to No Proxy.

To reproduce

As described above

Expected behavior

Must accept and hold the -No proxy- setting.

Arduino IDE version

2.0.0-rc9.2.nightly-20220825

Operating system

Windows

Operating system version

Windows 10 pro 64 bit 21H2 19044.1889

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@pippo-75 pippo-75 added the type: imperfection Perceived defect in any part of project label Aug 28, 2022
@per1234 per1234 self-assigned this Aug 29, 2022
@per1234
Copy link
Contributor

per1234 commented Aug 29, 2022

Hi @pippo-75. Thanks for taking the time to submit an issue.

I see we have another report about this at arduino/arduino-cli#1677.

It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other.

If you end up with additional information to share, feel free to comment in the other thread.


I will share the workaround for this issue:

  1. Select File > Quit from the Arduino IDE menus if it is running.
  2. Use any text editor to open the file at the following path:
    • Windows:
      C:\Users\<username>\.arduinoIDE\arduino-cli.yaml
      
    • Linux:
      ~/.arduinoIDE/arduino-cli.yaml
      
    • macOS:
      ~/.arduinoIDE/arduino-cli.yaml
      
    ❗ The .arduinoIDE folder may be hidden by default by your operating system.
  3. Delete the lines from the file that have this format:
    network:
      proxy: http://pippo:[email protected]:1234/
      user_agent_ext: daemon
  4. Save the file.
  5. Start the Arduino IDE.

You should now find that "No proxy" is selected in the "Network" tab of the "Preferences" dialog.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2022
@per1234 per1234 added conclusion: duplicate Has already been submitted topic: CLI Related to Arduino CLI labels Aug 29, 2022
@pippo-75
Copy link
Author

Yes that done the job. A big thank you.

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: CLI Related to Arduino CLI type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants