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
DataError: Invalid input of type: 'CacheKey'. Convert to a byte, string or number first.
(26 additional frame(s) were not displayed)
...
File "redis/client.py", line 1182, in exists
return self.execute_command('EXISTS', *names)
File "redis/client.py", line 754, in execute_command
connection.send_command(*args)
File "redis/connection.py", line 619, in send_command
self.send_packed_command(self.pack_command(*args))
File "redis/connection.py", line 659, in pack_command
for arg in imap(self.encoder.encode, args):
File "redis/connection.py", line 124, in encode
"byte, string or number first." % typename)
DataError: Invalid input of type: 'CacheKey'. Convert to a byte, string or number first.
The text was updated successfully, but these errors were encountered:
This is a stopgap for a compatibility issue relating to a
dependency of a dependency (redis-py, which is a requirement of
django-redis). See:
jazzband/django-redis#342
7bb5ce4 provides a workaround, but we should leave this open until the PR in django-redis is merged in, and then we've upgraded django-redis in our requirements file (and removed the pinned version for redis) accordingly.
https://sentry.io/tabbycat-ig/backend/issues/764632985/
The text was updated successfully, but these errors were encountered: