You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ive had this come up today, nothings changed my end other than linuxserver.io/qbittorrent was updated. If i revert to the previous version of then it works again.
> After some troubleshooting, I think this is because the LinuxServer scripts think the mod has already been applied. If you check the Docker logs with `docker compose logs qbittorrent`, which of these do you see?
qbittorrent | [mod-init] Running Docker Modification Logic
qbittorrent | [mod-init] Adding gabe565/linuxserver-mod-vuetorrent to container
qbittorrent | [mod-init] gabe565/linuxserver-mod-vuetorrent at
sha256:e13dd95584b75b06ae8e3cf91ca7634056127423d4b2ddb09ac9aeefda02fea0 has been previously applied skipping
If your logs look like number 2 and you don't see the /vuetorrent dir inside the container, then I have two ideas that could solve this (see below). I'm not yet sure why the mod wasn't installed during the new version startup.
To fix, you can either remove the state file and restart:
docker compose exec qbittorrent bash
rm /gabe565.linuxserver-mod-vuetorrent.latest
exit
docker compose restart qbittorrent
Or you can recreate the container:
docker compose rm --stop qbittorrent
docker compose up -d
Done that, ans now I se this in the container log:
Hi,
Ive had this come up today, nothings changed my end other than linuxserver.io/qbittorrent was updated. If i revert to the previous version of then it works again.
Done that, ans now I se this in the container log:
Originally posted by @glanc in #53 (comment)
The text was updated successfully, but these errors were encountered: