Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (415 - 417 of 2447)

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!
#1201 Duplicate Deprecation warning, use get_session_status() marcosgdf
Description

I'm using Deluge 1.2.2.3-karmic-ppa1 and Ubuntu 9.10.

Some warnings were displayed by deluged -d

mediacenter@mediacenter-pc:~$ deluged -d
/usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
  warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
  warnings.warn("Use get_session_status().", DeprecationWarning)
^Cmediacenter@mediacenter-pc:~$ deluged
mediacenter@mediacenter-pc:~$ /usr/lib/pymodules/python2.6/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
  warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/pymodules/python2.6/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
  warnings.warn("Use get_session_status().", DeprecationWarning)

#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'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.