# Pastebin nedD577x listenbrainz/listenstore/tests/test_timescalelistenstore.py:279: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ listenbrainz/listenstore/timescale_listenstore.py:273: in insert self.log.warning("cache after: %d" % (cache.get(REDIS_USER_LISTEN_COUNT + user_name) or -1)) /usr/local/lib/python3.7/site-packages/brainzutils/cache.py:90: in decorated return f(*args, **kwargs) /usr/local/lib/python3.7/site-packages/brainzutils/cache.py:131: in get return get_many([key], namespace, decode).get(key) /usr/local/lib/python3.7/site-packages/brainzutils/cache.py:90: in decorated return f(*args, **kwargs) /usr/local/lib/python3.7/site-packages/brainzutils/cache.py:217: in get_many result[keys[i]] = _decode_val(value) if decode else value /usr/local/lib/python3.7/site-packages/brainzutils/cache.py:405: in _decode_val return msgpack.unpackb(value, encoding=CONTENT_ENCODING, ext_hook=_msgpack_ext_hook) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E msgpack.exceptions.ExtraData: unpack(b) received extra data. msgpack/_unpacker.pyx:208: ExtraData