Closed
Bug 490675
Opened 16 years ago
Closed 16 years ago
WebServices bug query interface broken in 3.4
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 477593
People
(Reporter: zbraniecki, Unassigned)
Details
bzilla = xmlrpclib.ServerProxy("https://landfill.bugzilla.org/bugzilla-3.4-branch/xmlrpc.cgi")
print bzilla.Bug.search({'summary':'Root of dependency tree.'})
with:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
return self.__send(self.__name, args)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
verbose=self.__verbose
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1253, in request
return self._parse_response(h.getfile(), sock)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 1387, in _parse_response
p.feed(response)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 601, in feed
self._parser.Parse(data, 0)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 868, in end
return f(self, join(self._data, ""))
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xmlrpclib.py", line 903, in end_int
self.append(int(data))
ValueError: invalid literal for int() with base 10: ''
| Reporter | ||
Updated•16 years ago
|
Summary: WebServices broken in 3.4 due to → WebServices bug query interface broken in 3.4
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•