救命!!!使用vpn后就连不上weixin-api,启动不了 #1146
Unanswered
hswater-zhs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
我也遇到了一样的问题,请问楼主有解决吗 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
救命!!!使用vpn后就连不上weixin-api,启动不了
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\software\Python\Python38\lib\site-packages\requests\adapters.py", line 489, in send
resp = conn.urlopen(
File "D:\software\Python\Python38\lib\site-packages\urllib3\connectionpool.py", line 798, in urlopen
retries = retries.increment(
File "D:\software\Python\Python38\lib\site-packages\urllib3\util\retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='login.weixin.qq.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)))
关掉vpn后就可以正常扫码登录,但是如果我不开vpn,就访问不了open api
想知道大家会有这种情况吗,怎么在本地运行,然后通过vpn代理的形式,正常连接到open-api
Beta Was this translation helpful? Give feedback.
All reactions