Search found 23 matches

by Shadallark
Wed Mar 11, 2020 9:24 am
Forum: Support
Topic: erro: expected value (list, dict, int or string) in bencoded string
Replies: 19
Views: 18019

Re: erro: expected value (list, dict, int or string) in bencoded string

Thanks for the advice @shamael. Can someone point me to a source that I can use to get lib torrent 1.2.x? None of the sources I am currently using provide anything more recent that 1.1.11-2 as shown here: sudo apt-cache policy libtorrent* libtorrent20: Installed: (none) Candidate: 0.13.7-1 Version t...
by Shadallark
Wed Mar 11, 2020 3:26 am
Forum: Support
Topic: erro: expected value (list, dict, int or string) in bencoded string
Replies: 19
Views: 18019

Re: erro: expected value (list, dict, int or string) in bencoded string

Good day to all of you; I realize this thread is from a really long time ago. Up until I upgraded to deluged 2.0.3-2-201906121747-ubuntu16.04.1 , and started adding new torrents today I had never seen this error before. As indicated above the error says: Error: expected value (list, dict, int or str...
by Shadallark
Tue Mar 10, 2020 11:54 pm
Forum: Support
Topic: Deluge lost all configs and torrent after upgrade to version 2.0.3
Replies: 19
Views: 24530

Re: Deluge lost all configs and torrent after upgrade to version 2.0.3

In meantime, tobbez posted some python code to translate your state file: import pickle with open('torrents.state', 'rb') as f: d = pickle.load(f, encoding='latin1') with open('torrents.state', 'wb') as f2: pickle.dump(d, f2) I wanted to say thank you very much for this python code! It really worke...
by Shadallark
Mon Mar 09, 2020 1:07 am
Forum: Support
Topic: Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)
Replies: 10
Views: 18306

Re: Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)

It might be too late for you, but I got the Deluge 2.0.3 installed on Debian 10 by adding this to sources.list: deb http://ppa.launchpad.net/deluge-team/stable/ubuntu/ xenial main Plus the usual remove, update, upgrade stuff. I wrote a short howto in another thread, you might look it up if you like...
by Shadallark
Sun Mar 08, 2020 11:40 pm
Forum: Support
Topic: Options in Deluge
Replies: 5
Views: 2594

Re: Options in Deluge

linuxlad wrote:2.) Do not start the download automatically
Good day to you @linuxlad;

I can answer your second question; there is an option to Add Torrents in Paused state that works for me.

Shadallark
by Shadallark
Sun Mar 08, 2020 2:47 am
Forum: Mac OS
Topic: ETA on 2.0.3 .app
Replies: 56
Views: 320337

Re: ETA on 2.0.3 .app

One thing I have noticed though is that the torrent I had added on the seedbox through the deluge-console on the seedbox does not show up in the Mac OSX app. If I add a torrent through the Mac app it shows up in both places. While making some other changes to my seedbox I realized that I had set th...
by Shadallark
Sat Mar 07, 2020 4:42 pm
Forum: Support
Topic: Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)
Replies: 10
Views: 18306

Re: Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)

Good day to all of you; If anyone is looking to run deluge v2.x on their Raspberry Pi here is what I have done to get it working for me so far: Made sure I have Python 3.x installed on the Raspberry Pi (came with it) and that it has been updated; Removed any currently installed versions of deluge fr...
by Shadallark
Sat Mar 07, 2020 3:15 pm
Forum: Mac OS
Topic: ETA on 2.0.3 .app
Replies: 56
Views: 320337

Re: ETA on 2.0.3 .app

And success... somehow? Okay, so the app provided by @Lord-Kamina is working now and connecting to my v2.0.4dev23 seedbox running on a Raspberry Pi 0. I am not sure what I did to cause that to work but I will list a couple of the things I was doing recently: Was trying to install from Source Code on...
by Shadallark
Fri Mar 06, 2020 2:36 am
Forum: Mac OS
Topic: ETA on 2.0.3 .app
Replies: 56
Views: 320337

Re: ETA on 2.0.3 .app

I have now submitted a PR with several macOS fixes (including shortcuts not being properly mapped) and a new script that should easily make a .app bundle out of a macports install (because Homebrew is the plague, seriously) For now, you can give my .app a spin here: https://www.dropbox.com/s/zy0y4u...
by Shadallark
Mon Mar 02, 2020 12:57 am
Forum: Support
Topic: Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)
Replies: 10
Views: 18306

Re: Using version 2.0.3 on Raspberry Pi (Raspian - Debian:Buster)

Good day to all of you again; As a follow on to my message above I decided to try to install (from the command line) the installation package I downloaded from the Debian Bullseye link so I could see why it fails. Here is what I tried and the result I got: sudo apt-get install ./deluge_2.0.3-1.1_all...