Page 1 of 1
NZB+ won't start on Asustor NAS
Posted: August 18th, 2020, 9:26 am
by smithware
I've been running SABnzbdplus for 2 years on an Asustor NAS with no issues - now, I can't get the app to start. It say's it has started through the NAS management GUI but I can't access the page... I can't seem to find anything on the NAS (via SSH) that will tell me what is going on. Any thoughts would be appreciated...
SmithWare
Re: NZB+ won't start on Asustor NAS
Posted: August 18th, 2020, 10:21 am
by smithware
This appears to be an issue with Python 2.7 v 3 on asustor... unfortunately couchpotato also relies on python 2.7, so I will turn off 2.7 and reinstall SAB+ with 3.0 enabled....
Re: NZB+ won't start on Asustor NAS
Posted: August 18th, 2020, 10:27 am
by smithware
It simply turns 2.7 back on - is there a configuration setting I can use to point to python 3 ?
Re: NZB+ won't start on Asustor NAS
Posted: August 18th, 2020, 11:21 am
by sander
SABnzbd version 3.x.y already tells it needs python3: see first line
https://github.com/sabnzbd/sabnzbd/blob ... nzbd.py#L1
Just like SAB 2.x told it needed python which is python2:
https://github.com/sabnzbd/sabnzbd/blob ... SABnzbd.py