That is really sad to hear. I see a lot of HA users are looking forward to get it work back… hope that someone will take a look on that error code which is returned while trying to install it.
[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-banner.sh: executing...
-----------------------------------------------------------
Hass.io Add-on: Transmission
The torrent client for Hass.io with OpenVPN support
-----------------------------------------------------------
Add-on version: dev
You are running the latest version of this add-on.
System: Ubuntu 19.04 (amd64 / intel-nuc)
Home Assistant version: 0.97.2
Supervisor version: 181
-----------------------------------------------------------
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 10-requirements.sh: executing...
/var/run/s6/etc/cont-init.d/10-requirements.sh: line 27: bashio::config.get: command not found
/var/run/s6/etc/cont-init.d/10-requirements.sh: line 27: bashio::file_exists: command not found
/var/run/s6/etc/cont-init.d/10-requirements.sh: line 28: bashio::config.get: command not found
/var/run/s6/etc/cont-init.d/10-requirements.sh: line 28: bashio::die: command not found
[cont-init.d] 10-requirements.sh: exited 127.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
-----------------------------------------------------------
Oops! Something went wrong.
We are so sorry, but something went terribly wrong when
starting or running this add-on.
Be sure to check the log above, line by line, for hints.
-----------------------------------------------------------
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
INFO: Starting NGinx…
nginx: [emerg] invalid port in “:” of the “listen” directive in /etc/nginx/servers/ingress.conf:2
[2019-12-27 20:24:25.087] Port Forwarding State changed from “Not forwarded” to “Starting” (port-forwarding.c:92)
[2019-12-27 20:24:25.087] Port Forwarding State changed from “Starting” to “???” (port-forwarding.c:92)
INFO: Starting NGinx…
nginx: [emerg] invalid port in “:” of the “listen” directive in /etc/nginx/servers/ingress.conf:2
(+) Added exposure of the settings.json in /config/transmission, possibility to choose download and incomplete folders and possibility to mount local drive or smb as option. It also works faster and smoother on my rpi3b (higher max download speed & smoother UI) but this could be due to a personal bias or a specific config.
It’s my first true addon (not a direct fork) so I’m open to feedbacks
I couldn’t make the transmission NAS addon work. I ran in some issues with the settings file having corrupted data. I don’t have the logs anymore, sorry.
While looking at your repo to understand where the issue could come from, I saw your qBittorrent addon. I tried it and it works great. I use it in combination with the Plex NAS and Samba NAS addons from https://github.com/dianlight/hassio-addons. The qBittorrent completes them perfectly and even allows for SSL access to the WebUI. Perfect !
I advise anyone looking for a torrent client addon working with NAS to give it a try.
Thanks very much for the kind words! I actually have the same setup, except that I use emby (from my repo) instead of Plex. Samba NAS is great!
BTW I think I have identified the issue. The addon didn’t update folders permissions when installing although it allows custom PID/GID. It should be corrected but indeed I also only use qbittorrent now I find it faster and more responsive on a rpi 3b+!
I also got OpenVPN to work, thanks Alexwijn! I too am a user of Samba NAS so I tried alexbelgium’s new addon and managed to mount network drives without issues.
FYI, I also forked this add-on. It’s currently working with openvpn. This is also now a proper add-on, because it points to a pre-built container, rather than on relying on the container to be built on the host. This means you will get update notifications which did not happen before.
FYI, the ovpn file must be in /config/openvpn and the filename in the box should not have the .ovpn file extension.
I also updated the upstream base container to the latest.