• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

scrapy爬虫错误记录

武飞扬头像
转身之后才不会
帮助1

相关包的版本
学新通

twisted.internet.error.TCPTimedOutError: TCP connection timed out: 10060: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败

原因:被检测到为爬虫
解决:爬虫时间设置为白天

[<twisted.python.failure.Failure twisted.internet.error.ConnectionDone: Connection was closed cleanly.>]
解决方案:setting设置useragent(https://github.com/scrapy/scrapy/issues/2513,https://stackoverflow.com/questions/40665120/under-what-circumstances-does-scrapy-throw-a-connection-was-closed-cleanly-err)

[<twisted.python.failure.Failure twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion: Connection lost.>]
解决方案https改为http,(https://newbedev.com/python-twisted-web-newclient-responseneverreceived-twisted-python-failure-failure-twisted-internet-error-connectionlost-connection-to-the-other-side-was-lost-in-a-no-n-clean-fashion-connection-lost-code-example)
使用虚拟环境让cryptography包版本<2
换代理(不是这个原因,https://support.zyte.com/support/discussions/topics/22000009971)

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /boutique/detail/tanhfihkke
系列文章
更多 icon
同类精品
更多 icon
继续加载