Modify ↓
Opened 15 years ago
Closed 13 years ago
#5540 closed defect (fixed)
TracDownloader crashes Trac
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | TracDownloaderPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
Hi,
Whenever I have the TracDownloader egg installed (placed in plugins folder), I get this error message when trying to load any page on my trac:
Traceback (most recent call last): File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\api.py", line 367, in send_error 'text/html') File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\chrome.py", line 708, in render_template data = self.populate_data(req, data) File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\chrome.py", line 618, in populate_data d['chrome'].update(req.chrome) File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\api.py", line 194, in __getattr__ value = self.callbacks[name](self) File "c:\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\chrome.py", line 476, 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: /my-project/downloader
How do I fix this?
Thanks.
Attachments (0)
Change History (7)
comment:1 Changed 15 years ago by
Severity: | normal → critical |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Petr Škoda to Ryan J Ollos |
Status: | new → assigned |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:5 Changed 13 years ago by
You've reopened this, so I'm assuming you have more information to provide, like a description of why the fix isn't working for you?
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
In the future, please make a comment when reopening tickets.
Note: See
TracTickets for help on using
tickets.
same error
This append only when the Downloader Module is enabled.
==> previous error messsage
==> no error but no ui
the plugin has been installed globaly (because local .egg need dependencies and i don't found pycatpcha for py2.5)