deluge-console hangs when moving torrent location

General support for problems installing or using Deluge
Post Reply
koolmon10
Member
Member
Posts: 11
Joined: Wed Oct 26, 2016 9:31 pm

deluge-console hangs when moving torrent location

Post by koolmon10 »

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 operation, but deluge-console hangs indefinitely, even when the move has completed, which holds up the script.

deluge-console 2.1.1
libtorrent: 2.0.5.0
Python: 3.10.12
OS: Linux Ubuntu 22.04 jammy
mhertz
Moderator
Moderator
Posts: 2216
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: deluge-console hangs when moving torrent location

Post by mhertz »

Yeah, I reported this a couple years ago or so, and was rescheduled for later looking at, but I included fix/workaround in report which you can use yourself if wanted.

https://dev.deluge-torrent.org/ticket/3473
koolmon10
Member
Member
Posts: 11
Joined: Wed Oct 26, 2016 9:31 pm

Re: deluge-console hangs when moving torrent location

Post by koolmon10 »

That worked, thanks!
Post Reply