Scrapy运行中常见网络相关错误
| 错误类型 | 错误名称 |
| defer.TimeoutError | 当延迟超时时,默认情况下会引发此错误(链接) |
| TimeoutError | 用户超时导致连接失败 |
| DNSLookupError | DNS查找失败 |
| ConnectionRefusedError | 连接被另一方拒绝 |
| ConnectionDone | 连接干净整洁的关闭了 |
| ConnectError | 连接时发生错误 |
| ConnectionLost | 与另一方的连接以不干净的方式丢失 |
| TCPTimedOutError | TCP连接超时 |
| ResponseFailed | 由于某种原因没有收到对请求的所有回复 |
| TunnelError | 代理无法建立HTTP CONNECT隧道。 |
| IOError | I/O相关错误 |

浙公网安备 33010602011771号