Created
July 12, 2016 16:40
-
-
Save kraj/6caf2a31ff4701c784c2337b4cf0669f to your computer and use it in GitHub Desktop.
This file contains 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
python2 /home/kraj/bin/pwclient view 126867 | |
Traceback (most recent call last): | |
File "/home/kraj/bin/pwclient", line 740, in <module> | |
main() | |
File "/home/kraj/bin/pwclient", line 691, in main | |
s = rpc.patch_get_mbox(patch_id) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1243, in __call__ | |
return self.__send(self.__name, args) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request | |
verbose=self.__verbose | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1283, in request | |
return self.single_request(host, handler, request_body, verbose) | |
File "/usr/lib/python2.7/xmlrpclib.py", line 1331, in single_request | |
response.msg, | |
xmlrpclib.ProtocolError: <ProtocolError for patchwork.openembedded.org/xmlrpc/: 302 Moved Temporarily> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment