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.


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to