Opened 10 years ago

Closed 10 years ago

#539 closed defect (fixed)

UnicodeEncodeError error while rendering template

Reported by: Twan Goosen Owned by: Sander Maijers
Priority: major Milestone:
Component: Trac Version:
Keywords: Cc:

Description

Trying to retrieve https://trac.clarin.eu/ticket/157 on the CLARIN Trac yields the following error on the page:

Genshi UnicodeEncodeError error while rendering template (unknown template location)

The ticket itself is not shown.

Possibly something in the ticket contents causes the rendering to fail. The last time I tried was was 28 April 2014 at 14:27.

Change History (5)

comment:1 Changed 10 years ago by Twan Goosen

Owner: set to Sander.Maijers@mpi.nl
Status: newassigned

comment:2 Changed 10 years ago by Sander Maijers

Owner: changed from Sander.Maijers@mpi.nl to Sander Maijers

comment:3 Changed 10 years ago by Sander Maijers

Status: assignedaccepted

comment:4 Changed 10 years ago by Jörg Knappen

There is a known bug in genshi 0.7 causing this behaviour, see

http://trac.edgewall.org/ticket/11218

See also this one (that may probably not apply):

http://trac.edgewall.org/ticket/10126

comment:5 Changed 10 years ago by Sander Maijers

Resolution: fixed
Status: acceptedclosed

I fixed the bug for now by downgrading Genshi. The proper fix is in Trac 1.0.2 which hasn't been officially released yet. Thanks Jörg for checking for solutions.

Note: See TracTickets for help on using tickets.