Modify ↓
Opened 13 years ago
Closed 13 years ago
#11021 closed defect (cantfix)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 63-66: ordinal not in range(128)
| Reported by: | thpark | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.12.3 |
| Severity: | normal | Keywords: | needinfo |
| Cc: | support@… | 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:
{'__EDITOR__1': u'textarea',
'__FORM_TOKEN': u'd69c0ce011971f054fd78f63',
'field_description': u'',
'field_docref': u'',
'field_keywords': u'',
'field_mailref': u'',
'field_owner': u'thpark',
'field_project': u'[PJT12f8162] (\uc5f0\uad6c4\uc2e4 1\ud300) TTS_\uad6d\ucc45_SingingTTS_\uc2dc\uc2a4\ud15c\uac1c\ubc1c',
'field_remaining_time': u'8.0',
'field_reporter': u'thpark',
'field_sprint': u'\uc0c1\uc6a9\ud654 \uc900\ube44 \ubc0f \uad00\ub828 \uc131\ub2a5 \uc774\uc288\ub300\uc751',
'field_summary': u'\uc5d4\uc9c4 \ub9b4\ub9ac\uc988 \ubc0f \uc5d4\uc9c4 \ub77c\uc774\uc120\uc2a4 \uc801\uc6a9',
'field_type': u'task',
'src': u'4',
'submit': u'Create ticket'}
User agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11
System Information
Trac | 0.12.3
|
Agilo | 0.9.8
|
Genshi | 0.6
|
Mercurial | 2.0.2
|
mod_python | 3.3.1
|
pysqlite | 2.6.0
|
Python | 2.7.3 (default, Aug 1 2012, 05:25:23) [GCC 4.6.3]
|
setuptools | 0.6
|
SQLite | 3.7.9
|
Subversion | 1.6.17 (r1128011)
|
jQuery | 1.4.4
|
Enabled Plugins
agilo | 0.9.8
|
AnnouncerPlugin | 0.2
|
assigntoname | 0.0.1
|
AutocompleteUsers | 0.4.2dev-r2415
|
Color | N/A
|
InfrawareJSAPIPlugin | 0.1
|
LastWikiUpdate | N/A
|
NewBPMConnect | 0.1
|
ProjectUserStats | N/A
|
RegexLink | 0.3
|
siteupload | 0.11-r2451
|
SvnAuthzAdminPlugin | 0.2
|
ticketfieldlink | 0.0.1
|
TicketManagerPlugIn | 0.2
|
TracAutoWikify | 0.1
|
TracDateField | 1.0.1
|
TracExtractUrl | 0.1
|
TracHoursPlugin | 0.5.2
|
TracIncludePagesMacro | 0.1
|
TracMailToTrac | 0.1
|
TracMenusPlugin | 0.1
|
TracMercurial | 0.12.0.29dev-r2349
|
TracNewsFlash | 1.0.1
|
TracNumberedHeadlinesPlugin | 0.4-r2462
|
TracServerSideRedirectPlugin | 0.1
|
TracShared | 0.2
|
TracTags | 0.6
|
TracTocMacro | 12
|
TracWysiwyg | 0.12.0.4-r2457
|
wikitable | 0.1
|
wikitableoption | 0.0.1
|
WikiTree | 0.0
|
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Trac-0.12.3-py2.7.egg/trac/web/main.py", line 522, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.7/dist-packages/Trac-0.12.3-py2.7.egg/trac/web/main.py", line 289, in dispatch
raise HTTPInternalError(e)
File "/usr/local/lib/python2.7/dist-packages/Trac-0.12.3-py2.7.egg/trac/web/api.py", line 53, in __init__
self.detail))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 63-66: ordinal not in range(128)
Attachments (0)
Change History (4)
comment:1 by , 13 years ago
| Keywords: | needinfo added |
|---|
comment:2 by , 13 years ago
| Milestone: | → unscheduled |
|---|
comment:3 by , 13 years ago
| Cc: | added |
|---|---|
| Milestone: | unscheduled |
Wonder what I did here with unscheduled?
Anyway, seeing field_sprint in the request parameters, sounds like an AgiloForScrum issue.
comment:4 by , 13 years ago
| Resolution: | → cantfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This is a secondary error occurring during the handling of another error. Could you please try and find the original error in your logs, and post the full traceback here? It should be right before this one.