Page 1 of 1

Can not load interface

Posted: August 12th, 2013, 2:17 pm
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.

Re: Can not load interface

Posted: August 12th, 2013, 3:17 pm
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.