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

Redis sometimes throws ConnectionError: Error UNKNOWN while writing to socket in /connect-call #460

Open
okradze opened this issue Dec 15, 2023 · 1 comment
Labels

Comments

@okradze
Copy link

okradze commented Dec 15, 2023

I'm using OutboundCall with Twilio.
After calling phone Redis attempts to read config here:
https://github.com/vocodedev/vocode-python/blob/main/vocode/streaming/telephony/server/router/calls.py#L101

But weird part is that sometimes it works and sometimes it throws the ConnectionError: Error UNKNOWN while writing to socket. Connection lost which causes call to end.

I've did some investigation and found that it's related to redis-py package
Here is the issue: redis/redis-py#2491

I've tried installing redis-py package with hiredis and It seems that it fixed the issue.

Copy link

github-actions bot commented Mar 7, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant