Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13048, comment 9


Ignore:
Timestamp:
Jun 25, 2018, 10:01:30 AM (6 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13048, comment 9

    initial v1  
    11Thanks. The issue is caused by old th:UsernameDecoratePlugin (th:r14262, th:#12061). Please upgrade to latest of th:UsernameDecoratePlugin.
     2
     3{{{#!pycon
     42018-06-25 07:41:10,604 Trac[main] DEBUG: Rendering response from handler
     52018-06-25 07:41:10,934 Trac[chrome] ERROR: Genshi UnicodeEncodeError error while rendering template (unknown template location)
     6Traceback (most recent call last):
     7  File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 1229, in iterable_content
     8    for chunk in stream.serialize(method, **kwargs):
     9  ...
     10  File "/var/trac-gate/instances/a350-2spd/trac/a350-2spd/plugins/TracUsernameDecoratePlugin-0.12.0.1-py2.7.egg/tracusernamedecorate/web_ui.py", line 205, in _authorinfo
     11    print author, label
     12UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 4: ordinal not in range(128)
     13}}}