I am exploring using the xml-rpc plugin in a Trac 0.12.2 system. When I
access /rpc or /login/rpc on my site, I get this error:
Exception: timeline.getEvents: <class xmlrpclib.DateTime at 0xb8769a7c>
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 101, in _dump_docs
(method.signature,
File "build/bdist.linux-i686/egg/tracrpc/api.py", line 242, in _get_signature
args.insert(0, RPC_TYPES[sig.pop()] + ' ' + arg)
KeyError: <class xmlrpclib.DateTime at 0xb8769a7c>
This is with the latest xmlrpc version. I had this error with an older
version I had, and so I updated to see if that would help. This
indicates the error is elsewhere. But I don't know where to look. This
is new territory for me.
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.