[Tracker-discuss] [issue308] xmlrpc server does not seem to be using allow_none=True

R David Murray metatracker at psf.upfronthosting.co.za
Sun Dec 20 05:12:24 CET 2009


New submission from R David Murray <rdmurray at bitdance.com>:

I'm trying to make use of the xmlrpc interface to the tracker, but I am getting
a Fault from the server:

xmlrpclib.Fault: <Fault 1: 'exceptions.TypeError:cannot marshal None unless
allow_none is enabled'>

Looking at the source in the tracker directory in svn, it looks like it should
be using allow_none=True by default, unless the version of python it is running
under is less than 2.5....

----------
messages: 1490
nosy: r.david.murray
priority: bug
status: unread
title: xmlrpc server does not seem to be using allow_none=True

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue308>
_______________________________________________________


More information about the Tracker-discuss mailing list