Search found 11 matches

by koolmon10
Tue Sep 05, 2023 2:59 pm
Forum: Support
Topic: deluge-console hangs when moving torrent location
Replies: 2
Views: 598

Re: deluge-console hangs when moving torrent location

That worked, thanks!
by koolmon10
Wed Aug 30, 2023 9:15 pm
Forum: Support
Topic: deluge-console hangs when moving torrent location
Replies: 2
Views: 598

deluge-console hangs when moving torrent location

I am writing a bash script to move some torrents based on certain criteria. I have a line in the script that is as follows: deluge-console "move $torrentfile $destdir" where $torrentfile is the torrent name and $destdir is the location to move it to. This currently works to start the move ...
by koolmon10
Mon Feb 20, 2023 7:54 pm
Forum: Support
Topic: json shows is_finished=false for torrents that are completed
Replies: 4
Views: 2553

Re: json shows is_finished=false for torrents that are completed

Well I'm not sure what changed, but it seems to be working again now. I know I checked in the Sonarr trace logs and found the json response from Deluge, and in that response there were several torrents that showed as Seeding in Deluge, but the is_finished property returned as false (hence the post t...
by koolmon10
Tue Feb 14, 2023 1:05 pm
Forum: Support
Topic: json shows is_finished=false for torrents that are completed
Replies: 4
Views: 2553

Re: json shows is_finished=false for torrents that are completed

They are definitely seeding in Deluge. They will sit completed and seeding indefinitely, and sonarr/radarr will not pick up that they are complete.
by koolmon10
Mon Feb 13, 2023 5:16 pm
Forum: Support
Topic: json shows is_finished=false for torrents that are completed
Replies: 4
Views: 2553

json shows is_finished=false for torrents that are completed

I have Sonarr and Radarr setup with Deluge and they are failing to import completed downloads. I checked the trace logs and is seems the cause is that Deluge reports those torrents as not finished, so Sonarr/Radarr don't attempt to import them. If I force re-check, the finished status changes and So...
by koolmon10
Mon Feb 13, 2023 5:10 pm
Forum: Support
Topic: Deluge not reporting all torrents to trackers
Replies: 3
Views: 2376

Re: Deluge not reporting all torrents to trackers

Still reporting the correct number of seeds to that tracker, so looks like it's all set.

Thanks!
by koolmon10
Fri Feb 10, 2023 6:30 pm
Forum: Support
Topic: Deluge not reporting all torrents to trackers
Replies: 3
Views: 2376

Re: Deluge not reporting all torrents to trackers

Actually, yes! I have 1624 right now.

Just changed this and it looks like it's working, but will have to monitor to ensure it continues to work.
by koolmon10
Fri Feb 10, 2023 2:38 pm
Forum: Support
Topic: Deluge not reporting all torrents to trackers
Replies: 3
Views: 2376

Deluge not reporting all torrents to trackers

I'm having an issue where Deluge seems to stop reporting seeding torrents to trackers. The last instance this happened, the tracker showed ~25 torrents seeding, while Deluge showed over 200 active seeding torrents for that specific tracker. Restarting Deluge or rebooting the box resolves the issue. ...
by koolmon10
Sun Feb 10, 2019 3:18 am
Forum: Support
Topic: Deluge web broken behind reverse proxy
Replies: 2
Views: 1403

Deluge web broken behind reverse proxy

Updated my system recently and now deluge web is inaccessible behind my reverse proxy. I can still access it directly, but I receive this error when using the proxy URL.

Using nginx and the provided reverse proxy block. Deluge 2.0b1 on Ubuntu 18.04 LTS.

Image
by koolmon10
Tue Oct 03, 2017 1:46 pm
Forum: Support
Topic: Bash scripting deluge-console
Replies: 1
Views: 2827

Bash scripting deluge-console

I'm trying to create a script to pause all torrents on another machine, but when I try to pass multiple commands to deluge-console with a semicolon, bash interprets the second command as a bash command and it doesn't work. Here's what I have: #!/bin/bash deluge-console connect localhost deluge delug...