question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proxy Authentication Required error on login

See original GitHub issue

when setting sync using my github or Microsoft accout, this error is occured

[Info  - 15:16:55.21] Logging in...
[Info  - 15:17:03.563] Exchanging code for token...
[Error  - 15:17:03.678] Proxy Authentication Required
  • VSCode Version: 1.51.1
  • OS Version: windows10 20H2/ubuntu 20.04

Steps to Reproduce:

  1. open sync setting
  2. select github or Microsoft

Does this issue occur when all extensions are disabled?: Yes

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
chrmarticommented, May 19, 2021

Extension don’t have direct access to the Chromium network stack. There is the ‘_workbench.downloadResource’ command to allow for simple GET requests, but no command yet for POST requests.

Ideally we would implement support for proxy auth in our existing proxy support for the Node.js API, but I don’t have a timeline for that at the moment. (That would also benefit all other extensions.)

0reactions
fromthewoodscommented, Sep 9, 2021

@chrmarti yes that works, but I’d rather not have to expose my password in env variables. It seems that having this configured also breaks other applications that use this env var. Chocolately for example is confused by this entry.

Read more comments on GitHub >

github_iconTop Results From Across the Web

407 Proxy Authentication Required - HTTP - MDN Web Docs
The HTTP 407 Proxy Authentication Required client error status response code indicates that the request has not been applied because it ...
Read more >
(407) Proxy authentication required - Netwrix | Knowledge Base
Error: The remote server returned an error: (407) Proxy authentication required. · 1. Configure the internet connection to not use the Proxy server....
Read more >
What is a 407 Proxy Authentication Required - Airbrake Blog
The 407 Proxy Authentication Required is an HTTP response status code indicating that the server is unable to complete the request because ...
Read more >
Http error: 407 - Proxy Authentication Required
A 407 Proxy Authentication Required error indicates that the client needs to authenticate with a proxy server in order to access the requested ......
Read more >
How to resolve error 407 (Proxy authentication required) in ...
Proxy server connection may not be configured correctly for access to the Exchange server. This error is returned when accessing a Web site ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found