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
After updating the dependencies as shown in the attached screenshot, an error started to occur:
BlockingIOError: [Errno 11] Resource temporarily unavailable {"pid": 4204, "job_id": "AJ_5DcvLZ3JehqG"}
csock.send(b'\0')
File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 139, in _write_to_self
Traceback (most recent call last):
2024-11-02 07:07:17,839 - DEBUG asyncio - Fail to write a null byte into the self-pipe socket
The error appears in a seemingly random manner.
It may depend on the number of rooms and participants, but has also occurred with just one room immediately or after several hours.
The error is cyclical, occurring up to 100,000 times within a few minutes, severely impacting performance.
The project is based on the speech-to-text example from the examples folder.
The text was updated successfully, but these errors were encountered:
After updating the dependencies as shown in the attached screenshot, an error started to occur:
The error appears in a seemingly random manner.
It may depend on the number of rooms and participants, but has also occurred with just one room immediately or after several hours.
The error is cyclical, occurring up to 100,000 times within a few minutes, severely impacting performance.
The project is based on the speech-to-text example from the examples folder.
The text was updated successfully, but these errors were encountered: