Page 1 of 1

3.6.0 not working on FreeBSD / TrueNAS

Posted: June 19th, 2022, 5:43 pm
by ScaryGary
I'm running SABnzbd 3.5.3 in a jail on TrueNAS Core 12. I just tried to manually upgrade to 3.6.0 like i successfully did from the previous version to 3.5.3.
After replacing all the files this is what shows up in the log when I try to start the daemon:

2022-06-20 00:31:32,866::INFO::[__init__:341] All processes started
2022-06-20 00:31:32,867::INFO::[notifier:123] Sending notification: Warning - Cannot find web template: /usr/local/bin/interfaces/Glitter/templates/>
2022-06-20 00:31:32,867::WARNING::[misc:81] Cannot find web template: /usr/local/bin/interfaces/Glitter/templates/main.tmpl, trying standard template
2022-06-20 00:31:32,867::INFO::[notifier:123] Sending notification: Error - Cannot find standard template: /usr/local/bin/interfaces/Glitter (type=e>
2022-06-20 00:31:32,867::ERROR::[SABnzbd:332] Cannot find standard template: /usr/local/bin/interfaces/Glitter

3.5.3 looks for the templates in the correct folders. This is the log when I start 3.5.3:

2022-06-20 00:05:04,698::INFO::[__init__:321] All processes started
2022-06-20 00:05:04,698::INFO::[SABnzbd:336] Template location for Glitter is /usr/local/share/sabnzbdplus/interfaces/Glitter
2022-06-20 00:05:04,698::INFO::[SABnzbd:336] Template location for Config is /usr/local/share/sabnzbdplus/interfaces/Config

What changed and how do I fix it?

Re: 3.6.0 not working on FreeBSD / TrueNAS

Posted: June 20th, 2022, 12:40 am
by sander
worth a try: specify the template directory with

sabnzbdplud -t <blalba>
or
./SABnzbd.py -t <blabla>

-t --templates <templ> Template directory

Re: 3.6.0 not working on FreeBSD / TrueNAS

Posted: June 20th, 2022, 1:36 am
by ScaryGary
First thing I tried. Didn't work. I ended up creating a symlink to interfaces in /usr/local/bin but that's more of a workaround than a solution.