Comment 6 for bug 254931

Revision history for this message
Marco Rodrigues (gothicx) wrote :

The allow_none is not working correctly. Can be something on the server side?

self.xmlrpc_server = ServerProxy(server, transport=self.proxied_transport, allow_none=1)

  File "/usr/lib/python2.6/xmlrpclib.py", line 703, in dump_nil
    raise TypeError, "cannot marshal None unless allow_none is enabled"
TypeError: cannot marshal None unless allow_none is enabled