Created
March 5, 2016 20:24
-
-
Save anish/ac3fb8c2b7359dac87b5 to your computer and use it in GitHub Desktop.
docker latent slave fails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/lib64/python2.6/site-packages/twisted/spread/pb.py", line 563, in expressionReceived | |
| method(*sexp[1:]) | |
| File "/usr/lib64/python2.6/site-packages/twisted/spread/pb.py", line 933, in proto_answer | |
| d.callback(self.unserialize(netResult)) | |
| File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 393, in callback | |
| self._startRunCallbacks(result) | |
| File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 501, in _startRunCallbacks | |
| self._runCallbacks() | |
| --- <exception caught here> --- | |
| File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 588, in _runCallbacks | |
| current.result = callback(current.result, *args, **kw) | |
| File "/usr/lib64/python2.6/site-packages/twisted/spread/pb.py", line 1161, in _cbResponse | |
| return challenger.callRemote("respond", respond(challenge, password), client) | |
| File "/usr/lib64/python2.6/site-packages/twisted/spread/pb.py", line 1050, in respond | |
| m.update(password) | |
| exceptions.TypeError: update() argument 1 must be string or read-only buffer, not None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment