Start Up Error Message

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
Realchucky
Newbie
Newbie
Posts: 6
Joined: October 16th, 2014, 7:50 am

Start Up Error Message

Post by Realchucky »

Hi,
until today i get an error message if i try to start SAbnzbd...

this is the log file. I didnt changed anything... firewall from GDATA have a rule to let them pass...

Code: Select all

Python WNDPROC handler failed
TypeError: restart() takes exactly 2 arguments (5 given)
Python WNDPROC handler failed
Traceback (most recent call last):
  File "sabnzbd\utils\systrayiconthread.pyo", line 165, in notify
  File "sabnzbd\utils\systrayiconthread.pyo", line 243, 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
Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10013, 'Permission denied')

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10013, 'Permission denied')

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10013, 'Permission denied')

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10013, 'Permission denied')

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10013, 'Permission denied')

Exception in thread HTTPServer Thread-11:
Traceback (most recent call last):
  File "threading.pyo", line 488, in __bootstrap_inner
  File "threading.pyo", line 448, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1644, in start
error: (10013, 'Permission denied')
what is it and how i can fix it?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Start Up Error Message

Post by shypike »

Sounds like your firewall is blocking permissions for SABnzbd.
Try starting it like this:
Open a cmd.exe windows and type (including quotes):
"c:\Program Files (x86)\SABnzbd\SABnzbd-console.exe" --server 127.0.0.1:8080
Post Reply