For reasons I won't go into I am stuck running houdini on a Macbook for a while and while loading up one my files, where I am using TOPs and specifically the "Download File" TOPs node.
in OSX I can't run this anymore due to the following error:
ERROR: <urlopen error certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)>
Error running Python callback 'onCookTask':
Traceback (most recent call last):
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Houdini.framework/Versions/19.0/Resources/houdini/pdg/types/utils/genericfile.py", line 956, in onCookTask
self._download(work_item)
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Houdini.framework/Versions/19.0/Resources/houdini/pdg/types/utils/genericfile.py", line 971, in _download
download = urlopen(url)
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1360, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/Applications/Houdini/Houdini19.0.455/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1319, in do_open
raise URLError(err)
URLError: <urlopen error certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)>
I have python 3 (3.10) installed and have run the certificate install there, which completed.
Also have to note, all this works perfectly fine without issues on Windows.
I'm not quite sure what Houdini wants and how I fix it, so anyone seen this before?
Thank you