Changes between Initial Version and Version 2 of Ticket #12408


Ignore:
Timestamp:
Aug 19, 2015, 12:07:14 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12408 – Description

    initial v2  
    7878}}}
    7979
     80{{{
     812015-08-18 18:42:24,931 Trac[web_ui] ERROR: RPC(XML-RPC) Error
     82Traceback (most recent call last):
     83  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
     84    result = (XMLRPCSystem(self.env).get_method(method_name)(req, args))[0]
     85  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__
     86    result = self.callable(req, *args)
     87  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/ticket.py", line 149, in get
     88    t = model.Ticket(self.env, id)
     89  File "build/bdist.linux-i686/egg/trac/ticket/model.py", line 85, in __init__
     90    self._fetch_ticket(tkt_id)
     91  File "build/bdist.linux-i686/egg/trac/ticket/model.py", line 124, in _fetch_ticket
     92    id=tkt_id), _("Invalid ticket number"))
     93ResourceNotFound: Ticket 0 does not exist.
     94}}}
     95
     96{{{
     972015-08-17 15:18:28,828 Trac[web_ui] ERROR: RPC(XML-RPC) Error
     98Traceback (most recent call last):
     99  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
     100    result = (XMLRPCSystem(self.env).get_method(method_name)(req, args))[0]
     101  File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/TracXMLRPC-1.1.2_r13776-py2.6.egg/tracrpc/api.py", line 286, in get_method
     102    raise MethodNotFound('RPC method "%s" not found' % method)
     103MethodNotFound: RPC method "wikiext.getChildren" not found
     104}}}
     105
     106See also #11799.
     107
    80108I haven't looked at the code yet, but I hope to provide a patch soon.