Opened 16 years ago

Last modified 12 years ago

#3362 closed defect

Unknown encoding error with TracDownloader, Trac 0.11, Py 2.5 — at Initial Version

Reported by: Olemis Lang Owned by: Petr Škoda
Priority: highest Component: TracDownloaderPlugin
Severity: critical Keywords: encoding 0.11 TracDownloaderPlugin
Cc: Trac Release: 0.11

Description

Environment : PIL 1.1.6, PyCaptcha 0.4, TracDownloader, Trac 0.11, tracd, Python 2.5, Windows XP

Task : To install the TracDownloader plugin

Problem : After the installation (either with through web admin, or directly from the command line), once the server (tracd) is restarted and tries to load the aforementioned plugin, the following exception is raised :

Traceback (most recent call last):

File "C:\Program Files\Python\2.5\Lib\site-packages\trac\web\api.py", line 339, in send_error

'text/html')

File "C:\Program Files\Python\2.5\Lib\site-packages\trac\web\chrome.py", line 684, in render_template

data = self.populate_data(req, data)

File "C:\Program Files\Python\2.5\Lib\site-packages\trac\web\chrome.py", line 592, in populate_data

dchrome?.update(req.chrome)

File "C:\Program Files\Python\2.5\Lib\site-packages\trac\web\api.py", line 168, in getattr

value = self.callbacks[name](self)

File "C:\Program Files\Python\2.5\Lib\site-packages\trac\web\chrome.py", line 460, in prepare_request

for category, name, text in contributor.get_navigation_items(req):

File "build\bdist.win32\egg\tracdownloader\web_ui.py", line 53, in get_navigation_items

self.env.href.downloader())

LookupError: unknown encoding: /siscont/downloader

Change History (0)

Note: See TracTickets for help on using tickets.