爬虫requests库的异常

mac2026-01-06  6

requests.ConnectionError   :  网络连接错误异常,如DNS查询失败,拒绝连接等

requests.HTTPError  :  HTTP错误异常

requests.URLRequired    :  URL缺失异常

requests.TooManyRedirects  :  超过最大定向次数,产生重定向异常

requests.ConnectTimeout     :   连接远程服务器超时异常

requests.Timeout    :  请求URL超时,产生超时异常、

 

 

r.raise_for_status()   :  如果不是200,产生异常request.HTTPError

最新回复(0)