Edgewall Software

Ticket #6165 (closed defect: duplicate)

Opened 15 months ago

Last modified 15 months ago

timeline problem

Reported by: Cho Owned by: jonas
Priority: high Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc:

Description (last modified by eblot) (diff)

I can't solve the problem. Is there anybody can help?Thank you very much!

Python internal error

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/Timeline.py", line 148, in process_request
    [f[0] for f in available_filters])
  File "/usr/lib/python2.4/site-packages/trac/Timeline.py", line 223, in _provider_failure
    ", ".join(guilty_kinds), ep_name, exc_name, to_unicode(exc), href))
  File "/usr/lib/python2.4/site-packages/trac/util/html.py", line 45, in __new__
    text %= tuple([escape(arg) for arg in args])
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 128: ordinal not in range(128)

Powered by Trac 0.10.4

By Edgewall Software. Visit the Trac open source project at http://trac.edgewall.org/

Attachments

Change History

Changed 15 months ago by eblot

  • status changed from new to closed
  • version set to 0.10.4
  • resolution set to duplicate
  • description modified (diff)

Search the ticket dabase for the error (UnicodeDecodeError: 'ascii' codec can't decode byte).

It is likely that your database contains invalid data that have been entered into the system with a buggy plugin or script. You need to sanitize your database.

Add/Change #6165 (timeline problem)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.