Skip to content
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

[Windows] Can not connection network through my proxy after #15446 #18155

Open
1 task done
Tryanks opened this issue Sep 20, 2024 · 0 comments · May be fixed by #18171
Open
1 task done

[Windows] Can not connection network through my proxy after #15446 #18155

Tryanks opened this issue Sep 20, 2024 · 0 comments · May be fixed by #18171
Labels
admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue

Comments

@Tryanks
Copy link

Tryanks commented Sep 20, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

I am using latest Zed in an internal network environment and must connect to a specific server via an HTTP proxy to log in to my Zed account. In the most recent commit, configuring "proxy": "http://example.com:12345" in settings.json does not work. I am unable to log in to the account, and the AI cannot be used. No connection records to zed.dev are observed in the proxy logs either.

The relevant code is located in http_client.rs, and the issue has occurred after commit 2c8a6ee. I reverted to commit 9016de5, manually built it, and run; the traffic successfully passed through the proxy and connected to the network.

P.S.: the commit 2c8a6ee related #15446

Environment

Windows11 23H2 22631.4169
rustc 1.81.0 (eeb90cda1 2024-09-04)
Zed between 9016de5 to 2c8a6ee.

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Runner Terminal output
[2024-09-21T01:32:11+08:00 ERROR client::telemetry] Failed to send events: HTTP 500
[2024-09-21T01:35:40+08:00 ERROR client] connection error: delay between messages too long
@Tryanks Tryanks added admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue labels Sep 20, 2024
@ClanEver ClanEver linked a pull request Sep 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review defect [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant