BlendLuxCore icon indicating copy to clipboard operation
BlendLuxCore copied to clipboard

LoL don't run with Blender 4.1.1 and BlendLuxCore v2.9

Open Spirou4D opened this issue 7 months ago • 3 comments

.blend file: A simple cube on 3Dview

Steps to reproduce: Install BlendLuxCore 2.9 for Blender 4.1 and LoL in HOME/LuxCoreOnlineLibrary_data

Screenshots or rendered images:

Error message from Blender console: Python: Traceback (most recent call last): File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\http\client.py", line 1294, in request self._send_request(method, url, body, headers, encode_chunked) File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\http\client.py", line 1340, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\http\client.py", line 1289, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\http\client.py", line 1048, in _send_output self.send(msg) File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\http\client.py", line 986, in send self.connect() File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\http\client.py", line 1466, in connect self.sock = self._context.wrap_socket(self.sock, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\ssl.py", line 517, in wrap_sockets return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\ssl.py", line 1108, in _create self.do_handshake() File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\ssl.py", line 1383, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\Users\Patrick\Mes Applications\blender-4.1.1\4.1\python\Lib\urllib\request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1006)>

OS: Windows 10 updated. Blender version: 4.1.1 win54bites LuxCore version: v2.9

Spirou4D avatar Jul 04 '24 09:07 Spirou4D