You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.11/site-packages/livekit/plugins/deepgram/stt.py", line 474, in recv_task
raise APIStatusError(
^^^^^^^^^^^^^^^
TypeError: APIStatusError.__init__() missing 3 required keyword-only arguments: 'status_code', 'request_id', and 'body'
We were looking to see why the agent stopped transcribing, but the Deepgram error was masked by a Livekit error thrown when trying to raise the Deepgram error.
If relevant, this error preceded the above:
future: <_GatheringFuture finished exception=CancelledError()>
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/livekit/plugins/deepgram/stt.py", line 422, in send_task
async for data in self._input_ch:
File "/usr/local/lib/python3.11/site-packages/livekit/agents/utils/aio/channel.py", line 173, in __anext__
return await self.recv()
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/livekit/agents/utils/aio/channel.py", line 103, in recv
await g
asyncio.exceptions.CancelledError
The text was updated successfully, but these errors were encountered:
From our logs:
We were looking to see why the agent stopped transcribing, but the Deepgram error was masked by a Livekit error thrown when trying to raise the Deepgram error.
If relevant, this error preceded the above:
The text was updated successfully, but these errors were encountered: