Modify ↓
Opened 19 years ago
Closed 19 years ago
#550 closed defect (fixed)
Error: 'cannot marshal None unless allow_none is enabled' while executing 'ticket.version.get()'
| Reported by: | Steffen Pingel | Owned by: | Alec Thomas |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description (last modified by )
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.
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 19 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



(In [1070]) Fixes #550, #483, #530 and #411 (hopefully).