Edgewall Software
Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Ryan J Ollos, 8 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed

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.

comment:2 by stefano.rago@…, 8 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@…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.