记录一下历史以来遇到的各种爬虫错误
(1)HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /search/commits?q=repo:hrkalona/Sudoku-solver+%20Concurrent%20Modification%20Exception&per_page=100 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000001D312898F60>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。',))
(2)HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /search/commits?q=repo:juanurgiles/breakserverosc+%20Concurrent%20Modification&per_page=100 (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')",),))
(3)('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
网友评论