Update src/pipecat/processors/frame_processor.py
Co-authored-by: Mark Backman <mark@daily.co>
This commit is contained in:
@@ -246,7 +246,8 @@ class FrameProcessor:
|
||||
await self._prev.queue_frame(frame, direction)
|
||||
except Exception as e:
|
||||
logger.exception(f"Uncaught exception in {self}: {e}")
|
||||
raise Exception("internal_push_frame") from e
|
||||
await self.push_error(ErrorFrame(str(e)))
|
||||
raise
|
||||
|
||||
def __create_input_task(self):
|
||||
self.__input_queue = asyncio.Queue()
|
||||
|
||||
Reference in New Issue
Block a user