Skip to content

Instantly share code, notes, and snippets.

[CRITICAL] Could not deserialize msgpack message.This often happens when trying to read a file notin binary modeTo see message payload, enable debug logging and retry. Exception: unpack(b) received extra data.
[ERROR ] Uncaught exception, closing connection.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 407, in _run_callback
callback(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 275, in null_wrapper
return fn(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 968, in mark_future
data = self.serial.loads(msg[0])
File "/usr/lib/python2.7/dist-packages/salt/payload.py", line 137, in loads