Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Hello i just updated qbittorrent to the latest version (4.6.5) and my qbittorrent is unreachable atm.
In the browser i get EMPTY_RESPONSE, and in the logs i see something like webui is restarting every time i open the site in a browser.
As i can see it somehow restarts when i wanna open the webui in a broswser.
Kinda out of ideas
Expected Behavior
Works like a dream with 4.5.0
Steps To Reproduce
Start the docker compose above.
Environment
- OS:Ubuntu 22
- How docker service was installed: distro' packagemanager
CPU architecture
x86-64
Docker creation
version: "3.9"
services:
qbittorrent:
container_name: qBittorrent
image: lscr.io/linuxserver/qbittorrent
healthcheck:
test: curl -f http://localhost:8082/ || exit 1
restart: on-failure:5
ports:
- 8082:8082
volumes:
- /volume1/docker/qbittorrent3:/config:rw
environment:
WEBUI_PORT: 8082
PUID: 1000
PGID: 1000
TZ: Europe/Budapest
Container logs
2024-06-24T08:51:19.307914966Z [migrations] started
2024-06-24T08:51:19.307957935Z [migrations] no migrations found
2024-06-24T08:51:19.389775260Z ───────────────────────────────────────
2024-06-24T08:51:19.389834273Z
2024-06-24T08:51:19.389861655Z ██╗ ███████╗██╗ ██████╗
2024-06-24T08:51:19.389884942Z ██║ ██╔════╝██║██╔═══██╗
2024-06-24T08:51:19.389908218Z ██║ ███████╗██║██║ ██║
2024-06-24T08:51:19.389938696Z ██║ ╚════██║██║██║ ██║
2024-06-24T08:51:19.389957245Z ███████╗███████║██║╚██████╔╝
2024-06-24T08:51:19.389987670Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-06-24T08:51:19.390017152Z
2024-06-24T08:51:19.390043871Z Brought to you by linuxserver.io
2024-06-24T08:51:19.390060135Z ───────────────────────────────────────
2024-06-24T08:51:19.391802159Z
2024-06-24T08:51:19.391850795Z To support LSIO projects visit:
2024-06-24T08:51:19.391869846Z https://www.linuxserver.io/donate/
2024-06-24T08:51:19.391885706Z
2024-06-24T08:51:19.391902259Z ───────────────────────────────────────
2024-06-24T08:51:19.391920285Z GID/UID
2024-06-24T08:51:19.391935543Z ───────────────────────────────────────
2024-06-24T08:51:19.417611458Z
2024-06-24T08:51:19.417657429Z User UID: 1000
2024-06-24T08:51:19.417676387Z User GID: 1000
2024-06-24T08:51:19.417692276Z ───────────────────────────────────────
2024-06-24T08:51:19.428032074Z Linuxserver.io version: 4.6.5-r0-ls336
2024-06-24T08:51:19.429389307Z Build-date: 2024-06-23T06:52:30+00:00
2024-06-24T08:51:19.429427816Z ───────────────────────────────────────
2024-06-24T08:51:19.429484433Z
2024-06-24T08:51:19.593975005Z [custom-init] No custom files found, skipping...
2024-06-24T08:51:19.635620366Z WebUI will be started shortly after internal preparations. Please wait...
2024-06-24T08:51:19.770766263Z
2024-06-24T08:51:19.770781054Z ******** Information ********
2024-06-24T08:51:19.770784911Z To control qBittorrent, access the WebUI at: http://localhost:8082
2024-06-24T08:51:19.770788320Z
2024-06-24T08:51:19.770791456Z The WebUI administrator username is: admin
2024-06-24T08:51:19.770794700Z The WebUI administrator password was not set. A temporary password is provided for this session: bt35Q9u9p
2024-06-24T08:51:19.770797899Z You should set your own password in program preferences.
2024-06-24T08:51:20.626729590Z Connection to localhost (::1) 8082 port [tcp/*] succeeded!
2024-06-24T08:51:20.647059096Z [ls.io-init] done.
2024-06-24T08:51:49.461220215Z WebUI will be started shortly after internal preparations. Please wait...
2024-06-24T08:51:49.595907024Z
2024-06-24T08:51:49.595924571Z ******** Information ********
2024-06-24T08:51:49.595928534Z To control qBittorrent, access the WebUI at: http://localhost:8082
2024-06-24T08:51:49.595931905Z
2024-06-24T08:51:49.595935404Z The WebUI administrator username is: admin
2024-06-24T08:51:49.595938571Z The WebUI administrator password was not set. A temporary password is provided for this session: NmYZcrXBV
2024-06-24T08:51:49.595941856Z You should set your own password in program preferences.
2024-06-24T08:51:50.457878252Z Connection to localhost (::1) 8082 port [tcp/*] succeeded!
2024-06-24T08:52:07.727067744Z WebUI will be started shortly after internal preparations. Please wait...
2024-06-24T08:52:07.858618844Z
2024-06-24T08:52:07.858633501Z ******** Information ********
2024-06-24T08:52:07.858637504Z To control qBittorrent, access the WebUI at: http://localhost:8082
2024-06-24T08:52:07.858640854Z
2024-06-24T08:52:07.858643967Z The WebUI administrator username is: admin
2024-06-24T08:52:07.858647135Z The WebUI administrator password was not set. A temporary password is provided for this session: 48YHmpgX7
2024-06-24T08:52:07.858660211Z You should set your own password in program preferences.
2024-06-24T08:52:08.718067194Z Connection to localhost (::1) 8082 port [tcp/*] succeeded!
2024-06-24T08:52:09.776844756Z WebUI will be started shortly after internal preparations. Please wait...
2024-06-24T08:52:09.915276806Z
2024-06-24T08:52:09.915293717Z ******** Information ********
2024-06-24T08:52:09.915297964Z To control qBittorrent, access the WebUI at: http://localhost:8082
2024-06-24T08:52:09.915301266Z
2024-06-24T08:52:09.915304412Z The WebUI administrator username is: admin
2024-06-24T08:52:09.915307862Z The WebUI administrator password was not set. A temporary password is provided for this session: 3xEXeEPT6
2024-06-24T08:52:09.915311126Z You should set your own password in program preferences.
2024-06-24T08:52:10.767152929Z Connection to localhost (::1) 8082 port [tcp/*] succeeded!
2024-06-24T08:52:13.972530115Z WebUI will be started shortly after internal preparations. Please wait...
2024-06-24T08:52:14.110005740Z
2024-06-24T08:52:14.110023950Z ******** Information ********
2024-06-24T08:52:14.110028180Z To control qBittorrent, access the WebUI at: http://localhost:8082
2024-06-24T08:52:14.110031849Z
2024-06-24T08:52:14.110035071Z The WebUI administrator username is: admin
2024-06-24T08:52:14.110038213Z The WebUI administrator password was not set. A temporary password is provided for this session: h5gS3p8mY
2024-06-24T08:52:14.110041447Z You should set your own password in program preferences.
2024-06-24T08:52:14.963181439Z Connection to localhost (::1) 8082 port [tcp/*] succeeded!
2024-06-24T08:52:19.819903968Z WebUI will be started shortly after internal preparations. Please wait...
2024-06-24T08:52:19.963586235Z
2024-06-24T08:52:19.963602388Z ******** Information ********
2024-06-24T08:52:19.963606292Z To control qBittorrent, access the WebUI at: http://localhost:8082
2024-06-24T08:52:19.963609590Z
2024-06-24T08:52:19.963612687Z The WebUI administrator username is: admin
2024-06-24T08:52:19.963615849Z The WebUI administrator password was not set. A temporary password is provided for this session: ZhEsWb2Py
2024-06-24T08:52:19.963619038Z You should set your own password in program preferences.
2024-06-24T08:52:20.816255480Z Connection to localhost (::1) 8082 port [tcp/*] succeeded!
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done