XML RPC Woes

Brian Quinlan brian at sweetapp.com
Sat Feb 23 12:14:49 EST 2002


Graham Ashton wrote:
> > However, all of a sudden I have not been
> > able to get it to work at all. The server just keeps on returning
"500
> > Internal Error" now.
> 
> I usually find that's caused by a bug in my code that knackers things
up.
> Why don't you post an example?

The problem turned out to be that he didn't have a return statement in
one of his server's functions. So it implicitly returned None, which has
no equivalent XML-RPC type.

Cheers,
Brian





More information about the Python-list mailing list