Page 1 of 1

Macbook Air Big Sur 11.6 cannot get SABnzbd to run

Posted: September 29th, 2021, 11:24 pm
by hamishpotter
I have installed Rosetta 2 but when I attempt to update it generates an error and suggests I try again later.

I tried posting what Terminal generates when I type /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console, but I'm too new a user to post links.

Can anyone assist?

Thank you

Re: Macbook Air Big Sur 11.6 cannot get SABnzbd to run

Posted: September 30th, 2021, 12:17 am
by sander
Which version of sabnzbd? You must use 3.4.1

Re: Macbook Air Big Sur 11.6 cannot get SABnzbd to run

Posted: September 30th, 2021, 9:18 am
by hamishpotter
Thanks for responding, yes I'm using 3.4.1

Re: Macbook Air Big Sur 11.6 cannot get SABnzbd to run

Posted: September 30th, 2021, 10:45 am
by sander
Good.

Execute /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console, and post the output on pastebin, and the unique pastebin url code here

Re: Macbook Air Big Sur 11.6 cannot get SABnzbd to run

Posted: October 1st, 2021, 3:50 pm
by hamishpotter
Thank you sander

Pastbin URL: pb dot com /embed_js/yEzDCbUN

Re: Macbook Air Big Sur 11.6 cannot get SABnzbd to run

Posted: October 2nd, 2021, 12:57 am
by sander

Code: Select all

OSError: No socket could be created -- (('172.91.141.56', 8080): [Errno 49] Can't assign requested address)
That's the cause: you assigned an IP address that SAB cannot bind to.

So:

Code: Select all

/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console --server 0.0.0.0:8080

Re: Macbook Air Big Sur 11.6 cannot get SABnzbd to run

Posted: October 2nd, 2021, 3:53 pm
by hamishpotter
IT WORKED!!

Thank you so much sander, much appreciated.

Hamish