Modify

Opened 16 years ago

Closed 12 years ago

#3848 closed defect (duplicate)

Loading Failed

Reported by: anonymous Owned by: Ryan J Ollos
Priority: high Component: TracDownloaderPlugin
Severity: critical Keywords:
Cc: Hiroki Najima Trac Release: 0.11

Description (last modified by Ryan J Ollos)

LookupError: unknown encoding: /projects/downloader.

Attachments (1)

web_ui.py.r4474.patch (883 bytes) - added by Hiroki Najima 16 years ago.
Avoid "Lookup Error".

Download all attachments as: .zip

Change History (7)

comment:1 Changed 16 years ago by anonymous

Further details:

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

self.env.href.downloader())

Changed 16 years ago by Hiroki Najima

Attachment: web_ui.py.r4474.patch added

Avoid "Lookup Error".

comment:2 Changed 16 years ago by Hiroki Najima

Cc: Hiroki Najima added; anonymous removed

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

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

comment:3 Changed 16 years ago by Hiroki Najima

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.

comment:4 Changed 15 years ago by RaduM

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

comment:5 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Petr Škoda to Ryan J Ollos
Status: newassigned

comment:6 Changed 12 years ago by Ryan J Ollos

Resolution: duplicate
Status: assignedclosed

Fixed in #5540.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.