Modify ↓
Opened 15 years ago
Closed 15 years ago
#8485 closed defect (wontfix)
LookupError: unknown encoding: cp0
Reported by: | sauheung.yong | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.1 |
Severity: | normal | Keywords: | needinfo |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /wiki/workflow_desc
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__EDITOR__1': u'wysiwyg', '__FORM_TOKEN': u'ae14035d7043c1335494d072', 'action': u'edit', 'comment': u'', 'editrows': u'20', 'page': u'workflow_desc', 'save': u'Submit changes', 'scroll_bar_pos': u'', 'text': u"= __= '''''''''''__''''''''ACPv1.0____'''____''''' =\r\nThis Wiki Trac is to keep track of the discussion and issue list of ACPv1.0 project on project items. e.g. Requirement, Prototype, etc.\r\n\r\n=== ''Ticket Workflow'' ===\r\n[[Image(WikiStart:ticket-flow.png, nolink)]]\r\n\r\nThe state transition diagram for a ticket is explained in below.\r\n\r\n'''[Issues From PRDCM]'''\r\n\r\n 1. PRDCM has issue on any version (or item). PRDCM raise new ticket (''go to step 2''). [new]\r\n 1. PRDCM Leader analyze ticket. [[BR]]If valid, PRDCM Leader '''assign''' the ticket to PCC Window Person (''go to step 3''). [new => assigned][[BR]]If not valid, PRDCM Leader '''assign''' the ticket to self and then '''resolve''' the ticket as rejected (''END''). [new => assigned => resolved => closed]\r\n 1. PCC evaluate and investigate the ticket.[[BR]]PCC '''resolve''' the ticket as Fixed or Rejected or Duplicated (''go to step 4''). [assigned =>
Attachments (0)
Note:
See TracTickets
for help on using tickets.
A similar issue was fixed by [7441], released in 0.11.1, so this could be something new. However, without the traceback, there's not much we can do. Could you please post the traceback that should be in your log file?
OTOH, you seem to be using the WYSIWYG plugin. Can you please try to reproduce the issue with the plugin disabled?