-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
I Got this error continusoly while runnig simple voice assistant in my winodows laptop with 8 GB ram. can some one help me here
2025-07-23 11:50:57,072 - ERROR livekit.agents - worker failed
Traceback (most recent call last):
File "C:\Users\kumar.conda\envs\llama_index\lib\site-packages\livekit\agents\ipc\channel.py", line 47, in arecv_message
return _read_message(await dplx.recv_bytes(), messages)
File "C:\Users\kumar.conda\envs\llama_index\lib\site-packages\livekit\agents\utils\aio\duplex_unix.py", line 35, in recv_bytes
len_bytes = await self._reader.readexactly(4)
File "C:\Users\kumar.conda\envs\llama_index\lib\asyncio\streams.py", line 708, in readexactly
await self._wait_for_data('readexactly')
File "C:\Users\kumar.conda\envs\llama_index\lib\asyncio\streams.py", line 501, in _wait_for_data
await self._waiter
asyncio.exceptions.CancelledError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\kumar.conda\envs\llama_index\lib\asyncio\tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\kumar.conda\envs\llama_index\lib\site-packages\livekit\agents\cli_run.py", line 79, in _worker_run
await worker.run()
File "C:\Users\kumar.conda\envs\llama_index\lib\site-packages\livekit\agents\worker.py", line 387, in run
await self._inference_executor.initialize()
File "C:\Users\kumar.conda\envs\llama_index\lib\site-packages\livekit\agents\ipc\supervised_proc.py", line 169, in initialize
init_res = await asyncio.wait_for(
File "C:\Users\kumar.conda\envs\llama_index\lib\asyncio\tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError