Changes between Initial Version and Version 2 of Ticket #12724


Ignore:
Timestamp:
Apr 4, 2016, 2:41:34 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12724 – Description

    initial v2  
    22When I try to create a new review I have the following error:
    33
     4{{{
    452016-04-04 10:42:17,721 Trac[main] ERROR: Internal Server Error:
    56Traceback (most recent call last):
     
    2122    raise UnicodeError("source returned bytes, but no encoding specified")
    2223UnicodeError: source returned bytes, but no encoding specified
    23 
     24}}}
    2425
    2526Searching the net I came to the conclusion that the problem is with genshi 0.7, which I am using. Sadly I have no clue to where should I start to look withn the plugin source code to fix this.