Changes between Initial Version and Version 1 of Ticket #563


Ignore:
Timestamp:
Aug 2, 2006, 1:37:23 AM (18 years ago)
Author:
Alec Thomas
Comment:

Try this on line web_ui.py:32:

        if content_type is None or 'text/xml' not in content_type:

(It's r1070 BTW, and please block quote tracebacks in future. It makes life a lot easier.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #563 – Description

    initial v1  
    11When trying to access /trac/xmlrpc from a web browser I get the following exception:
    22
     3{{{
    342006-08-02 01:50:18,449 Trac[main] ERROR: int() argument must be a string or a number
    45Traceback (most recent call last):
     
    910  File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 55, in process_request
    1011TypeError: int() argument must be a string or a number
    11 
     12}}}
    1213
    1314Undoing the change that was made to tracrpc/web_ui.py in revision 1076 fixes the problem.