-
Notifications
You must be signed in to change notification settings - Fork 306
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
Conversational AI Twilio + Python #519
Comments
Hey - thank you for raising this to us. We will act on this today - will keep this issue up to date. |
Also, it doesn't end well—after ending the call and calling again, it gives an error message that "WebSocket closed, stopping audio processing," and you have to re-run the application. |
Roger that - I am working on updating the code. Have you found a fix for this? |
not yet, It seems it has to do something with how conversation.end_session() works. I tried different approaches but I guess the fix has to be in conversation.py. still checking.. |
@louisjoecodes I also get this error, even though the call has been disconnected: |
Hey folks - while we recreate the guide for Python - I have just pushed a full example project using Javascript: Thank you for your patience! |
Hey, this one worked fine until a couple of hours ago. Then it all stopped working. |
Hey @sh3pst1 sorry you are experiencing this - could you confirm which SDK/version you are using? I have updated our Swift SDK as we now require an initiation web socket message to be sent from the client to begin the conversation.
|
Yes, I followed your guide from here https://github.com/elevenlabs/elevenlabs-examples/tree/main/examples/conversational-ai/twilio/javascript |
Let me check the scripts and update them if necessary. |
Path: /conversational-ai/guides/conversational-ai-twilio
The code given in the Path, not able to handle the multiple calls as previous call is not properly cleaned up and next call just throw errors:
sent 1000 (OK); no close frame received
The text was updated successfully, but these errors were encountered: