HTTPConnectionPool(host='http_proxy=<ip>, port=<port>):超过最大重试次数,网址:<url>

问题描述 投票:0回答:1

当我发出 requests.post 时,我收到如下错误:“HTTPConnectionPool(host='http_proxy=, port=): url 超出最大重试次数:(由 ProxyError('无法连接到代理。', NewConnectionError( ':无法建立新连接:[Errno 11001] getaddrinfo 失败')))"。

添加代理后出现此问题。我删除了代理,但有趣的是问题仍然存在。你能帮我吗?

谢谢。

python proxy http-proxy urllib3
1个回答
0
投票

使用您本地的以下网址请求:

url = 'http://127.0.0.1:8000/'
© www.soinside.com 2019 - 2024. All rights reserved.