You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cloned this repo and couldn't make it work. I tried updating the deepgram-sdk from v3.3.2 to v3.4.0; also, I'm using deepgram.listen.websocket instead of deepgram.listen.live after seeing a deprecation warning.
The socketIO server reports an SSL error. I managed to reproduce it:
The dg_connection.start invocation reports False and this error is logged:
WebSocketException in ListenWebSocketClient.start: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
The DEBUG option doesn't add much to the error.
MacOS Sonoma 14.5 (23F79), Python 3.12.3.
The text was updated successfully, but these errors were encountered:
If you're using macOS go to Macintosh HD > Applications > Python3.X folder (or whatever version of python you're using) > double click on "Install Certificates.command" file.
I just cloned this repo and couldn't make it work. I tried updating the
deepgram-sdk
fromv3.3.2
tov3.4.0
; also, I'm usingdeepgram.listen.websocket
instead ofdeepgram.listen.live
after seeing a deprecation warning.The socketIO server reports an SSL error. I managed to reproduce it:
The
dg_connection.start
invocation reportsFalse
and this error is logged:The
DEBUG
option doesn't add much to the error.MacOS Sonoma 14.5 (23F79), Python 3.12.3.
The text was updated successfully, but these errors were encountered: