weibo-crawler icon indicating copy to clipboard operation
weibo-crawler copied to clipboard

('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

Open zihexing opened this issue 2 years ago • 1 comments

File "C:\Users\NING MEI\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() FileNotFoundError: [Errno 2] No such file or directory File "C:\Users\NING MEI\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))

During handling of the above exception, another exception occurred: File "C:\Users\NING MEI\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 501, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')) 信息抓取完毕


zihexing avatar Jul 31 '23 15:07 zihexing