Postby toolazy » Wed Nov 22, 2017 4:14 pm
deluged -V
deluged 2.0b1
libtorrent: 1.2.0.0
Python: 2.7.13
OS: Linux Ubuntu 17.04 zesty
downloaded from git. i get that when i try to add a torrent file. i've tried develop and master
Unhandled Error
Traceback (most recent call last):
File "/opt/deluge/deluge/core/daemon_entry.py", line 82, in run_daemon
daemon.start()
File "/opt/deluge/deluge/core/daemon.py", line 139, in start
reactor.run()
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 1243, in run
self.mainLoop()
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 1252, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 878, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/opt/deluge/deluge/core/torrentmanager.py", line 908, in on_alert_add_torrent
torrent = Torrent(alert.handle, options, state, filename, magnet)
File "/opt/deluge/deluge/core/torrent.py", line 240, in __init__
self.handle.resolve_countries(True)
exceptions.AttributeError: 'torrent_handle' object has no attribute 'resolve_countries'
17:12:21 [CRITICAL][twisted :154 ] Unhandled Error
Traceback (most recent call last):
File "/opt/deluge/deluge/core/daemon_entry.py", line 82, in run_daemon
daemon.start()
File "/opt/deluge/deluge/core/daemon.py", line 139, in start
reactor.run()
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 1243, in run
self.mainLoop()
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 1252, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/base.py", line 878, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/opt/deluge/deluge/core/torrentmanager.py", line 908, in on_alert_add_torrent
torrent = Torrent(alert.handle, options, state, filename, magnet)
File "/opt/deluge/deluge/core/torrent.py", line 240, in __init__
self.handle.resolve_countries(True)
exceptions.AttributeError: 'torrent_handle' object has no attribute 'resolve_countries'