Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlockingIOError after Dependency Update in Speech-to-Text Example #1030

Open
wezerr opened this issue Nov 2, 2024 · 0 comments
Open

BlockingIOError after Dependency Update in Speech-to-Text Example #1030

wezerr opened this issue Nov 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@wezerr
Copy link

wezerr commented Nov 2, 2024

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

image

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.

@nbsp nbsp added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants