Search found 10 matches

by jbrid
Thu Mar 04, 2021 8:29 pm
Forum: Support
Topic: [Bug Report] bad add to dictionary at line 194 of info.py
Replies: 1
Views: 1499

[Bug Report] bad add to dictionary at line 194 of info.py

Hi all, If I try to filter by torrent state using deluge-console, I get: $ deluge-console "info --state Seeding" 'dict' object has no attribute 'state' 14:14:46 [ERROR ][deluge.ui.console.cmdline.command :138 ] 'dict' object has no attribute 'state' Traceback (most recent call last): File ...
by jbrid
Fri Feb 26, 2021 5:56 pm
Forum: Support
Topic: BadColorString from deluge-console info
Replies: 2
Views: 1434

Re: BadColorString from deluge-console info

I removed the torrent that is died on, and it worked properly, with no error. The offending torrent had an exclamation point followed by a closing brace: !} I suspect that's the characters combination that made if fail, because I have other torrents with exclamation points and braces in the name (no...
by jbrid
Thu Feb 25, 2021 7:02 pm
Forum: Support
Topic: BadColorString from deluge-console info
Replies: 2
Views: 1434

BadColorString from deluge-console info

Hi, I recently upgraded to Ubuntu 20.04 and am getting an error when executing the 'deluge-console info' command. I have about 1,000 torrents. The info list displays about 50 of them and then hits this error: Error getting torrent info: [Failure instance: Traceback: <class 'deluge.ui.console.utils.c...
by jbrid
Fri Aug 01, 2014 11:18 pm
Forum: Support
Topic: Ubuntu 14.04 - How to install 1.3.7
Replies: 6
Views: 6742

Re: Ubuntu 14.04 - How to install 1.3.7

Thanks for the info
by jbrid
Sat Jul 26, 2014 3:28 pm
Forum: Support
Topic: Ubuntu 14.04 - How to install 1.3.7
Replies: 6
Views: 6742

Ubuntu 14.04 - How to install 1.3.7

Hi, I am on Lubuntu 14.04. I installed Deluge from the ubuntu repositires and got 1.3.6. I also tried to use the Deluge PPA and it didn't work with this version of Ubuntu. W: Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found W: Fail...
by jbrid
Thu May 31, 2012 7:29 pm
Forum: Support
Topic: Torrents disappear - torrents.state file cleared out
Replies: 3
Views: 2929

Re: Torrents disappear - torrents.state file cleared out

Thanks for the reply.

If I were going to take a backup via cron, would you recommend only backing up torrents.state or the entire state directory? Would there be any issues related to restoring in either case?
by jbrid
Wed May 23, 2012 12:29 pm
Forum: Support
Topic: Torrents disappear - torrents.state file cleared out
Replies: 3
Views: 2929

Torrents disappear - torrents.state file cleared out

I had this problem several times on Deluge 1.3.3 + Ubuntu 11.04. Yesterday it struck again. I am current on Deluge 1.3.5 + Ubuntu 12.04. I had a power outage in my house yesterday. After the power was I restored, I booted up and found that all of my torrents were missing. I am considering scheduling...
by jbrid
Tue Apr 17, 2012 5:59 pm
Forum: Development
Topic: Looking for python script example - loop through torrents
Replies: 2
Views: 8317

Re: Looking for python script example - loop through torrent

This is what I was looking for. I realized I could clone something from the script in this thread . Various conditional logic can be put in the for loop. Please forgive me. This is the first python code I have ever touched. I don't have a good handle on the deferred object concept. #!/usr/bin/python...
by jbrid
Mon Apr 16, 2012 7:08 pm
Forum: Development
Topic: Looking for python script example - loop through torrents
Replies: 2
Views: 8317

Looking for python script example - loop through torrents

Hi, Does anyone have an example of the python script that loops through the torrents and pulls out various pieces of information about them based on some conditions. Ex. 1: Print 'Name', 'Ratio', etc. for all active torrents (all torrents where either UpSpeed or Downspeed > 0) Ex. 2: Print 'Name', '...
by jbrid
Mon Apr 16, 2012 6:53 pm
Forum: Plugins
Topic: [Plugin] yarss-plugin
Replies: 19
Views: 86908

Re: [Plugin] yarss-plugin

@bro

Thanks for your efforts! I have your version installed and working successfully on Deluge 1.3.4 + Ubuntu 11.04 (Python 2.7).