Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save garethgreenaway/c08701380c7c289799bbb7f5eef3042b to your computer and use it in GitHub Desktop.
Save garethgreenaway/c08701380c7c289799bbb7f5eef3042b to your computer and use it in GitHub Desktop.
[ERROR ] Exception in callback <functools.partial object at 0x2f531b0>
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/tornado/ioloop.py", line 591, in _run_callback
ret = callback()
File "/usr/lib64/python2.7/site-packages/tornado/stack_context.py", line 274, in null_wrapper
return fn(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/tornado/ioloop.py", line 597, in <lambda>
self.add_future(ret, lambda f: f.result())
File "/usr/lib64/python2.7/site-packages/tornado/concurrent.py", line 214, in result
raise_exc_info(self._exc_info)
File "/usr/lib64/python2.7/site-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
File "/usr/lib/python2.7/site-packages/salt/transport/ipc.py", line 167, in handle_stream
wire_bytes = yield stream.read_bytes(4096, partial=True)
File "/usr/lib64/python2.7/site-packages/tornado/gen.py", line 870, in run
value = future.result()
File "/usr/lib64/python2.7/site-packages/tornado/concurrent.py", line 214, in result
raise_exc_info(self._exc_info)
File "<string>", line 3, in raise_exc_info
error: [Errno 0] Success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment