For some reason i tried to start vom scratch with the addon. I stopped it, deleted the qbittorrent folder in the config directory of ha and deinstalled the addon. The installed it again, and when i start it it now it shows the following log:
[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-.sh: executing...
/var/run/s6/etc/cont-init.d/00-.sh: line 26: syntax error near unexpected token `&&'
/var/run/s6/etc/cont-init.d/00-.sh: line 26: ` && curl -L -f -s -o /usr/bin/tempio \'
[cont-init.d] 00-.sh: exited 2.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
Hi, iāve pushed a new version that will solve that, thanks for reporting! Just refresh your repo in the supervisor tab and youāll see the new version.
The good news is that this added script (that caused the issue) allows everyone to install the addon - in the past some people on HA supervised had a failure on build and this will prevent it.
Thanks for the fast help, it starts again. The reason why i tried to reinstall and start from beginning was that all my new torrents are stalled, when i look into the download folder there ist nothing, no new created directory neither new files.
At first i thought it must be the permissions, but when i log into the docker container (docker exec -it e6ca94a1ffff /bin/bash) and try to make a folder everything is fine, the container can write to the smb mount. But the torrent is stalled in qbittorrent.
I have one smbmount //myhome.ip/leechdir and this one is mounted in /mnt/leechdir in the docker container. In the settings of qbittorrent the path to save is /mnt/leechdir. Am i missing something?
Thatās probably normal not to have the files in the downloads dir if the incomplete dir is enabled?isnāt it next to the downloads dir on the smb share?
Indeed it seems fineā¦ When you write myhome.ip, I suppose you normally put your real ip? As smb mount does not support names.
And so when you go in the addon itself, the smb share is mounted to the write path?
Last solution would be for you to delete the /config/qBittorrent/qBittorrent.conf file and restart the addon to recreate it. Actually removing the addon does nothing, the config is stored in /cinfig/qBittorrent.
EDIT : just read that you had done that so not sure what could cause thatā¦ You could try the transmission addon to check if the issue is with the addon or not
As always thanks for you help and time.
Seems that the problem is caused by the tracker, tried it with another download with a different tracker and there all is working fine. So the problem was not the paths neither with your addon
I have installed and tested it and it works great!!! Thanks!
I have seen the file watched_folders.json in \config\qBittorrent\ but I donāt know how to use it. I guess it would store a path where you place the .torrent files and qbittorrent will load it automaticallyā¦ but I would appreciate a lot if you could give an example of the content of this json file
I havenāt found a way to configure it from the UI, but with the example I did it manually. BTW, I recommend to check the json file with JSON Online Validator and Formatter - JSON Lint in case that you had any problems.
These settings are the same as in my IPCams, except from the smtp server port, that I donāt know how to configure it here. Could that be the problem?
In the logs I got this error:
Email Notification Error: was rejected by server, msg: 530 Authentication required
The trick is that you need to generate an app password to let qBittorret send emails. You can do this in your gmail account settings->Security->Applications passwords (or something like that, I have the menus in spanish ). With this configuration I have it working (I have just discovered the original UI ):
MailNotification\[email protected]
MailNotification\enabled=true
MailNotification\password=<Your app password, NOT your gmail account password>
MailNotification\req_auth=true
MailNotification\req_ssl=true
MailNotification\[email protected]
MailNotification\smtp_server=smtp.gmail.com
MailNotification\[email protected]
Hi, I donāt use openvpn myself but I think your vpn provider should provide one somewhere on its site as it is a standard protocoleā¦ When I tested the addon I think I used a free one from Free OpenVPN - Free VPN access with no restrictions! ! I see for example that nordvpn provides directly those files.
Perhaps other people on the thread would have a more precise answer!
Hi Alex. Thank you for the addon! was using Qbittorent for ages, and Ive always wanted a HA integration! My issue ( yes , sadly there is one :sweat_smile: ) is that in the latest build, I get an error "/usr/lib/bashio/jq.sh: line 26: jq: command not found" , and the addon doesnt start
is this a known issue?
Hi Loren, thanks for reporting! Argh, they moved the upstream image to alpine from Ubuntu. Size will be smaller, it could be faster, but so one of my script doesnāt work. Iāll update, the new version will be up in at most one hour. Have fun!