(已解决)You can't get access to internet or wechat domain, so exit.

采用wxpy部署币价查询机器人时,出现如题错误,但错误原因不是这一行,在上一行。

```python
requests.exceptions.ProxyError: HTTPSConnectionPool(host='login.weixin.qq.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response')))

You can't get access to internet or wechat domain, so exit.

```

(已解决)You can't get access to internet or wechat domain, so exit._第1张图片

因为,Proxy连接不上,这里找到一个相关解答:https://github.com/littlecodersh/ItChat/issues/265

不能用代理,我测试了将wechat也加入代理,同样不成功,好在目标url不需要代理即可

你可能感兴趣的:(Error,Record,#,小白学Python,wechat,domain,get,access)