erik Hi Erik, I have also an SSL error on the blobconverter, I can access the blob converter page you provided without any issue.
I'm on ubuntu 22, python 3.10 and I ran the installation script sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash
.
The application depthai_launcher
launches but gets stuck when a new window opens with the following error message:
File "$HOME/libs/depthai/depthai_demo.py", line 657, in run
self.instance.run_all(self.conf)
File "$HOME/libs/depthai/depthai_demo.py", line 132, in run_all
self.setup(conf)
File "$HOME/libs/depthai/depthai_demo.py", line 264, in setup
blobPath=self._blobManager.getBlob(shaves=self._conf.shaves, openvinoVersion=self._nnManager.openvinoVersion),
File "$HOME/libs/venv/lib/python3.10/site-packages/depthai_sdk/managers/blob_manager.py", line 93, in getBlob
self._blobPath = blobconverter.from_zoo(
File "$HOME/libs/venv/lib/python3.10/site-packages/blobconverter/__init__.py", line 337, in from_zoo
response = requests.get("http://artifacts.luxonis.com/artifactory/blobconverter-backup/blobs/{}".format(blob_name.name))
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/sessions.py", line 677, in send
history = [resp for resp in gen]
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/sessions.py", line 677, in <listcomp>
history = [resp for resp in gen]
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/sessions.py", line 237, in resolve_redirects
resp = self.send(
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "$HOME/libs/venv/lib/python3.10/site-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
SSLError: HTTPSConnectionPool(host='artifacts.luxonis.com', port=443): Max retries exceeded with url: /artifactory/blobconverter-backup/blobs/mobilenet-ssd_openvino_2021.4_6shave.blob (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997)')))
Is this related to me being behind my institute's firewall? Though being behind a firewall has some inconveniences, it shouldn't prevent me from using Luxonis / OAK for work... : or is the depthai application unable to function behind a firewall?