abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.25k stars 104 forks source link

CERTIFICATE_VERIFY_FAILED #93

Closed codeliger closed 9 months ago

codeliger commented 9 months ago
  File "/opt/miniconda3/lib/python3.11/urllib/request.py", line 1351, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)>

Anyone else get this issue?

abdeladim-s commented 9 months ago

@codeliger, I think there is something wrong with your Python installation or your SSL certificates are out of date. You can try the solutions in this Stackoverflow thread.

codeliger commented 9 months ago

I used the docker container and it solved the issue. I think it was a conda instance of python that was causing the issue.