linuxserver / docker-qbittorrent

GNU General Public License v3.0
1k stars 139 forks source link

[BUG] UI stopped loading with 5.0.0-r1-ls356 #331

Open gVes opened 3 days ago

gVes commented 3 days ago

Is there an existing issue for this?

Current Behavior

Login page loads fine. After I try to login though, none of the UI items load. This issue was not present in 5.0.0-r1-ls355.

Expected Behavior

Web UI should load normally.

Steps To Reproduce

  1. Update to 5.0.0-r1-ls356
  2. try login

Environment

- OS: Ubuntu 24.04
- How docker service was installed: with curl?

CPU architecture

x86-64

Docker creation

services:
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Africa/Addis_Ababa
      - WEBUI_PORT=7080
      - TORRENTING_PORT=6881
    volumes:
      - /opt/qbittorrent/config:/config
      - /home/sb/Downloads:/downloads
    ports:
      - 7080:7080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped

Container logs

[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:    1000
───────────────────────────────────────
Linuxserver.io version: 5.0.0-r1-ls356
Build-date: 2024-10-06T06:52:43+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...
******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:7080
Connection to localhost (::1) 7080 port [tcp/*] succeeded!
[ls.io-init] done.
Catching signal: SIGTERM
github-actions[bot] commented 3 days ago

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

gVes commented 3 days ago

Ok, I just downgraded to 5.0.0-r1-ls355 and UI is loading. Here are screenshots:

5.0.0-r1-ls356:

Screenshot 2024-10-07 at 09 20 33

5.0.0-r1-ls355:

Screenshot 2024-10-07 at 09 42 51
j0nnymoe commented 3 days ago

Have you tried clearing browser history/cache/using a private browser tab?

gVes commented 3 days ago

I have, yes. Tried in private browser.

gVes commented 1 day ago

Just to give an update, it just happened again on 5.0.0-r1-ls355 too. Not sure what it could be. Nothing odd in the logs.