Search found 10 matches

by foux
Thu Feb 25, 2021 4:18 pm
Forum: Support
Topic: Last Transfer column
Replies: 6
Views: 2567

Re: Last Transfer column

I updated my docker image to Ubuntu focal, and all is good! Thanks for the pointers mhertz!
by foux
Thu Feb 25, 2021 3:56 pm
Forum: Support
Topic: Last Transfer column
Replies: 6
Views: 2567

Re: Last Transfer column

Well.. indeed ubuntu installs libtorrent 1.1.5 which was released in... 2017
by foux
Thu Feb 25, 2021 3:49 pm
Forum: Support
Topic: Last Transfer column
Replies: 6
Views: 2567

Re: Last Transfer column

The fix seems to have been made almost three years ago, weird that I didn't get it. I'll keep investigating and keep you posted ;)
by foux
Thu Feb 25, 2021 3:46 pm
Forum: Support
Topic: Last Transfer column
Replies: 6
Views: 2567

Re: Last Transfer column

Thanks mhertz, probably on old libtorrent version on my docker container!
by foux
Thu Feb 25, 2021 1:32 pm
Forum: Support
Topic: Last Transfer column
Replies: 6
Views: 2567

Last Transfer column

Hi there! I've got an issue with the meaning of the "Last Transfer" column. I assumed it would mean the last time a torrent has done any transfer, up or down, but when we look at this screenshot : Capture d’écran 2021-02-25 à 14.31.02.png We can see that the torrent is actually transfering...
by foux
Tue Dec 01, 2015 5:17 am
Forum: Support
Topic: Torrent starting in paused mode
Replies: 4
Views: 2645

Re: Torrent starting in paused mode

I'm using 1.0.6-2, which seems to be the last version on Ubuntu 15.10

Thanks!
by foux
Mon Nov 30, 2015 6:53 pm
Forum: Support
Topic: Torrent starting in paused mode
Replies: 4
Views: 2645

Re: Torrent starting in paused mode

I see the torrent being paused in my logs, but I can't see the reason.

The torrent is New.Girl.S03E23.FiNAL.FASTSUB.VOSTFR.HDTV.XviD-PROTEiGON.avi in those logs
by foux
Fri Nov 20, 2015 10:27 am
Forum: Support
Topic: Torrent starting in paused mode
Replies: 4
Views: 2645

Torrent starting in paused mode

Hello, I've installed Deluge on a ubuntu headless box, and controlling it either vie WebUI, or GTK UI on a remote computer. Everything is working great, except that every torrent I add are started in "Pause" state. In the preferences, the "Add torrents in Paused state" checkbox i...
by foux
Mon Dec 09, 2013 2:30 pm
Forum: Development
Topic: Getting torrent label in a plugin
Replies: 1
Views: 2169

Re: Getting torrent label in a plugin

OK, I've solved this.

We can get the label when accessing the status from the Core, via the torrent_id. But not via the torrent itself
by foux
Mon Dec 09, 2013 12:21 pm
Forum: Development
Topic: Getting torrent label in a plugin
Replies: 1
Views: 2169

Getting torrent label in a plugin

Hello,

I'm developping a plugin where I'm trying to retrieve a torrent label.

As suggested if this post, I tried

Code: Select all

torrent.get_status(["label"])
Unfortunately, I haven't got the key in return.
Any idea on how to do this?

Thanks.