Skip to content

Instantly share code, notes, and snippets.

@stbenjam
Created May 18, 2015 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stbenjam/090b7c359345c525fb2e to your computer and use it in GitHub Desktop.
Save stbenjam/090b7c359345c525fb2e to your computer and use it in GitHub Desktop.
[CRITICAL] Could not deserialize msgpack message: ��fun_args��20150518120302246315�jid�20150518120338150943�return��tgt_type�glob�jid�20150518120302246315�tgt�*�pid��ret��user�root�arg��fun�state.highstate�retcode�successãcmd�_return�_stamp�2015-05-18T10:03:39.684788�fun�saltutil.find_job�id�chulak.bitbin.dein.deThis often happens when trying to read a file not in binary mode.Please open an issue and include the following error: unpack(b) received extra data.
Exception occurred in runner jobs.list_jobs: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/client/mixins.py", line 317, in low
data['return'] = self.functions[fun](*args, **kwargs)
File "/usr/lib/python2.6/site-packages/salt/runners/jobs.py", line 211, in list_jobs
ret = mminion.returners['{0}.get_jids'.format(returner)]()
File "/usr/lib/python2.6/site-packages/salt/returners/local_cache.py", line 282, in get_jids
for jid, job, _, _ in _walk_through(_job_dir()):
File "/usr/lib/python2.6/site-packages/salt/returners/local_cache.py", line 67, in _walk_through
job = serial.load(salt.utils.fopen(load_path, 'rb'))
File "/usr/lib/python2.6/site-packages/salt/payload.py", line 114, in load
return self.loads(data)
File "/usr/lib/python2.6/site-packages/salt/payload.py", line 98, in loads
return msgpack.loads(msg, use_list=True)
File "msgpack/_unpacker.pyx", line 123, in msgpack._unpacker.unpackb (msgpack/_unpacker.cpp:123)
ExtraData: unpack(b) received extra data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment