Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#9347 closed defect (wontfix)

assembla

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Remy Blank)

http://trac-hg.assembla.com/TulGU_learning/browser

Python Traceback

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/var/lib/python-support/python2.5/trac/versioncontrol/web_ui/browser.py", line 148, in process_request
    self._render_directory(req, repos, node, rev)
  File "/var/lib/python-support/python2.5/trac/versioncontrol/web_ui/browser.py", line 162, in _render_directory
    for entry in node.get_entries():
  File "/usr/share/trac/plugins/TracMercurial-0.10.0.2-py2.5.egg/tracvc/hg/backend.py", line 418, in get_entries
    self.manifest, self.mflags)
  File "/usr/share/trac/plugins/TracMercurial-0.10.0.2-py2.5.egg/tracvc/hg/backend.py", line 349, in __init__
    self._init_path(log, path)
  File "/usr/share/trac/plugins/TracMercurial-0.10.0.2-py2.5.egg/tracvc/hg/backend.py", line 386, in _init_path
    Node.__init__(self, path, rev, kind)
  File "/var/lib/python-support/python2.5/trac/versioncontrol/api.py", line 302, in __init__
    self.path = unicode(path)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf1 in position 1: ordinal not in range(128)

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

Err… That's on Trac 0.10.6dev, a version for which we stopped providing support. Please upgrade.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.