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)
The text was updated successfully, but these errors were encountered:
It might be some missing data in buffer that we did not read. Or it could be a race condition.
Can you save the payload or do something to reproduce this?
Thank you
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)
The text was updated successfully, but these errors were encountered: