linuxserver / docker-deluge

GNU General Public License v3.0
244 stars 90 forks source link

[BUG] "deluge-console" can't reorder columns #199

Closed ssj4maiko closed 3 months ago

ssj4maiko commented 6 months ago

Is there an existing issue for this?

Current Behavior

It seems that deluge-console has been inaccessible for the most part by other users, but I was able to find a way to get it to work, as I reported here: https://github.com/linuxserver/docker-deluge/issues/132#issuecomment-2020415603

In my previous installation (2.0.5 native install), I could move the columns by pressing v, the Ctrl+Up/Down.

This time however, it doesn't seem to do anything, I'm not sure if it could be a general bug of Docker or not, but although I can change the width using + and -, reordering doesn't work.

Also this information is usually stored in console.conf, but although mine should be accessed and get the correct customized order, it doesn't seem to be used by this version.

Expected Behavior

Columns could be moved to the left and right by pressing Ctrl+UP and Ctrl+DOWN

Steps To Reproduce

docker compose exec deluge deluge-console !# press enter once it recognizes the online backend v # to enter column order mode

!# Hold Ctrl and press Up or Down arrows to move current highlighted column

Environment

- Raspberry OS
OS: Debian GNU/Linux 12 (bookworm) aarch64 
Host: Raspberry Pi 4 Model B Rev 1.2 
Kernel: 6.6.20+rpt-rpi-v8

- How docker service was installed:
using get-docker.sh

It's a freshly installed system, as I wanted to upgrade it to 64b from the previous 32b version.

CPU architecture

arm64

Docker creation

services:
  deluge:
    image: lscr.io/linuxserver/deluge:latest
    container_name: deluge
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Sao_Paulo
      - DELUGE_LOGLEVEL=error #optional
    volumes:
      - ./config:/config
      - /mnt/USBHDD/torrentbox/:/mnt/USBHDD/torrentbox/
      - /mnt/USBSSD/torrentbox/:/mnt/USBSSD/torrentbox/
    ports:
      - 8112:8112
      - 6881:6881
      - 6881:6881/udp
      - 58846:58846 #optional
    restart: unless-stopped

Container logs

deluge  | Connection to 127.0.0.1 58846 port [tcp/*] succeeded!
deluge  | [migrations] started
deluge  | [migrations] no migrations found
deluge  | usermod: no changes
deluge  | ───────────────────────────────────────
deluge  | 
deluge  |       ██╗     ███████╗██╗ ██████╗
deluge  |       ██║     ██╔════╝██║██╔═══██╗
deluge  |       ██║     ███████╗██║██║   ██║
deluge  |       ██║     ╚════██║██║██║   ██║
deluge  |       ███████╗███████║██║╚██████╔╝
deluge  |       ╚══════╝╚══════╝╚═╝ ╚═════╝
deluge  | 
deluge  |    Brought to you by linuxserver.io
deluge  | ───────────────────────────────────────
deluge  | 
deluge  | To support LSIO projects visit:
deluge  | https://www.linuxserver.io/donate/
deluge  | 
deluge  | ───────────────────────────────────────
deluge  | GID/UID
deluge  | ───────────────────────────────────────
deluge  | 
deluge  | User UID:    1000
deluge  | User GID:    1000
deluge  | ───────────────────────────────────────
deluge  | 
deluge  | [custom-init] No custom files found, skipping...
deluge  | Connection to 127.0.0.1 58846 port [tcp/*] succeeded!
deluge  | Connection to 127.0.0.1 8112 port [tcp/*] succeeded!
deluge  | [ls.io-init] done.

#Doesn't seem like there is anything relevant here.
github-actions[bot] commented 6 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 months ago

This issue is locked due to inactivity