Page 2 of 2

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 2:30 am
by pinn
OneCD wrote: ↑September 5th, 2020, 2:19 am Just to confirm: are you attempting UI access with a browser running on the same device running SABnzbd?
hi. no it's headless. I'm using another PC on same network

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 2:36 am
by OneCD
OK, then you need to put the IP address of the device hosting SABnzbd into your browser address bar.

If you use localhost or 127.0.0.1 in your browser, this is a request to your PC, not the server. ;)

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 2:48 am
by pinn
OneCD wrote: ↑September 5th, 2020, 2:36 am OK, then you need to put the IP address of the device hosting SABnzbd into your browser address bar.

If you use localhost or 127.0.0.1 in your browser, this is a request to your PC, not the server. ;)
Doh! APologies as it's a while since I've done a clean set up.

Progress - it says 'file not found' now.

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 2:59 am
by OneCD
Great! πŸ‘

What is the URL you’re now using in your browser?

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 3:00 am
by pinn
http://192.168.0.10/8080/sabnzbd

I'm also using noip so it's accessible from outside network but that's currently not working either

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 3:03 am
by OneCD
pinn wrote: ↑September 5th, 2020, 3:00 am http://192.168.0.10/8080/sabnzbd
Your address syntax is close, but not quite right.

The IP address and port number should be separated by a colon :

Try 192.168.0.10:8080

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 3:18 am
by pinn
192.168.0.10 refused to connect.

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 3:24 am
by pinn
strange - it just started working. I just opened kodi webinterface at 192.168.0.10 then tried sab again and works both on local and external network
Cheers for the help as this was really annoying me! :)

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 4:00 am
by OneCD
Good work. :D

Re: Error updating to v3 [OSMC / Debian]

Posted: September 5th, 2020, 9:00 am
by pinn
Spoke to soon, while it is running , it is running v1.1.1 . I used these instructions:

From the standard Debian contrib repository
First make sure you have the Debian repository contrib activated. Then

sudo apt-get install sabnzbdplus


I then used the git instructions on the same page and all installed. I can run sabv3 from directory fine but how can I set v3 to run at boot rather than v1?

Thanks