Re: debugging xmlrpc servers

2005-01-23 Thread alan dot ezust at gmail dot com
Understandable - i had difficulties understanding my problem too! I don't really understand why I got that error message before - I believe it was due to the fact that some other exception was being raised inside results(). Anyway, the solution was to call rpdb.set_trace() inside the actual metho

Re: debugging xmlrpc servers

2005-01-23 Thread Diez B. Roggisch
I have difficulties understanding your probelem - is your own method giving you trouble (and the 'exceptions.ValueError:too many values to unpack') error or is it the remote debugger? Or do you simply not understand the error message itself. The error itself is raised in cases like this: a,b,c =