Modify ↓
#12542 closed defect (cantfix)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128)
| Reported by: | dom.eliezer | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.7 |
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a POST operation on /admin/general/perm, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'e364368099ca1941276f5084',
'add': u' Add ',
'cat_id': u'general',
'group': u'EquipeDesenv',
'panel_id': u'perm',
'path_info': None,
'subject': u'dom.eliezer'}
User Agent was: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
System Information
| Trac | 0.11.7
|
| Python | 2.4.3 (#1, Jan 9 2013, 06:47:03) [GCC 4.1.2 20080704 (Red Hat 4.1.2-54)]
|
| setuptools | 0.6c11
|
| psycopg2 | 2.0.14 (dt dec ext pq3)
|
| Genshi | 0.5.1
|
| mod_python | 3.2.8
|
| Agilo | 1.2.1-PRO
|
| Subversion | 1.6.11 (r934486)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 450, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/web/main.py", line 206, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/admin/web_ui.py", line 114, in process_request
path_info)
File "/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg/trac/admin/web_ui.py", line 353, in render_admin_panel
self.env.log.warn("Adding %s to group %s: " \
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128)
Attachments (0)
Change History (2)
comment:1 by , 9 years ago
| Cc: | added |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
comment:2 by , 9 years ago
@Ryan, thanks for the cc
@reporter, if you still have issues after upgrading Trac and Agilo, as Ryan recommended, you can write to support@…
Note:
See TracTickets
for help on using tickets.



This is probably a PluginIssue with AgiloForScrum. Regardless, you are running a very old version of Trac, which is no longer supported. You should consider upgrading Trac, Genshi and the Agilo Plugin. Note that Trac 1.0 does not support Python 2.4.