Scratch that - I just found it! I had to show hidden files and then found another thread which helped me navigate to it. I've opened the sabnzbd.ini file with TextEdit. Scrolling through it, I've found
https_port = 9090. Should I alter this to
http_port = 8081? There are a few other https_ options as well.
EDIT:
So, I opened sabnzbd.log and then tried to run SABnzbd again. These are the last several lines; there's an error in there.
Code: Select all
2017-07-17 23:31:25,335::INFO::[SABnzbd:464] nice binary... found (/usr/bin/nice)
2017-07-17 23:31:25,336::INFO::[SABnzbd:470] ionice binary... NOT found!
2017-07-17 23:31:25,336::INFO::[SABnzbd:1277] SSL version OpenSSL 0.9.8zh 14 Jan 2016
2017-07-17 23:31:25,336::INFO::[SABnzbd:1278] SSL supported protocols ['TLS v1', 'SSL v3', 'SSL v2']
2017-07-17 23:31:25,338::INFO::[SABnzbd:1389] Starting web-interface on 127.0.0.1:563
2017-07-17 23:31:25,339::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE Bus STARTING
2017-07-17 23:31:25,340::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE Started monitor thread '_TimeoutMonitor'.
2017-07-17 23:31:25,370::ERROR::[_cplogging:219] [17/Jul/2017:23:31: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 2011, in start
error: No socket could be created -- (('127.0.0.1', 563): [Errno 13] Permission denied)
2017-07-17 23:31:25,370::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE Bus STOPPING
2017-07-17 23:31:25,371::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 563)) already shut down
2017-07-17 23:31:25,371::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE Stopped thread '_TimeoutMonitor'.
2017-07-17 23:31:25,371::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE Bus STOPPED
2017-07-17 23:31:25,371::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE Bus EXITING
2017-07-17 23:31:25,371::INFO::[_cplogging:219] [17/Jul/2017:23:31:25] ENGINE Bus EXITED
EDIT #2:
Some headway! I searched for port: 563 and found it. Changed that to 8080. I now get a message telling me that my connection is not private. I removed the 's' from 'https' and I get a page that says
The client sent a plain HTTP request, but this server only speaks HTTPS on this port. I can proceed unsafely, but would preferably like to get to the bottom of this.