Sabnzbd GUI wont load

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
encrypter22
Newbie
Newbie
Posts: 7
Joined: November 30th, 2017, 9:31 am

Sabnzbd GUI wont load

Post 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 :P someone help me get over that part as well :)
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd GUI wont load

Post 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?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
encrypter22
Newbie
Newbie
Posts: 7
Joined: November 30th, 2017, 9:31 am

Re: Sabnzbd GUI wont load

Post 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
encrypter22
Newbie
Newbie
Posts: 7
Joined: November 30th, 2017, 9:31 am

Re: Sabnzbd GUI wont load

Post by encrypter22 »

Anyone else? I need me downloads :P
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd GUI wont load

Post 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.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
encrypter22
Newbie
Newbie
Posts: 7
Joined: November 30th, 2017, 9:31 am

Re: Sabnzbd GUI wont load

Post 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
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd GUI wont load

Post 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
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
encrypter22
Newbie
Newbie
Posts: 7
Joined: November 30th, 2017, 9:31 am

Re: Sabnzbd GUI wont load

Post 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
encrypter22
Newbie
Newbie
Posts: 7
Joined: November 30th, 2017, 9:31 am

Re: Sabnzbd GUI wont load

Post by encrypter22 »

just an FYI my current command to run is python -OO SABnzbd.py -f .sabnzbd/sabnzbd1.ini
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd GUI wont load

Post 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?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
encrypter22
Newbie
Newbie
Posts: 7
Joined: November 30th, 2017, 9:31 am

Re: Sabnzbd GUI wont load

Post 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
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Sabnzbd GUI wont load

Post 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.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply