Changes between Version 4 and Version 5 of Ticket #12408


Ignore:
Timestamp:
Sep 16, 2015, 2:23:36 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12408 – Description

    v4 v5  
    1717    raise ProtocolException(xmlrpclib.Fault(-32700, to_unicode(e)))
    1818ProtocolException: <Fault -32700: u"int() argument must be a string or a number, not 'NoneType'">
     19}}}
     20
     21{{{
     222015-09-16 13:10:55,566 Trac[web_ui] ERROR: RPC(XML-RPC) Error
     23Traceback (most recent call last):
     24  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/web_ui.py", line 143, in _rpc_process
     25    rpcreq = req.rpc = protocol.parse_rpc_request(req, content_type)
     26  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/xml_rpc.py", line 118, in parse_rpc_request
     27    raise ProtocolException(xmlrpclib.Fault(-32700, to_unicode(e)))
     28ProtocolException: <Fault -32700: u'no element found: line 1, column 0'>
    1929}}}
    2030