You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: What redis-py and what redis version is the issue happening on?
redis-py 5.2.0 with redis 7.2.4
Platform: What platform / version?
Python 3.10.12 on Ubuntu 22.04
Description:
Hey everyone,
I have an application that uses Redis in a production environment, but the service crashed during a call to the get_message method from PubSub with the following error (unfortunately I am not able to reproduce the error after several attempts):
File "/usr/local/lib/python3.10/dist-packages/redis/client.py", line 1056, in get_message
return self.handle_message(response, ignore_subscribe_messages)
File "/usr/local/lib/python3.10/dist-packages/redis/client.py", line 1098, in handle_message
"data": response[2],
IndexError: string index out of range
Do you have any ideas on how this is possible?
Best regards,
Jorge
The text was updated successfully, but these errors were encountered:
Version: What redis-py and what redis version is the issue happening on?
redis-py 5.2.0 with redis 7.2.4
Platform: What platform / version?
Python 3.10.12 on Ubuntu 22.04
Description:
Hey everyone,
I have an application that uses Redis in a production environment, but the service crashed during a call to the get_message method from PubSub with the following error (unfortunately I am not able to reproduce the error after several attempts):
Do you have any ideas on how this is possible?
Best regards,
Jorge
The text was updated successfully, but these errors were encountered: