Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (337 - 339 of 2449)

Ticket Resolution Summary Owner Reporter
#1199 Fixed deluge 1.2.2 considers 0.14.9 > 0.14.10 simonbcn
Description

I have built deluge 1.2.2 and libtorrent-0.14.10 from source.
But when I execute deluged, it shows this error and it doesn't start:

[ERROR   ] 16:21:31 main:216 This version of Deluge requires libtorrent >=0.14.9.0!
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/_libtorrent.py", line 60, in <module>
    check_version(lt)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/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!
#1202 Fixed AttributeError: Torrent instance has no attribute 'state' simonbcn
Description

deluge 1.2.3 + libtorrent 0.15
Compiled from sources

It shows, in log, this error several times:

[ERROR   ] 02:52:14 rpcserver:286 Exception calling RPC request: Torrent instance has no attribute 'state'
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/rpcserver.py", line 281, in dispatch
    ret = self.factory.methods[method](*args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 430, in get_torrents_status
    status_dict[torrent_id] = self.get_torrent_status(torrent_id, keys)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 412, in get_torrent_status
    status = self.torrentmanager[torrent_id].get_status(keys)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/core/torrent.py", line 574, in get_status
    "state": self.state,
AttributeError: Torrent instance has no attribute 'state'
#1203 WontFix Error in Trac: "Browse Source" simonbcn
Description

Error in Trac: "Browse Source" http://i238.photobucket.com/albums/ff28/simonbcn/especial/captura_213412_001.png

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