Actually I think I found another thing. It seems that the addon ignores the download folder setting from the config and uses the one defined in the vuetorrten gui. Or is it only me?
EDIT. just saw there is a new version. will test that before i say more…
Yes, this time the bug was in qbittorrent itself that got updated to 4.4.0 and has this issue… I reverted to 4.3.9 to avoid this until the app itself solves the issue. The new version will work
I deeply apologize. I enabled autobuild as recommended by the HA guidelines, and it brought 2 big issues. I have decided to revert the changes. This means that everyone that has installed the new versions pushed since 2 days will have to restore a backup, or uninstall the app and reinstall it…
Tried that but no luck. I cant get the addon to work.
It starts , but if I add torrent nothing happens and there are no errors in the logs. Also, the ip is whitelisted but when i open the web interface in browser it says unauthorised.
Mmh that doesn’t look good… I’ll push a new version so you can update and I’m sure you have the latest code and not the issues of the past few days. If it still doesn’t work, please post a full addon log and it should help me troubleshoot thanks!
2022-01-23T15:35:55 - WebUI: Invalid Host header, port mismatch. Request source IP: ‘::ffff:127.0.0.1’. Server port: ‘8080’. Received Host header: ‘192.168.0.111:8123’
I tried changing the port from the plugin configuration from 8081 to 8080 and now i can access it from browser and its working ok but it doesn work from home assistant ( i can see the interface but the torrent list is empty and nothing works).
If you need additional info let me know which logs and from what location do you need. By the way , its a debian with supervisor installation .
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] 00-aaa_dockerfile_backup.sh: executing…
[cont-init.d] 00-aaa_dockerfile_backup.sh: exited 0.
[cont-init.d] 00-banner.sh: executing…
hello
Add-on: Qbittorrent
qBittorrent is a bittorrent client
Add-on version: 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166-6
You are running the latest version of this add-on.
System: Debian GNU/Linux 10 (buster) (amd64 / qemux86-64)
Home Assistant Core: 2021.12.10
Home Assistant Supervisor: 2021.12.2
Thanks indeed no error at all… The port 8080 is internal, and exposed as whatever is the value fixed to in the addon options, so setting the addon option port to 8080 vs 8081 shouldn’t affect it’s inner working…
Could you please try stopping the addon, rename the /config/qBittorrent folder to something else (as backup) and restart the addon? Normally this should be avoided by the following configs that should be set by default. Thanks!
The lines you posted were missing from the .conf . I saw you released a new version , updated it and now its ok. Thank you.
I didn’t see anyone complaining about a similar problem as me so I’m confused why did this happen.
Thank you again for fixing .
Hi, I don’t want to point but the most probable cause is that you saw those safety measures and enabled them in the webui or another probable cause is that the linuxserver team on which my addon is based modified the default settings anyway it’s good that you raised this issue as now it is embedded in the code so it helps make the code more robust for everyone.
Hi, is there a way to save torrent files to another device? I have my Homeassistant run on Intel NUC and want to save files to RaspberryPi with OpenMediaVault. The path to the file is 192.168.0.91/export/Filmy. I have share set up via SMB and NFS and can read/write to the disk without authentication on my local network.
When the qbittorrent starts I see this in logs:
[18:48:37] INFO: DNS SERVERS set to 192.168.0.91
[cont-init.d] 90-dns_set.sh: exited 0.
[cont-init.d] 91-qbittorrent_configuration.sh: executing…
[18:48:37] INFO: Downloads can be found in /mnt/Filmy/qbittorrent
[18:48:37] INFO: Whitelisted subsets will not require a password : localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16
[18:48:37] INFO: WEBUI username set to admin
[18:48:37] INFO: Alternate UI enabled : vuetorrent. If webui don’t work, disable this option
[18:48:38] INFO: Default username/password : admin/adminadmin
[18:48:38] INFO: Configuration can be found in /config/qBittorrent
[cont-init.d] 91-qbittorrent_configuration.sh: exited 0.
[cont-init.d] 92-local_mounts.sh: executing…
[cont-init.d] 92-local_mounts.sh: exited 0.
[cont-init.d] 92-smb_mounts.sh: executing…
Mounting smb share(s)…
[18:48:39] INFO: … //192.168.0.91/Filmy/qbittorrent successfully mounted to /mnt/qbittorrent with options
[cont-init.d] 92-smb_mounts.sh: exited 0.
[cont-init.d] 93-openvpn.sh: executing…
[18:48:39] INFO: Direct connection without VPN enabled
But when I try to start a torrent file nothing happens, and in filebrowser I don’t see my folder in mnt/qbittorrent