sabnzbd on synology fails on start

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
tinzarian
Newbie
Newbie
Posts: 2
Joined: July 4th, 2015, 9:04 am

sabnzbd on synology fails on start

Post by tinzarian »

All of a sudden sabnzbd will not start anymore on my synology.
The errorlog shows:

Code: Select all

Exception in thread HTTPServer Thread-10:
Traceback (most recent call last):
  File "/usr/local/python/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/local/python/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/process/servers.py", line 75, in _start_http_thread
    self.httpserver.start()
  File "/volume1/@appstore/sabnzbd/share/SABnzbd/cherrypy/wsgiserver/__init__.py", line 1644, in start
    raise socket.error, msg
error: [Errno 99] Cannot assign requested address
I don't know exactly what changed that caused this and have no idea where to start looking, so any help will be appreciated.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: sabnzbd on synology fails on start

Post by shypike »

Most of the time this happens when you have entered the local IP address as host
and your router assigned the system a different IP address.
tinzarian
Newbie
Newbie
Posts: 2
Joined: July 4th, 2015, 9:04 am

Re: sabnzbd on synology fails on start

Post by tinzarian »

That was indeed the problem, after fixing the ip assignment the problem is solved.
Thanks!
Post Reply