After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

General support for problems installing or using Deluge
Post Reply
lukjod
New User
New User
Posts: 5
Joined: Sat Aug 12, 2023 1:07 pm

After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by lukjod »

After update from 2.2.0 -r1-ls364 to 2.2.0-r2-365 all plugins stopped to work.
This setup is on docker on Qnap linux x64 device.
After revert to ls346 all is ok. What Can I do do restore them on newest version?
jackfrost666
New User
New User
Posts: 1
Joined: Sun Feb 22, 2026 6:29 pm

Re: After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by jackfrost666 »

I confirm. Exact same issue. Rolled back... all is well.
User avatar
ambipro
Moderator
Moderator
Posts: 751
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by ambipro »

I suggest using a previous version, as Jackfrost alluded to. I've spoken to Cas about this and he's aware, just have to implement a solution and get some things changed/updated.

Specify the tag in your image that previously worked, 364, and the plugins will return.
nissel
New User
New User
Posts: 1
Joined: Wed Feb 25, 2026 12:49 am

Re: After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by nissel »

FYI an alpine dev raised this ticket about this: https://dev.deluge-torrent.org/ticket/3653#ticket
lukjod
New User
New User
Posts: 5
Joined: Sat Aug 12, 2023 1:07 pm

Re: After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by lukjod »

any news, Can i safety update it to newest version?
Karmalakas
New User
New User
Posts: 2
Joined: Fri Jan 19, 2024 3:33 pm

Re: After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by Karmalakas »

Still doesn't work. I'm using a TrueNAS app and have no idea how to roll back. App versioning there is a mess
User avatar
vonProteus
Member
Member
Posts: 11
Joined: Mon Apr 20, 2020 2:48 pm

Re: After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by vonProteus »

If you're using a Docker image, some people prefer to use a version like

Code: Select all

lscr.io/linuxserver/deluge:latest
or

Code: Select all

lscr.io/linuxserver/deluge
However, I recommend using

Code: Select all

lscr.io/linuxserver/deluge:2.2.0-r1-ls364
as it's the last version that works, as far as I know.
User avatar
ambipro
Moderator
Moderator
Posts: 751
Joined: Thu May 19, 2022 3:33 am
Contact:

Re: After update from 2.2.0-r1-ls364 to 365 plugins stopped to work

Post by ambipro »

vonProteus wrote: Fri Mar 20, 2026 9:14 am If you're using a Docker image, some people prefer to use a version like

Code: Select all

lscr.io/linuxserver/deluge:latest
or

Code: Select all

lscr.io/linuxserver/deluge
However, I recommend using

Code: Select all

lscr.io/linuxserver/deluge:2.2.0-r1-ls364
as it's the last version that works, as far as I know.


ghcr.io/linuxserver/deluge:amd64-libtorrentv1-2.2.0-ls44

Highly recommend you use libtorrentv1 instead of v2...

Also pairing that, check the tweaks in my post viewtopic.php?t=56921

Same tags apply to the lscr.io domain.
Post Reply