Custom Query (2449 matches)
Results (337 - 339 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1199 | Fixed | deluge 1.2.2 considers 0.14.9 > 0.14.10 | ||
| Description |
I have built deluge 1.2.2 and libtorrent-0.14.10 from source. [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' | ||
| Description |
deluge 1.2.3 + libtorrent 0.15 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" | ||
| Description | ||||
Note:
See TracQuery
for help on using queries.

