Traceback with git-am
Bryan Hundven
bryanhundven at gmail.com
Fri Jan 9 14:54:41 AEDT 2015
Hello list,
While applying patches to my project with pwclient, I got this traceback.
I'm not really that good with python, so I figured I'd post the
traceback here and see if you can figure it out.
Thanks,
-Bryan
bryan at fuzzy:~/crosstool-ng$ pwclient git-am 424224
Applying patch #424224 using 'git am'
Description: [2/2] patches/binutils: backport 2.22 and 2.24 xtensa fixes
Traceback (most recent call last):
File "/home/bryan/bin/pwclient", line 541, in <module>
main()
File "/home/bryan/bin/pwclient", line 524, in main
action_apply(rpc, patch_id, ['git', 'am'])
File "/home/bryan/bin/pwclient", line 280, in action_apply
s = rpc.patch_get_mbox(patch_id)
File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.7/xmlrpclib.py", line 1591, in __request
verbose=self.__verbose
File "/usr/lib/python2.7/xmlrpclib.py", line 1273, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib/python2.7/xmlrpclib.py", line 1306, in single_request
return self.parse_response(response)
File "/usr/lib/python2.7/xmlrpclib.py", line 1476, in parse_response
p.feed(data)
File "/usr/lib/python2.7/xmlrpclib.py", line 558, in feed
self._parser.Parse(data, 0)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line
171, column 2
More information about the Patchwork
mailing list