Redis sometimes throws ConnectionError: Error UNKNOWN while writing to socket
in /connect-call
#460
Labels
ConnectionError: Error UNKNOWN while writing to socket
in /connect-call
#460
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 withhiredis
and It seems that it fixed the issue.The text was updated successfully, but these errors were encountered: