Opened 16 years ago

Closed 12 years ago

#3288 closed defect (duplicate)

LookupError: unknown encoding: /trac_new/downloader — at Version 6

Reported by: anderson@… Owned by: Petr Škoda
Priority: normal Component: TracDownloaderPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Hi people,

I´ve installed the TracDownloader following all the instructions but i got this error:

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/api.py", line 339, in send_error
    'text/html')
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/chrome.py", line 684, in render_template
    data = self.populate_data(req, data)
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/chrome.py", line 592, in populate_data
    d['chrome'].update(req.chrome)
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/api.py", line 168, in __getattr__
    value = self.callbacks[name](self)
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/util/compat.py", line 133, in newfunc
    return func_(*(args + fargs), **dict(kwargs, **fkwargs))
  File "/usr/local/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/chrome.py", line 460, in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File "build/bdist.linux-i686/egg/tracdownloader/web_ui.py", line 53, in get_navigation_items

LookupError: unknown encoding: /trac_new/downloader

Change History (6)

comment:1 Changed 16 years ago by gkruse@…

I also am seeing this with release 0.11. It was not present on 0.11 beta2

comment:2 Changed 16 years ago by anderson@…

How can i get this last revision?

comment:3 Changed 16 years ago by anonymous

I also have the same issue

comment:4 Changed 16 years ago by anonymous

I didn´t found tha public last revision on your svn repository. Can you send me the svn link to checkout the last revision?

Thanks

comment:5 Changed 16 years ago by anonymous

See #3338

comment:6 Changed 12 years ago by Ryan J Ollos

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

Fixed in #5540.

Note: See TracTickets for help on using tickets.