Opened 18 years ago

Last modified 18 years ago

#550 closed defect

Error: 'cannot marshal None unless allow_none is enabled' while executing 'ticket.version.get()' — at Version 1

Reported by: Steffen Pingel Owned by: Alec Thomas
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Alec Thomas)

After setting up a fresh Trac repository and trying to fetch version information through the XmlRpcPlugin Trac displayed an error:

cannot marshal None unless allow_none is enabled

when executing ticket.version.get().

This is caused by the time field of the version which is set to NULL in the database.

Change History (1)

comment:1 Changed 18 years ago by Alec Thomas

Description: modified (diff)
Note: See TracTickets for help on using tickets.