Matthew Palmer wrote:
On Thu, Jul 20, 2006 at 05:47:54PM +1200, Tomek Piatek wrote:
I'm playing around with the XML-RPC plugin. I swear I had it going the other
day  and now I get this error:

xmlrpclib.ProtocolError: <ProtocolError for
dev:[EMAIL PROTECTED]/test/login/xmlrpc:
303 See Other>

I'm running latest development version of Trac and latest reviosion of
XML-RPC. Trac is served with "tracd". All on a Debian box.

You too, huh?  I've only just started playing with the XML-RPC plugin, and
I've been getting 303 errors too (Ubuntu, python 2.4.1, trac as of last
week).  athomas hinted in my bug report (http://trac-hacks.org/ticket/523,
but closed because I agree with him that throwing 303s is probably more a
Trac problem than the plugin's) that other backends may be better, so I'm
going to be working on that (specifically FastCGI) tomorrow.  E-mail me on
the weekend to ask how it went, because I'll probably forget to update the
list otherwise.

After much frustration with this same problem, a liberal sprinkling of print statement, and some help from cmlenz, I was able to track this down to the LoginModule. It was a bit too aggressive on what it was matching, so the XMLRPC plugin never actually got to process the request.

cmlenz has commited the fix in r3581.

-John
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to