-
Notifications
You must be signed in to change notification settings - Fork 22
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
Is websocket working correctly? #4
Comments
Hey! Actually I'm not sure if that XML is correct, looks like it's wss https but I believe it should just be wss |
Make sure the remote host doesn't start with a protocol like the readme example |
Yeah, I realized that during the test, and removed the https, But it still did not get it to work, Also as for default. I replaced that link with my link. I will show more logs soon. |
I'm also facing a similar issue like this Have you got any fixes? |
Hm interesting, at some point I was able run as is but wouldn't be crazy if something broke. Currently travelling but I'll try to debug/clean up repo in the next week. |
Added some example scripts to the README that seem to work fine for me. |
Thanks for the example scripts. I've tried that keyboard chat with GPT that works fine but the other examples with twilio integration throw me the above errors when I connect the call and the API is triggered. |
Hm whats your |
my ffmpeg version is 6.0 |
I just reinstalled ffmpeg+ffprobe (realized it's
And it seems to work 🤔 |
Ah think I got it, was windows vs linux issue with Try updating the repo and trying it. |
I encoutered the same error as above with the get_duration function, despite the last code update. It seems that ffprobe is to blame. On my AWS EC2 instance it wasn't enough to install ffmpeg and ffprobe the traditional way, but I also had to symlink ffprobe into my virtual environment. Then it worked flawlessly. ln -sfn /usr/local/bin/ffmpeg/ffmpeg-*-amd64-static/ffprobe /path/to/your/venv/bin/ffprobe |
i tried to add some debugs, but none are hitting. Is there a requirement that we are missing in the setup?
I have also added
And i see the XML is returning correctly.
What can be the issue here?
The text was updated successfully, but these errors were encountered: