pwclient list internal server error on patchwork.ozlabs.org

Stefan Hajnoczi stefanha at gmail.com
Sat Apr 9 21:55:02 EST 2011


I was trying pwclient for the first time and got the following.
Perhaps I'm doing something wrong but this 500 Internal Server Error
looks like a bug:

$ cat ~/.pwclientrc
[base]
url: http://patchwork.ozlabs.org/xmlrpc/

$ ./pwclient list -p qemu-devel
Traceback (most recent call last):
  File "./pwclient", line 464, in <module>
    main()
  File "./pwclient", line 412, in main
    action_list(rpc, filt, submitter_str, delegate_str)
  File "./pwclient", line 171, in action_list
    filter.resolve_ids(rpc)
  File "./pwclient", line 71, in resolve_ids
    id = project_id_by_name(rpc, self.project)
  File "./pwclient", line 139, in project_id_by_name
    projects = rpc.project_list(linkname, 0)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.6/xmlrpclib.py", line 1243, in request
    headers
xmlrpclib.ProtocolError: <ProtocolError for
patchwork.ozlabs.org/xmlrpc/: 500 Internal Server Error>

Any ideas?  Jeremy, there should be more details in your apache error logs.

Stefan


More information about the Patchwork mailing list