Opened 18 years ago
Closed 18 years ago
#1983 closed defect (fixed)
Trac timeline RSS feed is broken
Reported by: | Adam Endicott < > | Owned by: | Jacob |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Looks like the trac upgrade may have broken the RSS feed for the timeline (and possibly other things?)
The link from the bottom of the timeline page:
just brings up an error page saying "Ticket changes event provider (TicketModule) failed: UnicodeDecodeError: 'utf8' codec can't decode byte 0xe5 in position 11: unexpected end of data"
...though I just realized there's a link on the error page that does work:
which leaves out the "ticket=on" parameter, so maybe its not a Trac upgrade issue, but a bad character somewhere in one of the tickets?
Change History (4)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
I think it's the first changed or new ticket from 04/18/2006
this works:
http://code.djangoproject.com/timeline?from=04%2F17%2F06&daysback=1&ticket=on&update=Update&max=1
this doesn't
http://code.djangoproject.com/timeline?from=04%2F18%2F06&daysback=1&ticket=on&update=Update&max=1
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed. Super-big thanks to Chris Rose for identifying the bad data.
I think it's a bad character somewhere in either a ticket or a wiki page, because a timeline page query over the same time range throws a similar error. Is anybody willing to click through tickets and wiki changes to try to isolate the error?