Page 1 of 1
"resume *" doesn't work if torrent is paused from gtk client
Posted: Sun Dec 06, 2015 8:08 pm
by Jazzelhawk
So I have been messing around and I have a torrent and it has been paused from the gtk client. I then I try "resume *" while connected with deluge-console and it just doesn't do anything to the paused torrent.
If the torrent is paused from the console then the resume command works fine. If the torrent is paused from the gtk client and I try to resume using the torrent id then it works fine.
I was wondering if anyone else can try this and maybe tell me what is happening here?
Thanks
Re: "resume *" doesn't work if torrent is paused from gtk cl
Posted: Fri Dec 11, 2015 12:16 pm
by Cas
Works fine for me, my suspicion is that the torrent has hit 'stop at seed ratio'?
Re: "resume *" doesn't work if torrent is paused from gtk cl
Posted: Fri Dec 11, 2015 8:58 pm
by Jazzelhawk
Doesn't look like it. Stop at seed ratio is disabled. Nothing shows up in the logs at info level either. I decided to add a random torrent to give you an example.
Code: Select all
>>> info
Name: Inside Out (2015)
ID: 4b3dce31c713b02726f67e2ef49de9ff965ec3b7
State: Paused
Size: 0.0 KiB/754.7 MiB Ratio: -1.000
Seed time: 0 days 00:00:00 Active: 0 days 00:00:32
Tracker status: coppersurfer.tk: Announce OK
Progress: 0.00% [~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]
>>> resume * //nothing
>>> resume 4b3dce31c713b02726f67e2ef49de9ff965ec3b7 //works
* TorrentStateChanged: Downloading Inside Out (2015) (4b3dce31c713b02726f67e2ef49de9ff965ec3b7)
* TorrentStateChanged: Paused Inside Out (2015) (4b3dce31c713b02726f67e2ef49de9ff965ec3b7) //paused from gtk
>>> resume * //nothing
>>> resume 4b3dce31c713b02726f67e2ef49de9ff965ec3b7 //works
* TorrentStateChanged: Downloading Inside Out (2015) (4b3dce31c713b02726f67e2ef49de9ff965ec3b7)
>>> pause *
* SessionPaused
* TorrentStateChanged: Paused Inside Out (2015) (4b3dce31c713b02726f67e2ef49de9ff965ec3b7)
>>> resume * //works
* TorrentStateChanged: Downloading Inside Out (2015) (4b3dce31c713b02726f67e2ef49de9ff965ec3b7)
* SessionResumed