运行scrapy时出错这个错误:Max retries exceeded with url
解决方法:
img1=requests.get(url=aa,headers=header1,timeout=5,verify=False)
爬虫能运行了,但还是报错,但不影响使用
scrapy::Max retries exceeded with url
阅读 5
2022-05-18
img1=requests.get(url=aa,headers=header1,timeout=5,verify=False)
爬虫能运行了,但还是报错,但不影响使用
相关推荐
精彩评论(0)