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:

http://code.djangoproject.com/timeline?milestone=on&ticket=on&changeset=on&wiki=on&max=50&daysback=90&format=rss

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:

http://code.djangoproject.com/timeline?format=rss&max=50&daysback=90&milestone=on&changeset=on&wiki=on

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 Adrian Holovaty, 18 years ago

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?

comment:3 by Chris Rose <chris@…>, 18 years ago

Ticket #9 would appear to be the cause of this problem.

comment:4 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed. Super-big thanks to Chris Rose for identifying the bad data.

Note: See TracTickets for help on using tickets.
Back to Top