diff --git a/src/pipecat/runner/utils.py b/src/pipecat/runner/utils.py index 5188beae2..2208b7db4 100644 --- a/src/pipecat/runner/utils.py +++ b/src/pipecat/runner/utils.py @@ -161,7 +161,6 @@ async def parse_telephony_websocket(websocket: WebSocket): except json.JSONDecodeError: first_message = {} except StopAsyncIteration: - raise ValueError("WebSocket closed before receiving telephony handshake messages") # Second message