[Twisted-Python] call XMLRPC

Andrew Bennetts andrew at bemusement.org
Tue Apr 17 23:53:13 EDT 2012


joel tremblet wrote:
[…]
>  But the code doesn't work, I have the same error message about xml_rpc
> answer
> 
> [Failure instance: Traceback: <class 'xmlrpclib.Fault'>: <Fault -32602:
> 'server error. invalid method parameters'>

That's an error from the server.  Without knowing how that server works there's
not much we can do to help you; that code will be issuing a well-formed XML-RPC
request, but we can't guess at what that particular server considers valid
method parameters.

At the least an example of an XML-RPC request that the server does accept would
help: we could then suggest how to adjust your code to emit the same request.

-Andrew.




More information about the Twisted-Python mailing list