当前位置:   article > 正文

python requests 的代理错误排查:HTTPConnectionPool(host=‘127.0.0.1‘, port=1084)_requests.exceptions.connectionerror: httpconnectio

requests.exceptions.connectionerror: httpconnectionpool(host='127.0.0.1', po

用 pycharm 调试 python 程序,一直报错,查看报错,发现是代理的问题,就逐个排查,并解决了这个问题。

错误情况

requests.exceptions.ProxyError: HTTPConnectionPool(host=‘127.0.0.1’, port=1084): Max retries exceeded with url: http://localhost:8545/ (Caused by ProxyError(‘Cannot connect to proxy.’, NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x0000016B73A5AA30>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。’)))

在这里插入图片描述

错误排查

pycharm 的设置

在这里插入图片描述
经过检查 pycharm 的设置,确定没有设置代理。

检查WIN10的代理设置

在这里插入图片描述
并没有开启win10代理设置,

环境变量 http_proxy 设置

经过查询 requests 包的文档,里面提到环境变量 http_proxy 会有影响:
在这里插入图片描述
查看环境变量,果然有一个 http_proxy环境变量,删除,重启pycharm
在这里插入图片描述
重启pycharm之后 ,就可以正常运行了。在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/175712
推荐阅读
相关标签
  

闽ICP备14008679号