Page 1 of 1
Sabnzbd GUI wont load
Posted: November 30th, 2017, 9:34 am
by encrypter22
Hey guys, literally wont log. heres my log. anything I should look out for? been working on this for about 2 weeks
I cannot actually post my log because im a new user

someone help me get over that part as well

Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 9:55 am
by safihre
We need more information.
What system are you on? How did you install sabnzbd?
Are you sure it is running?
Have you read the FAQ about how to reset the host and port?
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 10:08 am
by encrypter22
I change to a local IP address and it complained about it, nothing is on 8080, error goes when I put it back to 127.0.0.1
Running from the master branch, did a git clone and run that.
Not sure if its running, it gets to the bonjour message, id love to post it here but it wont let me.
Thanks for your reply
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 11:51 am
by encrypter22
Anyone else? I need me downloads

Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 12:44 pm
by safihre
Didn't answer my question on what system you are running it? Is it a NAS or a remote device?
If it is a local system you should set it to 127.0.0.1. Unless you did something to your hosts file, this should work.
If it's a remote device you should set it to 0.0.0.0
You might need a restart of your system if for some reason the port is occupied.
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 1:01 pm
by encrypter22
Just centos 7. Nothing seems to work. got the right packages, there is just no clear way I cannot access it, I have done a local curl 127.0.0.1 to the port and it did nothing
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 2:03 pm
by safihre
And you are sure SABnzbd is running?
Did you do
netstat -l
To see where SABnzbd is listening?
If you run SABnzbd from the command-line the logging will show you where it is listening, start it like this:
python2 SABnzbd.py -l 2
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 2:17 pm
by encrypter22
Defo nothing when I do netstat -tupln
ok ill try the logging, thats an awesome start thank you.
is there any obvious thing that might not get it to run? I thought cause I didnt have unrar for example
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 2:50 pm
by encrypter22
just an FYI my current command to run is python -OO SABnzbd.py -f .sabnzbd/sabnzbd1.ini
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 3:59 pm
by safihre
If you include in that command the -l 2 it should show you "Listening on x.x.x.x:8088"
What does it say there?
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 4:17 pm
by encrypter22
it says it from the start
http://127.0.0.1:8080/sabnzb
This is also very unusual, even thought the right one is in the ini
SABnzbd was started with encoding ANSI_X3.4-1968, this should be UTF-8. Expect problems with Unicoded file and directory names in downloads
Re: Sabnzbd GUI wont load
Posted: November 30th, 2017, 4:58 pm
by safihre
So maybe you have some weird redirection setup in your hosts file?
I am not sure what is going wrong, clearly it is starting since it doesn't stop running right? So besides that.. The rest is problem with your OS, since it's a specialized OS we hope you have the specialization to find out what's up
All I can suggest now is:
- Shutdown SABnzbd
- In sabnzbd1.ini set host=0.0.0.0
- Restart SABnzbd
This way it will listen also to external connections, maybe that will help.