-
Notifications
You must be signed in to change notification settings - Fork 689
11Labs websocket connection #1467
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
Comments
Okay I think I found something. I think that
This is because when we get an error so bad that we can not even disconnect, we need to force the disconnection |
We just started seeing this behavior with the ElevenLabsTTSService, but only for one voice out of 5 tested. Pipecat version 0.0.61. Edit: The above suggestion seems to work (avoids the fatal error). |
I've ran into this issue before. I believe it's due to using a voice Id that is not added to your 11labs library |
Pipecat version: 0.0.60
I know there has been a lot of working around websocket connections. I am sharing this in case someone else has seen this and we can deepdive together. At certain points my elevenlabs connection falls and is unable to reconnect:
If I understand it right
no close frame received or sent
means that we can not connect succesfully from our side the 11labs server. I might try to make MAX_RETRIES to a higher number but the wait time is already 4 seconds so I guess that it is odd that the connection is off for that long time. Anyone has seen this / any thoughts?The text was updated successfully, but these errors were encountered: