Modify ↓
Opened 16 years ago
Closed 16 years ago
#8300 closed defect (invalid)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 129-132: ordinal not in range(128)
Reported by: | t2-kondo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /newticket
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'c35eb2c40d3192e50010c564', 'field_description': u'', 'field_drp_resources': u'', 'field_owner': u'y-wada', 'field_remaining_time': u'', 'field_reporter': u't2-kondo', 'field_sprint': u'\uff15\u6708\u5f8c\u534a', 'field_status': u'new', 'field_summary': u'GTO\u306e\u5c0e\u5165\u72b6\u6cc1\u30fb\u4eca\u5f8c\u306e\u88fd\u54c1\u958b\u767a\u30d7\u30ed\u30bb\u30b9\u3078\u306e\u5bfe\u5fdc\u3092\u8abf\u3079\u308b', 'field_type': u'task', 'src': u'14', 'submit': u'Create ticket'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
System Information
Trac | 0.11.4
|
Python | 2.4.3 (#1, Jan 21 2009, 01:10:13) [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)]
|
setuptools | 0.6c5
|
SQLite | 3.3.6
|
pysqlite | 1.1.7
|
Genshi | 0.5.1
|
mod_python | 3.2.8
|
Agilo | 0.7.3.3-r1417-20090313
|
Subversion | 1.4.2 (r22196)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 435, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 254, in dispatch raise HTTPInternalError(e) File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/api.py", line 48, in __init__ Exception.__init__(self, '%s %s (%s)' % (self.code, self.reason, UnicodeEncodeError: 'ascii' codec can't encode characters in position 129-132: ordinal not in range(128)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Please report this to the Agilo people (see AgiloForScrum).