Ticket #3848 (closed defect: duplicate)

Opened 4 years ago

Last modified 4 months ago

Loading Failed

Reported by: anonymous Assigned to: rjollos
Priority: high Component: TracDownloaderPlugin
Severity: critical Keywords:
Cc: nazy Trac Release: 0.11

Description (Last modified by rjollos)

LookupError: unknown encoding: /projects/downloader.

Attachments

web_ui.py.r4474.patch (0.9 kB) - added by nazy on 10/13/08 17:25:14.
Avoid "Lookup Error".

Change History

10/02/08 16:25:33 changed by anonymous

Further details:

File "build/bdist.linux-i686/egg/tracdownloader/web_ui.py", line 53, in get_navigation_items

self.env.href.downloader())

10/13/08 17:25:14 changed by nazy

  • attachment web_ui.py.r4474.patch added.

Avoid "Lookup Error".

10/13/08 17:30:17 changed by nazy

  • cc set to nazy.

I had same problem. Therefore I created a patch to avoid this problem.

Note: This patch uses tag.a() funtion of Genshi.

10/13/08 17:56:23 changed by nazy

Oops. I used "self.env.href.downloader" within web_ui.py.r4474.patch. However, it is better to use "req.href.downloader" instead of that after 0.11.

See also #3338.

07/24/09 14:40:36 changed by RaduM

I had the same problem and now work ok, I will se if everything is ok. Thanks for the patch.

02/02/12 22:18:34 changed by rjollos

  • owner changed from peca to rjollos.
  • status changed from new to assigned.
  • description changed.

02/02/12 22:18:55 changed by rjollos

  • status changed from assigned to closed.
  • resolution set to duplicate.

Fixed in #5540.


Add/Change #3848 (Loading Failed)




Change Properties
Action