Opened 18 years ago

Last modified 18 years ago

#563 closed defect

list of exported functions not displayed anymore — at Initial Version

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

Description

When trying to access /trac/xmlrpc from a web browser I get the following exception:

2006-08-02 01:50:18,449 Trac[main] ERROR: int() argument must be a string or a number Traceback (most recent call last):

File "/home/stp/.local/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request

dispatcher.dispatch(req)

File "/home/stp/.local/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 55, in process_request

TypeError: int() argument must be a string or a number

Undoing the change that was made to tracrpc/web_ui.py in revision 1076 fixes the problem.

Change History (0)

Note: See TracTickets for help on using tickets.