Modify ↓
Opened 19 years ago
Closed 19 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)
Note: See
TracTickets for help on using
tickets.



Fix