Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (436 - 438 of 2449)

Ticket Resolution Summary Owner Reporter
#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.

#1230 WorksForMe Plugin label doesn't apply correctly the preferences when I change torrent between labels simonbcn
Description

Label "blu-ray"
http://img338.imageshack.us/img338/3798/captura020413.png http://img532.imageshack.us/img532/1435/captura030413.png

Label "dvd"
http://img341.imageshack.us/img341/3798/captura020413.png http://img341.imageshack.us/img341/1435/captura030413.png

Options of torrent in label "blu-ray":
http://img404.imageshack.us/img404/3798/captura020413.png

I change this torrent from "blu-ray" to "dvd" but Deluge doesn't apply any option of the new label.

#1231 WorksForMe Deluge-gtk doesn't preserve the displayed columns between restarts of daemon simonbcn
Description

deluged in server, deluge-gtk in local.
I have reordered the displayed columns and I have deleted one of them.
When I restart deluge-gtk, it preserves the displayed columns and the order.
But when I restart daemon, deluge-gtk lost this.

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