Page 1 of 1

Can't save qbittorrent settings

Posted: Wed Jun 25, 2025 10:17 am
by Tealeaf

Hello! Thanks Rogs for all your help last time. I finally had a working yams but decided to restart! Mistake. :shock:

I have followed the install instructions and am trying to update the settings on qbittorrent, but it won't let me save. I click the save button and nothing updates.

I have a feeling it may be a permissions error, however my /opt/yams folder is set with 777.

Any help would be much appreciated. :)


Re: Can't save qbittorrent settings

Posted: Wed Jun 25, 2025 11:58 am
by rogs

Hey @Tealeaf!

That's weird... Do all the other arrs save their settings correctly?

Can you send the logs for qBittorrent in a pastebin? Run docker logs qbittorrent --follow and try saving on qBittorrent

Cheers!

Roger.


Re: Can't save qbittorrent settings

Posted: Thu Jun 26, 2025 9:45 am
by Tealeaf

Hello! Yes other arrs save their settings correctly, just when I click the save button on qbit it does nothing.

Paste bin here.

https://pastebin.com/fr1Gay5j

Thanks for your help! :)


Re: Can't save qbittorrent settings

Posted: Thu Jun 26, 2025 12:01 pm
by rogs

The logs don't show anything in particular... Are you saving the settings with the logs running and not getting any output?


Re: Can't save qbittorrent settings

Posted: Thu Jun 26, 2025 12:25 pm
by Tealeaf

I'm clicking the save button but it does nothing. :(

I tried reinstalling the entire lxc as well. Not sure why it worked last time but not this time!


Re: Can't save qbittorrent settings

Posted: Thu Jun 26, 2025 12:45 pm
by rogs

Who's the owner of the entire config directory? Can you send me the output of ls -la /your/install/location/config?


Re: Can't save qbittorrent settings

Posted: Thu Jun 26, 2025 1:12 pm
by Tealeaf

I used goldfish to install btw. :)

Code: Select all

goldfish@yams:~$ ls -la /opt/yams/config
total 48
drwxrwxrwx 12 goldfish goldfish 4096 Jun 25 18:55 .
drwxrwxrwx  3 goldfish goldfish 4096 Jun 25 18:55 ..
drwxrwxrwx  8 goldfish goldfish 4096 Jun 25 18:55 bazarr
drwxrwxrwx  7 goldfish goldfish 4096 Jun 25 18:55 jellyfin
drwxrwxrwx  5 goldfish goldfish 4096 Jun 26 23:11 lidarr
drwxrwxrwx  8 goldfish goldfish 4096 Jun 25 18:55 portainer
drwxrwxrwx  6 goldfish goldfish 4096 Jun 26 22:48 prowlarr
drwxrwxrwx  4 goldfish goldfish 4096 Jun 25 18:55 qbittorrent
drwxrwxrwx  6 goldfish goldfish 4096 Jun 26 22:58 radarr
drwxrwxrwx  5 goldfish goldfish 4096 Jun 26 23:11 readarr
drwxrwxrwx  5 goldfish goldfish 4096 Jun 25 18:55 sabnzbd
drwxrwxrwx  5 goldfish goldfish 4096 Jun 26 22:57 sonarr

Re: Can't save qbittorrent settings

Posted: Thu Jun 26, 2025 1:22 pm
by rogs

Everything looks perfectly fine... I'm stumped :shock:

I don't know what else to try :| Maybe try updating the config manually using the qBittorrent.conf file?


Re: Can't save qbittorrent settings

Posted: Fri Jun 27, 2025 1:59 am
by rogs

It turns out there's a bug in qBittorrent! Here's the issue: https://github.com/qbittorrent/qBittorrent/issues/22909

Someone in the discord found it, here's a quote:

This issue was introduced in 4.6.4, so resolved for me by specifying the previous version in my docker-compose.yaml file under /opt/yams/docker-compose.yaml
image: lscr.io/linuxserver/qbittorrent:4.6.3

You can fix it yourself or wait for a fix I'll submit tomorrow, either way should work!


Re: Can't save qbittorrent settings

Posted: Fri Jun 27, 2025 8:20 am
by Tealeaf

Thanks @rogs!