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
We're occasionally seeing this error in production.
error: bad char in struct format
...snip...
File "bmemcached/client.py", line 104, in get
value, cas = self.get_server(key).get(key)
File "bmemcached/protocol.py", line 379, in get
flags, value = struct.unpack('!L%ds' % (bodylen - 4, ), extra_content)