Can not load interface

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
NemsMole
Newbie
Newbie
Posts: 1
Joined: August 12th, 2013, 2:11 pm

Can not load interface

Post by NemsMole »

Version: .7.14
OS: Win7
Install-type: Windows Installer + Zip
Firewall Software: Zone Alarm
Are you using IPV6? No
Is the issue reproducible? Yes

Whenever I try and use SAbnzbd, it loads up fine, but then when I try and access the interface for the tool, I get this webpage popping up and then the program crashes. It leaves an errorlog too, which I've pasted.

Code: Select all

SABnzbd.exe 0.7.14

 


SABnzbd needs a free tcp/ip port for its internal web server.
Port 8080 on localhost was tried , but it is not available.
Some other software uses the port or SABnzbd is already running.

Please restart SABnzbd with a different port number.

Press Startkey+R and type the line (example):
    "C:\Program Files\SABnzbd\SABnzbd.exe" --server localhost:8081

If you get this error message again, please try a different number.

Program did not start!
Error Log

Code: Select all

Python WNDPROC handler failed
Traceback (most recent call last):
  File "sabnzbd\utils\systrayiconthread.pyo", line 231, in command
  File "sabnzbd\utils\systrayiconthread.pyo", line 238, in execute_menu_option
  File "sabnzbd\sabtray.pyo", line 104, in browse
  File "sabnzbd\panic.pyo", line 239, in launch_a_browser
TypeError: argument of type 'NoneType' is not iterable
I've tried port forwarding, I've tried restarting, I've tried Admin mode, moving the folder and reinstalling several times. I've tried running on different ports, etc etc etc. Nothing seems to fix it or help at all. One time seemingly at random, it booted to the interface for a second, then crashed again.

Edit: Loading via the Console version seems to work for Reasons, but that's not really an optimal solution.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Can not load interface

Post by sander »

Start it from the console / commandline with "
--server localhost:8081", change the port to something else than 8080 (for example 8090), save and exit. Start from the console / commandline without the parameter. If that works, start as usual.
Post Reply