-
Notifications
You must be signed in to change notification settings - Fork 451
Unable to signin #247
Comments
Hi @guti007. That message is one that I added to make it a bit clearer in certain scenarios (when users sign out and need to sign back in) but it also appears to be displayed when we can't create a connection to the server. That's what appears to be happening in this case. Since you've got a proxy server set up, it appears (for whatever reason) that the connection to team services is timing out. First, is it required in your scenario to use a proxy server (could you attempt it without it)? Second, could you set the "team.logging.level" to "debug" and provide the rest of the log file (feel free to scrub it beforehand)? I'd just like to get an indication of what's going on before and after the error. |
Hi @jeffyoung. Thanks for quick response. 👍 |
Thanks for the logs @sguti. So there are a couple of proxies that we're talking about here. There's the proxy you need to use to get access to Team Services (I assume that's why you've set Unfortunately, the library the extension uses to communicate with TFS/Team Services doesn't use the VS Code I went ahead and tried this myself with "FreeProxy". Using the two environment variables routed the traffic through FreeProxy. If the proxy wasn't available, the extension would display a Based on the rest of the log files, it appears the extension is just trying to contact a URL like I'll also add that the library used by the extension doesn't support authenticated proxies (as there's no way to supply the credentials). So if your proxy requires authentication (I don't see any indication that it might) the extension wouldn't be able to reach any servers. |
Hi @jeffyoung. We are finally able to connect. There was some security policy which was blocking the connection to the server. Sorry for delayed response. |
Could you specify how to set these two variables for the VS Code process? |
For windows, you have to add those(http and https proxy) in your Environment Variables section. Not sure about Mac. |
@jeffyoung I'm getting a ETIMEDOUT 104.214.111.103:443 error, being behind a proxy configured via environmental variables, log Please advise. |
@sguti, @jeffyoung , how did you solve the issue, I am having same issue, even after entering username and password, it does not connect, and not showing any errors. Also How can we see logs for it?? |
Whenever I am trying to use this extension I am getting below error.
Though it's not showing any error message when I am providing the PAT to signin.
The log file shows below error-
2017-06-02T08:38:28.182Z - error: [41244] connect ETIMEDOUT someazureserverip:443 Error: Error: connect ETIMEDOUT someazureserverip:443
My workspace settings -
The text was updated successfully, but these errors were encountered: