Not Ending Nicely #1557
Replies: 3 comments 1 reply
-
|
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
|
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am receiving errors when I stop the microphone in my app and try to disconnect from DeepGram. Here is how I'm disconnecting (.NET):
microphone.Stop();
await liveClient.Stop();
Deepgram.Microphone.Library.Terminate();
Deepgram.Library.Terminate();
and here is what I get:
2026-02-27 15:47:00.418 [Information] Stop: Using default disconnect cancellation token
2026-02-27 15:47:00.511 [Information] ProcessReceiveQueue: Received WebSocket Close. Trigger cancel...
2026-02-27 15:47:00.511 [Information] Stop: Using default disconnect cancellation token
2026-02-27 15:47:00.613 [Error] Stop: System.NullReferenceException thrown Object reference not set to an instance of an object.
2026-02-27 15:47:00.614 [Error] ProcessReceiveQueue: System.NullReferenceException thrown Object reference not set to an instance of an object.
2026-02-27 15:47:03.996 [Error] ProcessKeepAlive: System.NullReferenceException thrown Object reference not set to an instance of an object.
Am I doing something wrong in the way I'm disconnecting? My code is just a copy of what is in the example microphone speech to text.
Thank you,
Dan
Beta Was this translation helpful? Give feedback.
All reactions