From 259f5e124cbffc36f1f64c3303c9a8cd6a299389 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 26 Mar 2026 08:48:37 -0400 Subject: [PATCH] Add changelog for #4153 --- changelog/4153.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4153.fixed.md diff --git a/changelog/4153.fixed.md b/changelog/4153.fixed.md new file mode 100644 index 000000000..1e3dbebd0 --- /dev/null +++ b/changelog/4153.fixed.md @@ -0,0 +1 @@ +- Fixed error floods in `DeepgramSTTService` when the WebSocket connection drops. With Deepgram SDK 6.x, `send_media()` raises exceptions on a dead connection instead of silently failing, causing every queued audio frame to log an error. Now `send_media()` failures are caught gracefully — a single warning is logged and audio frames are skipped until the existing reconnection logic restores the connection.