Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8540 closed defect (wontfix)

UnicodeEncodeError: 'ascii' codec can't encode character u'\xba' in position 136: ordinal not in range(128)

Reported by: neilcesar@… Owned by:
Priority: lowest Milestone:
Component: general Version: 0.11.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a POST operation on /ticket/1, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'1a80aa82d6af6214eac3dccb',
 'action': u'leave',
 'cnum': u'6',
 'comment': u'',
 'field_description': u'Manter:\r\n1- Pesquisar\r\n2- Listar\r\n3- Cadastrar\r\n4- Alterar\r\n5- Excluir\r\n',
 'field_drp_resources': u'',
 'field_estimated_time': u'12',
 'field_remaining_time': u'12',
 'field_reporter': u'ncbarbosa',
 'field_sprint': u'2\xba - Sprint',
 'field_summary': u'Manter cadastro de Empresa de Comunica\xe7\xe3o',
 'field_type': u'task',
 'id': u'1',
 'pane': u'edit',
 'replyto': u'',
 'submit': u'Submit changes',
 'ts': u'2009-07-31 13:34:21+00:00'}

User Agent was: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12

System Information

Trac 0.11.5
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
setuptools 0.6c8
SQLite 3.4.2
pysqlite 2.4.0
Genshi 0.5.1
Agilo 0.7.4.1-r1624-20090611
Subversion 1.4.6 (r28521)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 444, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/ticket/web_ui.py", line 182, in process_request
    return self._process_ticket_request(req)
  File "/usr/lib/python2.5/site-packages/agilo-0.7.4.1_r1624_20090611-py2.5.egg/agilo/ticket/web_ui.py", line 204, in _process_ticket_request
    raise TracError(str(e))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xba' in position 136: ordinal not in range(128)

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 15 years ago

Resolution: wontfix
Status: newclosed

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.