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
Tried to run and got the error and then changed dg_connection = deepgram.listen.live.v("1") to dg_connection = deepgram.listen.asyncwebsocket()
but again got the error:
Could not open socket: 'Version' object is not callable
The text was updated successfully, but these errors were encountered:
Tried to run and got the error and then changed
dg_connection = deepgram.listen.live.v("1")
todg_connection = deepgram.listen.asyncwebsocket()
but again got the error:
Could not open socket: 'Version' object is not callable
The text was updated successfully, but these errors were encountered: