SABnzbd on Mac
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
SABnzbd on Mac
I have two macs side by side
A. iMac- MacOS 10.15.4
B.Mac-mini- MacOS 10.13.6
SAB Opens on Mac A and really don't need it to.
I want it to open on Mac B and it won't.
Any help would be great
A. iMac- MacOS 10.15.4
B.Mac-mini- MacOS 10.13.6
SAB Opens on Mac A and really don't need it to.
I want it to open on Mac B and it won't.
Any help would be great
Re: SABnzbd on Mac
By open, you mean it doesn't start?
Try running this in the terminal on mac B:
And share the output with us.
Try running this in the terminal on mac B:
Code: Select all
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABnzbd on Mac
Correct, it doesn't start. I am not a terminal guy.
I am however, open to using it.
What is the exact command in terminal, please?
I am however, open to using it.
What is the exact command in terminal, please?
Re: SABnzbd on Mac
The code shown above, just copy paste exactly that into the terminal and hit enter.
What does it print?
What does it print?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: SABnzbd on Mac
I copied:
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console
responded: No file or directory
I HAVE SAB in a folder in applications.
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console
responded: No file or directory
I HAVE SAB in a folder in applications.
Re: SABnzbd on Mac
Crap! Still no file or directory!
Re: SABnzbd on Mac
You could simplify matters by eliminating your folder and having SABnzbd.app directly in the Applications folder.
It seems like a path problem: you're not accurately specifying in your path exactly where SABnzbd,app is. You're misspelling your folder name or something else in the path. Or perhaps the folder name may have illegal characters (another good reason to eliminate it)?
It seems like a path problem: you're not accurately specifying in your path exactly where SABnzbd,app is. You're misspelling your folder name or something else in the path. Or perhaps the folder name may have illegal characters (another good reason to eliminate it)?
Re: SABnzbd on Mac
Last login: Tue Jun 30 17:21:07 on consolesafihre wrote: ↑May 20th, 2020, 6:19 am By open, you mean it doesn't start?
Try running this in the terminal on mac B:And share the output with us.Code: Select all
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console
Rays-Mac-mini:~ ray$ ons/SABnzbd.app/Contents/MacOS/SABnzbd --console
-bash: ons/SABnzbd.app/Contents/MacOS/SABnzbd: No such file or directory
Rays-Mac-mini:~ ray$ /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console
INFO:root:--------------------------------
INFO:root:SABnzbd.py-2.3.9 (rev=03c10dce91e13918bc2e6f8ca9c309196b90be11)
INFO:root:Full executable path = /Applications/SABnzbd.app/Contents/MacOS/SABnzbd
INFO:root:Platform = posix
INFO:root:Python-version = 2.7.16 (v2.7.16:413a49145e, Mar 2 2019, 14:32:10)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]
INFO:root:Arguments = /Applications/SABnzbd.app/Contents/Resources/SABnzbd.py --console
INFO:root:Preferred encoding = UTF-8
INFO:root:SSL version = OpenSSL 1.0.2q 20 Nov 2018
INFO:root:Loaded additional certificates from /Applications/SABnzbd.app/Contents/Resources/cacert.pem
INFO:root:Read INI file /Users/ray/Library/Application Support/SABnzbd/sabnzbd.ini
INFO:root:download_dir directory: /Volumes/Drobo Media/SABnzbd/Incomplete does not exist, try to create it
ERROR:root:Cannot create directory /Volumes/Drobo Media/SABnzbd/Incomplete
INFO:root:download_dir directory: /Volumes/Drobo Media/SABnzbd/Incomplete does not exist, try to create it
ERROR:root:Cannot create directory /Volumes/Drobo Media/SABnzbd/Incomplete
INFO:root:(['misc'], 'dirscan_dir') directory: /Volumes/Drobo Media/SABnzbd/Watched does not exist, try to create it
ERROR:root:Cannot create directory /Volumes/Drobo Media/SABnzbd/Watched
INFO:root:download_dir directory: /Volumes/Drobo Media/SABnzbd/Incomplete does not exist, try to create it
ERROR:root:Cannot create directory /Volumes/Drobo Media/SABnzbd/Incomplete
INFO:root:Loading postproc queue
INFO:root:[N/A] /Users/ray/Library/Application Support/SABnzbd/admin/Rating.sab missing
INFO:root:Setting schedule for midnight BPS reset
INFO:root:All processes started
INFO:root:Web dir is /Applications/SABnzbd.app/Contents/Resources/interfaces/Glitter
INFO:root:Web dir is /Applications/SABnzbd.app/Contents/Resources/interfaces/Config
INFO:root:Writing settings to INI file /Users/ray/Library/Application Support/SABnzbd/sabnzbd.ini
INFO:root:SABYenc module (v3.3.5)... found!
INFO:root:Cryptography module (v2.6.1)... found!
INFO:root:par2 binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/par2/par2-sl64)
INFO:root:UNRAR binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/unrar/unrar)
INFO:root:unzip binary... found (/usr/bin/unzip)
INFO:root:7za binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/7zip/7za)
INFO:root:nice binary... found (/usr/bin/nice)
INFO:root:ionice binary... NOT found!
INFO:root:Starting web-interface on 127.0.0.1:443
INFO:cherrypy.error:[09/Jul/2020:06:51:25] ENGINE Bus STARTING
ERROR:cherrypy.error:[09/Jul/2020:06:51:25] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "cherrypy/process/servers.pyc", line 207, in _start_http_thread
File "cherrypy/wsgiserver/__init__.pyc", line 2012, in start
error: No socket could be created -- (('127.0.0.1', 443): [Errno 13] Permission denied)
INFO:cherrypy.error:[09/Jul/2020:06:51:25] ENGINE Bus STOPPING
INFO:cherrypy.error:[09/Jul/2020:06:51:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 443)) already shut down
INFO:cherrypy.error:[09/Jul/2020:06:51:25] ENGINE Bus STOPPED
INFO:cherrypy.error:[09/Jul/2020:06:51:25] ENGINE Bus EXITING
INFO:cherrypy.error:[09/Jul/2020:06:51:25] ENGINE Bus EXITED
Rays-Mac-mini:~ ray$
Re: SABnzbd on Mac
You have put sabnzbd on port 443, for which you as normal user have no rights.
Solution: use the same command and on the same line add
-s 0.0.0.0:8080 -b1
Solution: use the same command and on the same line add
-s 0.0.0.0:8080 -b1
Re: SABnzbd on Mac
When I tried to close the terminal, I lost connection to SAB Should i change the port to 8080?
Re: SABnzbd on Mac
Now your setup is correct again, and you can start Sabnzbd the usual way. So ... click on an icon? (I don't use Mac myself)
Re: SABnzbd on Mac
It seems to have opened. Thank you sir. So now my question is when I downloaded a movie, it did not rename the movie. It is a bunch of numbers/letters!
Re: SABnzbd on Mac
OK, but can you play that movie, for example with VLC?
(If you really want to automatically rename it, read https://sabnzbd.org/wiki/faq#deobfuscate ... but that is not beginner's level)
Re: SABnzbd on Mac
Yes, it does open with VLC. Thanks brother.