Modify ↓
Opened 15 years ago
Closed 15 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 )
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 , 15 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Err… That's on Trac 0.10.6dev, a version for which we stopped providing support. Please upgrade.