LeetCode-OpenSource / vscode-leetcode

Solve LeetCode problems in VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode
MIT License
8.22k stars 650 forks source link

unable to login #591

Closed AndyYuan96 closed 4 years ago

AndyYuan96 commented 4 years ago

Hi, I just can't login, it should be related to proxy problem, And I follow the issues related to proxy, doesn't work. My vscode config: "http.proxyAuthorization": null, "http.proxy": "http://127.0.0.1:12333", "http.proxyStrictSSL": false, "http.proxySupport": "on",

I can connect to extension market, and I also setting http.proxy. ERROR: [ERROR] Error: tunneling socket could not be established, cause=Client network socket disconnected before secure TLS connection was established

in develop model, it output: POST https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery net::ERR_PROXY_CONNECTION_FAILED

yihong0618 commented 4 years ago

Try to coneect with your smartphone hotspot see if can connect or not ?

AndyYuan96 commented 4 years ago

Try to coneect with your smartphone hotspot see if can connect or not ?

..sorry, I use Desktop, not laptop

yihong0618 commented 4 years ago

Try to coneect with your smartphone hotspot see if can connect or not ?

..sorry, I use Desktop, not laptop

As I know if you use ss or ssr which use socks5,the http proxy is not fit。 Can you use leetcode-cn without proxy?

AndyYuan96 commented 4 years ago

Try to coneect with your smartphone hotspot see if can connect or not ?

..sorry, I use Desktop, not laptop

As I know if you use ss or ssr which use socks5,the http proxy is not fit。 Can you use leetcode-cn without proxy?

I can login in leetcode-cli, but can't use leetcode list get question, it return "[ERROR] http error [code=400] ", do you think this is network problem related to company?

AndyYuan96 commented 4 years ago

Try to coneect with your smartphone hotspot see if can connect or not ?

..sorry, I use Desktop, not laptop

As I know if you use ss or ssr which use socks5,the http proxy is not fit。 Can you use leetcode-cn without proxy?

I use v2ray, and just setting http_proxy, I can google.

AndyYuan96 commented 4 years ago

give up, leetcode editor is a extension for clion, just install and login, no error.