"resume *" doesn't work if torrent is paused from gtk client

General support for problems installing or using Deluge
Post Reply
Jazzelhawk
New User
New User
Posts: 3
Joined: Wed Nov 25, 2015 10:10 pm

"resume *" doesn't work if torrent is paused from gtk client

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: "resume *" doesn't work if torrent is paused from gtk cl

Post by Cas »

Works fine for me, my suspicion is that the torrent has hit 'stop at seed ratio'?
Jazzelhawk
New User
New User
Posts: 3
Joined: Wed Nov 25, 2015 10:10 pm

Re: "resume *" doesn't work if torrent is paused from gtk cl

Post 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
Post Reply