xmlrpc filebug API raises TypeError exception
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Launchpad itself |
Medium
|
Björn Tillenius | ||
Bug Description
If you don't specify any arguments to the xmlrpc API, you get some strange behaviour:
>>> from xmlrpclib import ServerProxy
>>> s = ServerProxy("https:/
>>> s.filebug()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/System/
File "/System/
File "/System/
File "/System/
File "/System/
xmlrpclib.Fault: <Fault -1: 'Unexpected Zope exception: TypeError: Missing argument to filebug(): params'>
This should instead first raise an Unauthorized exception, because the user didn't even log in! BjornT thinks this may be a Zope 3 issue.
| Changed in malone: | |
| importance: | Untriaged → Medium |
| status: | Unconfirmed → Confirmed |
| Changed in malone: | |
| assignee: | nobody → bjornt |
| Eleanor Berger (intellectronica) wrote : | #1 |
| Björn Tillenius (bjornt) wrote : Re: [Bug 57742] Re: xmlrpc filebug API raises TypeError exception | #2 |
On Wed, Jan 28, 2009 at 09:14:17PM -0000, Tom Berger wrote:
> Is this a WONTFIX, now that we can file bugs using the REST API?
Yes, no need to do any bug fixes for XML-RPC interface.
status wontfix
| Changed in malone: | |
| status: | Confirmed → Won't Fix |

Is this a WONTFIX, now that we can file bugs using the REST API?