Modify

Opened 18 years ago

Closed 18 years ago

#623 closed defect (fixed)

list of exported functions (still) broken

Reported by: Steffen Pingel Owned by: Alec Thomas
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

I get an exceptions with rev. 1161 when trying to access /xmlrpc from a web brower (see also #563):

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 32, in process_request
TypeError: iterable argument required

Attachments (1)

fix.patch (574 bytes) - added by Steffen Pingel 18 years ago.
Fix

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by Steffen Pingel

Attachment: fix.patch added

Fix

comment:1 Changed 18 years ago by Alec Thomas

Resolution: fixed
Status: newclosed

Fixed in r1175.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.