Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (340 - 342 of 2447)

Ticket Resolution Summary Owner Reporter
#1388 Duplicate [win32] path to torrent-file contains non-ascii symbols Thump
Description

I've tested it on Windows 7 x86-32 and Windows XP SP3 x86-32, log is from XP.

When the path to torrent file contains non-ASCII symbols there is no possibility to add torrent-file by double-clicking, nothing just happens when Deluge minimized in notification area. Empty add-torrent dialog appears when double-clicking on torrent file while Deluge' window is open.

I have got debug log by the following command:

C:\Temp\Тест>"C:\Program Files\Deluge\deluge.exe" -L debug -l C:\Temp\double-click-deluge-debug.log C:\Temp\Тест\ubuntu-10.10-desktop-i386.iso.torrent

#1392 Duplicate Add "incompatible" status to connection manager John Garland John Garland
Description

Currently the connection manager indicates whether or not a listed daemon is connectible. It would be useful to warn the user that the daemon may be incompatible if it is older (e.g. 1.2 daemon with 1.3 client).

#1399 Duplicate Use 'move_storage' with non ascii characters. dakhar
Description

Hello, I'm using deluge with russian folder names, but when I try to move storage to such folder, it causes error:

[ERROR ] 15:48:13 rpcserver:303 Exception calling RPC request: 'ascii' codec can't encode characters in position 21-38: ordinal not in range(128) Traceback (most recent call last):

File "/usr/lib/pymodules/python2.6/deluge/core/rpcserver.py", line 298, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 372, in move_storage

if not self.torrentmanager[torrent_id].move_storage(dest):

File "/usr/lib/pymodules/python2.6/deluge/core/torrent.py", line 796, in move_storage

if not os.path.exists(dest):

File "/usr/lib/python2.6/genericpath.py", line 18, in exists

st = os.stat(path)

UnicodeEncodeError: 'ascii' codec can't encode characters in position 21-38: ordinal not in range(128)

Ubuntu Linux, Deluge 1.3.1-2~lucid~ppa1

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.