Custom Query (2447 matches)
Results (367 - 369 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1125 | Name of Country of last two IPs doesn't appear corectly. | |||
Description |
Go to "Peer tab" and just hold the cursor up on the last flag available.. and the name of Country doesn't appear beside of flag.. the name appear on horizontal bar.. Screenshot: http://i47.tinypic.com/21euudv.png P.S. Sorry for my bad English! |
|||
#1126 | Fixed | [Extractor] Extracting not working with Move Complete enabled | ||
Description |
I noticed that extracting does not always work properly. This happens when the downloaded (for example) .rar files have spaces in them. The files to be extracted should get " (or get escaped of course) along with them. So:
unrar -x "totally legal thing I downloaded.rar" Also note that I have my "Extracted directory" in my "completed directory" So my relevant tree looks like so:
deluge/downloading (maybe that's got something to do with it? Haven't looked at the code, so I wouldn't know) The unrar command under Linux doesn't like it that way. (it'll only see the "totally" part of the file) I'm using 1.2.0 beta5, but earlier beta's had the same thing. |
|||
#1128 | Fixed | Package 'deluge' in the PPA doesn't depend on deluged, but fails silently on "Run Daemon" | ||
Description |
Steps to reproduce:
The window freezes for a moment, then disappears. The daemon is not started, and it initially appeared to me that the window had just closed on its own. 'deluge' does not depend on 'deluged', so when you try to start the Daemon from /usr/bindeluge-gtk you get the following in the console: [ERROR ] 22:01:32 client:558 Unable to start daemon! [ERROR ] 22:01:32 client:559 [Errno 2] No such file or directory Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 556, in start_daemon subprocess.call(["deluged", "--port=%s" % port, "--config=%s" % config]) File "/usr/lib/python2.6/subprocess.py", line 470, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib/python2.6/subprocess.py", line 621, in __init__ errread, errwrite) File "/usr/lib/python2.6/subprocess.py", line 1126, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory [ERROR ] 22:01:32 connectionmanager:429 Connection to host [...abbreviated...] [ERROR ] 22:01:35 connectionmanager:429 Connection to host failed.. Unhandled error in Deferred: Traceback (most recent call last): Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused. This is a potential upgrade issue. There are two things we can do:
|