Opened 6 years ago

Last modified 6 years ago

#3132 new bug

cant add torrents

Reported by: toolazy Owned by:
Priority: major Milestone: needs verified
Component: Unknown Version: other (please specify)
Keywords: Cc:

Description

Get:1 http://ppa.launchpad.net/deluge-team/develop/ubuntu zesty/main amd64 deluge-common all 2.0.0.dev7119+07a87fa+201711192317~ubuntu17.04.1 [691 kB] Get:2 http://ppa.launchpad.net/deluge-team/develop/ubuntu zesty/main amd64 deluge-console all 2.0.0.dev7119+07a87fa+201711192317~ubuntu17.04.1 [81,4 kB] Get:3 http://ppa.launchpad.net/deluge-team/develop/ubuntu zesty/main amd64 deluge-web all 2.0.0.dev7119+07a87fa+201711192317~ubuntu17.04.1 [977 kB] Get:4 http://ppa.launchpad.net/deluge-team/develop/ubuntu zesty/main amd64 deluged all 2.0.0.dev7119+07a87fa+201711192317~ubuntu17.04.1 [9 562 B]

deluged -V deluged 2.0.0.dev7119 libtorrent: 1.2.0.0 Python: 2.7.13 OS: Linux Ubuntu 17.04 zesty

useing deluge-2.0b1-win32-setup as thinclient

Unhandled Error Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/deluge/core/daemon_entry.py", line 82, in run_daemon

daemon.start()

File "/usr/lib/python2.7/dist-packages/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 "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 1039, in on_alert_add_torrent

self.add_async_callback(alert.handle, *add_async_params)

File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 531, in add_async_callback

handle, options, state, filename, magnet, resume_data, filedump, save_state)

File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 485, in _add_torrent_obj

torrent = Torrent(handle, options, state, filename, magnet)

File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 240, in init

self.handle.resolve_countries(True)

exceptions.AttributeError?: 'torrent_handle' object has no attribute 'resolve_countries'

12:30:05.847 [CRITICAL][twisted :154 ] Unhandled Error Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/deluge/core/daemon_entry.py", line 82, in run_daemon

daemon.start()

File "/usr/lib/python2.7/dist-packages/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 "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 1039, in on_alert_add_torrent

self.add_async_callback(alert.handle, *add_async_params)

File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 531, in add_async_callback

handle, options, state, filename, magnet, resume_data, filedump, save_state)

File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 485, in _add_torrent_obj

torrent = Torrent(handle, options, state, filename, magnet)

File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 240, in init

self.handle.resolve_countries(True)

exceptions.AttributeError?: 'torrent_handle' object has no attribute 'resolve_countries'

Change History (1)

comment:1 Changed 6 years ago by toolazy

got it working.

i downloaded twisted from git and installed it installed with pip a req.txt that twisted made.

zope.interface>=4.4.2 constantly>=15.1 incremental>=16.10.1 Automat>=0.3.0 hyperlink>=17.1.1 pyopenssl>=16.0.0 service_identity idna!=2.3,>=0.6 pyasn1 cryptography>=1.5 appdirs>=1.4.0 soappy pyserial>=3.0 h2<4.0,>=3.0 priority<2.0,>=1.1.0 pyasn1 cryptography>=1.5 appdirs>=1.4.0 pyflakes>=1.0.0 twisted-dev-tools>=0.0.2 python-subunit sphinx>=1.3.1 towncrier>=17.4.0 twistedchecker>=0.4.0 pydoctor>=16.2.0 h2<4.0,>=3.0 priority<2.0,>=1.1.0 pyserial>=3.0 soappy pyopenssl>=16.0.0 service_identity idna!=2.3,>=0.6

Note: See TracTickets for help on using tickets.