diff --git a/src/pipecat/services/deepgram/stt.py b/src/pipecat/services/deepgram/stt.py index 2b4a1ddcf..3a7669707 100644 --- a/src/pipecat/services/deepgram/stt.py +++ b/src/pipecat/services/deepgram/stt.py @@ -633,8 +633,6 @@ class DeepgramSTTService(STTService): self._keepalive_handler(), f"{self}::keepalive" ) await connection.start_listening() - except asyncio.CancelledError: - raise except Exception as e: logger.warning(f"{self}: Connection lost, will retry: {e}") finally: