Modify ↓
Opened 16 years ago
Closed 16 years ago
#7940 closed defect (invalid)
LookupError: unknown encoding: cp0
Reported by: | estela | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.2.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /agilo-sprint
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'604e3d35f2175c7ada3b8072', 'add': u'Add new sprint', 'milestone': u'milestone2'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
System Information
Trac | 0.11.2.1
|
Python | 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c7
|
SQLite | 3.5.2
|
pysqlite | 2.4.0
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5-win32.egg\trac\web\main.py", line 432, in _dispatch_request dispatcher.dispatch(req) File "c:\python25\lib\site-packages\Trac-0.11.2.1-py2.5-win32.egg\trac\web\main.py", line 204, in dispatch resp = chosen_handler.process_request(req) File "c:\python25\lib\site-packages\agilo-0.7.2.5_r1150_20081220-py2.5.egg\agilo\scrum\web_ui\sprint.py", line 76, in process_request print_http_req_info(self, req, stdout=True) File "c:\python25\lib\site-packages\agilo-0.7.2.5_r1150_20081220-py2.5.egg\agilo\utils\log.py", line 92, in print_http_req_info print "[%s]: %s" % (component, http_request) LookupError: unknown encoding: cp0
Attachments (0)
Note:
See TracTickets
for help on using tickets.
/agilo-sprint
is not implemented by Trac. This error comes from a plugin, please report it to the plugin maintainer.