Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#6165 closed defect (duplicate)

timeline problem

Reported by: Cho Owned by: Jonas Borgström
Priority: high Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

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 (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed
Version: 0.10.4

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.