Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (433 - 435 of 2447)

Ticket Resolution Summary Owner Reporter
#1227 Fixed Check File NoAscii Characters Title toniboni88
Description

When I add .torrent file and I have the file, Deluge check the file and when found a noAscii Characters in the title of the file jump the file and it put in download, through the file is complete.

#1228 Fixed Console - Unhandled error in Deferred Calum
Description

While using deluge-console, tried using the connect command with a non-existent deluge server and when exiting from the app the following is returned in the shell.

Unhandled error in Deferred:
Traceback (most recent call last):
Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 111: Connection refused.
#1229 Invalid Deluge requires libtorrent >=0.14.9.0 when 0.14.10 installed Alex_Justes
Description
$ deluged -d --loglevel=debug
[INFO    ] 08:54:09 daemon:129 Deluge daemon 1.2.2
[DEBUG   ] 08:54:09 daemon:130 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'interface': None, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG   ] 08:54:09 daemon:131 args: []
[ERROR   ] 08:54:09 main:216 This version of Deluge requires libtorrent >=0.14.9.0!
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/lib64/python2.6/site-packages/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/lib64/python2.6/site-packages/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib64/python2.6/site-packages/deluge/_libtorrent.py", line 60, in <module>
    check_version(lt)
  File "/usr/lib64/python2.6/site-packages/deluge/_libtorrent.py", line 53, in check_version
    raise ImportError("This version of Deluge requires libtorrent >=%s!" % REQUIRED_VERSION)
ImportError: This version of Deluge requires libtorrent >=0.14.9.0!

The Version of libtorrent installed on my machine is 0.14.10, but deluged requires greater than 0.14.9. Not good.

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