Skip to content

[BUG] Plugins don't show/load in latest #229

@yjeroen

Description

@yjeroen

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Noticed that the labels filter was missing.

The Plugins window was completely white.

Image

Rolled back via the docker compose line image: lscr.io/linuxserver/deluge:2.2.0-r1-ls364, and the plugins were back again.

Expected Behavior

Plugins show

Steps To Reproduce

services:
  deluge:
    image: lscr.io/linuxserver/deluge:latest

Environment

- OS: Proxmox/Debian
- How docker service was installed: Docker compose

CPU architecture

x86-64

Docker creation

deluge:
    image: lscr.io/linuxserver/deluge:latest
    container_name: deluge
    environment:
      <<: *common-env
      DELUGE_LOGLEVEL: warn
    volumes:
      - /root/docker/deluge:/config
      - /mnt/tank2:/tank2
    ports:
      - "8112:8112"
      - "58668:58668"        # DELUGE_DYNAMIC_PORT_TCP
      - "58668:58668/udp"    # DELUGE_DYNAMIC_PORT_UDP
    restart: unless-stopped
    networks:
      arr_net:
        ipv4_address: 172.19.0.100

Container logs

root@arr:~# docker logs deluge
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    10000
───────────────────────────────────────
Linuxserver.io version: 2.2.0-r2-ls365
Build-date: 2026-02-13T11:07:36+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
21:31:50 [WARNING ][deluge.pluginmanagerbase      :1672] Cannot enable non-existent plugin Label
21:31:50 [WARNING ][deluge.pluginmanagerbase      :1672] Cannot enable non-existent plugin AutoAdd
Connection to 127.0.0.1 58846 port [tcp/*] succeeded!
21:31:51 [WARNING ][deluge.ui.web.server       :1672] Script path /usr/lib/python3.12/site-packages/deluge/ui/web/js/extjs/ext-extensions.js traverses out of common dir /usr/lib/python3.12/site-packages/deluge/ui/web/js/extjs/ext-extensions
21:31:51 [WARNING ][deluge.ui.web.server       :1672] Script path /usr/lib/python3.12/site-packages/deluge/ui/web/js/deluge-all.js traverses out of common dir /usr/lib/python3.12/site-packages/deluge/ui/web/js/deluge-all
Connection to 127.0.0.1 8112 port [tcp/*] succeeded!
[ls.io-init] done.
root@arr:~#

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions