On Jul 13, 2009 at 16:48, Juha Heinanen <jh(a)tutpro.com> wrote:
Daniel-Constantin Mierla writes:
[...]
Feedback is very much appreciated, thanks,
i tried to get core stats out using xmlrcp. using serctl, i can do it
like this:
[...]
using xmlrpc interface, i tried by giving command called "mi" with
argument list "get_statistics" and "core":, but it didn't work:
c.mi(['get_statistics', 'core:'])
...
xmlrpclib.Fault: <Fault 500: 'command parameter missing'>
how is the actual command and and its arguments supplied?
It was a bug in xmlrpc support for optional parameters (used only by
mi_rpc for now).
It should be fixed now.
Andrei