Modify ↓
Opened 15 years ago
Closed 15 years ago
#8774 closed defect (invalid)
OperationalError: Could not decode to UTF-8 column 'path' with text '__DATA/GettextExtractor/N�d/Gettext Extractor _ Gettext + Poedit + Nette.htm'
Reported by: | xuffo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.5 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /changeset/ab15ac9e4c9e963d6b2f3a0450149500eab8c37e
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'new': u'ab15ac9e4c9e963d6b2f3a0450149500eab8c37e'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)
System Information
Trac | 0.11.5
|
Python | 2.5.2 (r252:60911, Jan 4 2009, 21:59:32) [GCC 4.3.2]
|
setuptools | 0.6c8
|
SQLite | 3.5.9
|
pysqlite | 2.3.2
|
Genshi | 0.5.1
|
GIT | 1.5.6.5
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 444, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 205, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/versioncontrol/web_ui/changeset.py", line 325, in process_request self._render_html(req, repos, chgset, restricted, xhr, data) File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/versioncontrol/web_ui/changeset.py", line 549, in _render_html for old_node, new_node, kind, change in get_changes(): File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/versioncontrol/web_ui/changeset.py", line 366, in get_changes for npath, kind, change, opath, orev in chgset.get_changes(): File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/versioncontrol/cache.py", line 366, in get_changes path.strip('/'))): File "/usr/lib/python2.5/posixpath.py", line 59, in join for b in p: OperationalError: Could not decode to UTF-8 column 'path' with text '__DATA/GettextExtractor/N�d/Gettext Extractor _ Gettext + Poedit + Nette.htm'
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is a PluginIssue (GitPlugin).