Search found 22 matches

by boomclick
Wed Apr 11, 2018 12:44 pm
Forum: Support
Topic: Deluge on raspbian stretch 5.4
Replies: 9
Views: 5534

Re: Deluge on raspbian stretch 5.4

i didn't catch any errors in the howtogeek guide, but i recommend using https://dev.deluge-torrent.org/wiki/UserGuide/ThinClient instead. i found it to be more clear and comprehensive. the command i gave to run on the pi was python -c "import libtorrent; print libtorrent.version" , but you...
by boomclick
Tue Apr 10, 2018 12:26 pm
Forum: Support
Topic: Web interface doesn't work
Replies: 1
Views: 2385

Re: Web interface doesn't work

why did you delete the localhost entry? i would try adding it again, as localhost is an entry in the .auth config file. my understanding is that the webUI leads you to the connection manager so you're already in deluge. and that deluge is just trying to access the daemon port, 58846 by default. so p...
by boomclick
Tue Apr 10, 2018 12:10 pm
Forum: Support
Topic: Plug-in Documentation broken link
Replies: 2
Views: 1995

Re: Plug-in Documentation broken link

there's a little bit of documentation in https://dev.deluge-torrent.org/wiki/Dev ... 1.3/Plugin, but that page has some broken links as well. not sure if that's what you're looking for. also, i remember deluge 2.0 having more compact upload/download output.
by boomclick
Tue Apr 10, 2018 12:00 pm
Forum: Support
Topic: Deluge on raspbian stretch 5.4
Replies: 9
Views: 5534

Re: Deluge on raspbian stretch 5.4

on your pi, run python -c "import libtorrent; print libtorrent.version". do you have another version of libtorrent currently installed? are you running the thin client or webUI setup in that article? deluge and libtorrent can also have compatibility issues between versions, are you running...
by boomclick
Thu Mar 29, 2018 2:39 pm
Forum: Support
Topic: Seeding with firewall vpn killswitch
Replies: 6
Views: 3229

Re: Seeding with firewall vpn killswitch

it should work if you specify the allow incoming to only work on the tun0 interface. both ufw and gufw allow this option with a little configuration.
by boomclick
Thu Mar 29, 2018 2:35 am
Forum: Support
Topic: Seeding with firewall vpn killswitch
Replies: 6
Views: 3229

Re: Seeding with firewall vpn killswitch

if you stay stable and updated, you should be fairly safe. security is relative, and someone could always discover a flaw in deluge or libtorrent or your vpn protocol. as to leaking ip address, that seems exclusively related to your vpn protocol and vpn provider. i wouldn't worry about it if your vp...
by boomclick
Wed Mar 28, 2018 3:07 pm
Forum: Support
Topic: Seeding with firewall vpn killswitch
Replies: 6
Views: 3229

Re: Seeding with firewall vpn killswitch

yes. in firewall settings, you can add a rule to allow incoming connections only to deluge (deluge torrent in firewall list) or allow incoming connections only to the port that deluge uses.
by boomclick
Mon Mar 19, 2018 8:45 pm
Forum: Support
Topic: Formerly complete torrents show up as varying levels of incomplete (Between 0.1% through 99%) - Raspbian Stretch
Replies: 2
Views: 2491

Re: Formerly complete torrents show up as varying levels of incomplete (Between 0.1% through 99%) - Raspbian Stretch

i had a similar issue. updating the tracker allowed deluge to see that the torrents were actually complete.
by boomclick
Mon Feb 19, 2018 2:17 am
Forum: Support
Topic: ownership/state deluge-web 2.0
Replies: 0
Views: 1676

ownership/state deluge-web 2.0

in deluge-web 2.0 when told to list torrents by state, deluge lists them by owner and then by state. this does not happen in the thin client. is this a bug, or am i using deluge incorrectly?
by boomclick
Sun Feb 11, 2018 5:25 pm
Forum: Support
Topic: Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED
Replies: 3
Views: 2397

Re: Displaying Torrent information on a Raspberry Pi and the Adafruit PiOLED

I would update to 2.0 for deluge-console; the output of deluge-console info -s downloading is presented in a much more readable form. then you can use the info from https://learn.adafruit.com/adafruit-pioled-128x32-mini-oled-for-raspberry-pi/usage to write a script that periodically displays the out...