[PLUGIN] EarthMesh issue

   149   0   1
User Avatar
Member
15 posts
Joined: March 2012
Offline
Hi everyone,

I'd like to try EarthMesh - https://github.com/xjorma/EarthMeshHoudini [github.com] - But I'm facing with a problem that I cannot really identify

I followed the installation step-by-step but when create the earthMesh node that return an error :

Invalid source /obj/geo1/EarthMesh1/3D_Tiles.
(Error: Python error: Traceback (most recent call last):
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1294, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1340, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1289, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1048, in _send_output
self.send(msg)
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 986, in send
self.connect()
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/http/client.py", line 1466, in connect
self.sock = self._context.wrap_socket(self.sock,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 517, in wrap_socket
return self.sslsocket_class._create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 1108, in _create
self.do_handshake()
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ssl.py", line 1383, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "", line 141, in
File "", line 19, in bytes_from_url
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 519, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Applications/Houdini/Houdini20.5.370/Frameworks/Python.framework/Versions/3.11/lib/python3.11/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError:
).

It seems to come from a connection (SSL?) error. I tried to turnoff my firewall but same issue.

Any ideas or clues ?

In advance thank you.
Edited by nikoDan - Nov. 21, 2024 03:56:59
  • Quick Links