Changes between Initial Version and Version 2 of Ticket #12724
- Timestamp:
- Apr 4, 2016, 2:41:34 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12724 – Description
initial v2 2 2 When I try to create a new review I have the following error: 3 3 4 {{{ 4 5 2016-04-04 10:42:17,721 Trac[main] ERROR: Internal Server Error: 5 6 Traceback (most recent call last): … … 21 22 raise UnicodeError("source returned bytes, but no encoding specified") 22 23 UnicodeError: source returned bytes, but no encoding specified 23 24 }}} 24 25 25 26 Searching 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.