Open night-cruise opened 2 days ago
一样遇到了
同样遇到了,确认网络正常,全局代理也是无法使用的
Traceback (most recent call last): File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1294, in request self._send_request(method, url, body, headers, encode_chunked) File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1340, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1289, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1048, in _send_output self.send(msg) File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 986, in send self.connect() File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\http\client.py", line 1466, in connect self.sock = self._context.wrap_socket(self.sock, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\ssl.py", line 1108, in _create self.do_handshake() File "C:\Users\24525\AppData\Local\Programs\Python\Python311\Lib\ssl.py", line 1383, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "
遇到了这个问题
怎么解决的????
同样……
参考 #32
已经设置了代理,没有用。我用其他的需要连外网的命令行应用是可以正常连接的。
好像少数用户的 ssl 有问题 https://github.com/Byaidu/PDFMathTranslate/issues/12 ,我看看怎么解决
问题描述