吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 3478|回复: 4
收起左侧

[求助] requests max retries exceeded with url

[复制链接]
netxboy 发表于 2019-10-14 17:31
部分代码如下。

百度google还有csdn了好久,都说了解决requests max retries exceeded with url 的三个办法,就是
1, headers=要写成Connection": "close" ,2, keep_alive = False 3, requests.adapters.DEFAULT_RETRIES = 15

但是我都用上了还是报错,运行几分钟就断了。。

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='test.abcd..cn',
port=443): Max retries exceeded with url: /tess-wein/cot/cit (Caused
by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0
000000003910E88>: Failed to establish a new connection: [WinError 10060] A conne
ction attempt failed because the connected party did not properly respond after
a period of time, or established connection failed because connected host has fa
iled to respond'))



[Python] 纯文本查看 复制代码

headers={
        
        "Connection": "close",

              }
while True:
 
            requests.adapters.DEFAULT_RETRIES = 15
            s = requests.session()
            s.keep_alive = False
            Response = requests.post(url,data=Dates,headers=headers,cookies=Cookies,stream=False)

    time.sleep(5)

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

kof21411 发表于 2019-10-14 18:39
是人家服务器做http连接限制,所以你的三种修改也没用,现在最有效的方法是用代{过}{滤}理连接
 楼主| netxboy 发表于 2019-10-14 18:47
kof21411 发表于 2019-10-14 18:39
是人家服务器做http连接限制,所以你的三种修改也没用,现在最有效的方法是用代{过}{滤}理连接

是这个原因么? 用nc提交这个post就没有影响。
kof21411 发表于 2019-10-14 19:31
netxboy 发表于 2019-10-14 18:47
是这个原因么? 用nc提交这个post就没有影响。

host='test.abcd..cn'

url是不是多了一点
 楼主| netxboy 发表于 2019-10-18 00:52
kof21411 发表于 2019-10-14 19:31
host='test.abcd..cn'

url是不是多了一点

多谢,这个是编辑之后的地址,随便写的~~
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-27 00:38

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表