Search found 15 matches

by toolazy
Thu Nov 23, 2017 11:19 am
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 565011

Re: Deluge 2.0 Beta 1

deluged -V deluged 2.0b1 libtorrent: 1.2.0.0 Python: 2.7.13 OS: Linux Ubuntu 17.04 zesty exceptions.AttributeError: 'torrent_handle' object has no attribute 'resolve_countries' Can you create a ticket for this please. In the meantime I would suggest using the develop PPA. Any chance we can get a ne...
by toolazy
Thu Nov 23, 2017 9:18 am
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 565011

Re: Deluge 2.0 Beta 1

i tried the 1.3-stable from git and when i do deluged -d as the user thats running it i get and it shuts down [ERROR ] 10:16:31 main:248 'module' object has no attribute 'session_settings' Traceback (most recent call last): File "/opt/deluge/deluge/main.py", line 241, in start_daemon Daemo...
by toolazy
Thu Nov 23, 2017 8:57 am
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 565011

Re: Deluge 2.0 Beta 1

Try with tags, this works for me (setup.py install might need root/sudo): git clone https://github.com/deluge-torrent/deluge.git cd deluge git checkout tags/deluge-2.0b1 python setup.py -q build python setup.py -q install still get error when adding a torrent did that. build did alot of things. but...
by toolazy
Wed Nov 22, 2017 4:14 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 565011

Re: Deluge 2.0 Beta 1

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 8...
by toolazy
Mon Nov 20, 2017 7:10 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 565011

Re: Deluge 2.0 Beta 1

Hi. i was useing 1.3.. something before. the one that comes with Ubuntu 17.04 i have made .service scripts for deluged and deluge-web on 1.3 it works just fine.. so i added ppa:deluge-team/develop and did a dist-upgrade. deluged start just fine with service deluged start but the deluge-web wont star...