Hi<br><br>I found why the code fail, I missed a integer conversion<br>Thank again<br><br>Joël<br><br><div class="gmail_quote">Le 17 avril 2012 23:53, Andrew Bennetts <span dir="ltr">&lt;<a href="mailto:andrew@bemusement.org" target="_blank">andrew@bemusement.org</a>&gt;</span> a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
joel tremblet wrote:<br>
[…]<br>
<div>&gt;  But the code doesn&#39;t work, I have the same error message about xml_rpc<br>
&gt; answer<br>
&gt;<br>
&gt; [Failure instance: Traceback: &lt;class &#39;xmlrpclib.Fault&#39;&gt;: &lt;Fault -32602:<br>
&gt; &#39;server error. invalid method parameters&#39;&gt;<br>
<br>
</div>That&#39;s an error from the server.  Without knowing how that server works there&#39;s<br>
not much we can do to help you; that code will be issuing a well-formed XML-RPC<br>
request, but we can&#39;t guess at what that particular server considers valid<br>
method parameters.<br>
<br>
At the least an example of an XML-RPC request that the server does accept would<br>
help: we could then suggest how to adjust your code to emit the same request.<br>
<span><font color="#888888"><br>
-Andrew.<br>
</font></span><div><div><br>
<br> <br></div></div></blockquote><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>
_______________________________________________<br>
Twisted-Python mailing list<br>
<a href="mailto:Twisted-Python@twistedmatrix.com" target="_blank">Twisted-Python@twistedmatrix.com</a><br>
<a href="http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python" target="_blank">http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python</a><br>
</div></div></blockquote></div><br>