Changes between Version 3 and Version 4 of Ticket #12408


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12408 – Description

    v3 v4  
    105105
    106106{{{
    107 2015-09-15 07:12:49,986 Trac[web_ui] ERROR: RPC(JSON-RPC) ErrorTraceback (most recent call last):  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/web_ui.py", line 158, in _rpc_process    result = (XMLRPCSystem(self.env).get_method(method_name)(req, args))[0]  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/api.py", line 197, in __call__    result = self.callable(req, *args)  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/api.py", line 339, in getAPIVersion    return map(int, tracrpc.__version__.split('-')[0].split('.'))ServiceException: invalid literal for int() with base 10: 'post13776'
     1072015-09-15 07:12:49,986 Trac[web_ui] ERROR: RPC(JSON-RPC) Error
     108Traceback (most recent call last):
     109  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/web_ui.py", line 158, in _rpc_process
     110    result = (XMLRPCSystem(self.env).get_method(method_name)(req, args))[0]
     111  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/api.py", line 197, in __call__
     112    result = self.callable(req, *args)
     113  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/api.py", line 339, in getAPIVersion
     114    return map(int, tracrpc.__version__.split('-')[0].split('.'))
     115ServiceException: invalid literal for int() with base 10: 'post13776'
    108116}}}
    109117See also #11799.