Questions about qBittorrent or Gluetun (VPN).
Tealeaf
Posts: 8 Joined: Sun Jun 15, 2025 10:15 am
Post
by Tealeaf » Wed Jun 25, 2025 10:17 am
Hello! Thanks Rogs for all your help last time. I finally had a working yams but decided to restart! Mistake.
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.
rogs
Site Admin
Posts: 370 Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Post
by rogs » Wed Jun 25, 2025 11:58 am
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.
Tealeaf
Posts: 8 Joined: Sun Jun 15, 2025 10:15 am
Post
by Tealeaf » Thu Jun 26, 2025 9:45 am
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!
rogs
Site Admin
Posts: 370 Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Post
by rogs » Thu Jun 26, 2025 12:01 pm
The logs don't show anything in particular... Are you saving the settings with the logs running and not getting any output?
Tealeaf
Posts: 8 Joined: Sun Jun 15, 2025 10:15 am
Post
by Tealeaf » Thu Jun 26, 2025 12:25 pm
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!
rogs
Site Admin
Posts: 370 Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Post
by rogs » Thu Jun 26, 2025 12:45 pm
Who's the owner of the entire config directory? Can you send me the output of ls -la /your/install/location/config
?
Tealeaf
Posts: 8 Joined: Sun Jun 15, 2025 10:15 am
Post
by Tealeaf » Thu Jun 26, 2025 1:12 pm
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
rogs
Site Admin
Posts: 370 Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Post
by rogs » Thu Jun 26, 2025 1:22 pm
Everything looks perfectly fine... I'm stumped
I don't know what else to try Maybe try updating the config manually using the qBittorrent.conf
file?
rogs
Site Admin
Posts: 370 Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Post
by rogs » Fri Jun 27, 2025 1:59 am
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!