Synology-Forum.nl

Packages => 3rd party Packages => SABnzbd (usenet) => Topic gestart door: Anonymous op 15 november 2008, 08:45:19

Titel: Sabnzbd dirscan directory werkt niet meer
Bericht door: Anonymous op 15 november 2008, 08:45:19
Guys,

Opeens pakt Sabnzbd geen nzb's meer op ui te dirscan directory en ik kan niet direct de oorzaak vinden (rechten op de dir staan ok volgens mij)


sabnzbd.error.log:
Exception in thread CPHTTPServer Thread-7:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpserver.py", line 114, in _start_http
    self.httpserver.start()
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpwsgiserver.py", line 319, in start
    self.tick()
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpwsgiserver.py", line 325, in tick
    s, addr = self.socket.accept()
  File "/opt/lib/python2.4/socket.py", line 161, in accept
    sock, addr = self._sock.accept()
error: (11, 'Resource temporarily unavailable')

Exception in thread CPHTTPServer Thread-7:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpserver.py", line 114, in _start_http
    self.httpserver.start()
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpwsgiserver.py", line 319, in start
    self.tick()
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpwsgiserver.py", line 325, in tick
    s, addr = self.socket.accept()
  File "/opt/lib/python2.4/socket.py", line 161, in accept
    sock, addr = self._sock.accept()
error: (11, 'Resource temporarily unavailable')

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/misc.py", line 170, in run
    sabnzbd.add_nzo(NzbObject(name, self.r, self.u, self.d, self.s, data))
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 387, in __init__
    self.__avg_date = datetime.datetime.fromtimestamp(avg_age / valids)
ZeroDivisionError: integer division or modulo by zero

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/misc.py", line 170, in run
    sabnzbd.add_nzo(NzbObject(name, self.r, self.u, self.d, self.s, data))
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 387, in __init__
    self.__avg_date = datetime.datetime.fromtimestamp(avg_age / valids)
ZeroDivisionError: integer division or modulo by zero

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/misc.py", line 170, in run
    sabnzbd.add_nzo(NzbObject(name, self.r, self.u, self.d, self.s, data))
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 387, in __init__
    self.__avg_date = datetime.datetime.fromtimestamp(avg_age / valids)
ZeroDivisionError: integer division or modulo by zero

Exception in thread CPHTTPServer Thread-6:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpserver.py", line 114, in _start_http
    self.httpserver.start()
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpwsgiserver.py", line 319, in start
    self.tick()
  File "/opt/lib/python2.4/site-packages/cherrypy/_cpwsgiserver.py", line 325, in tick
    s, addr = self.socket.accept()
  File "/opt/lib/python2.4/socket.py", line 161, in accept
    sock, addr = self._sock.accept()
error: (11, 'Resource temporarily unavailable')

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/misc.py", line 170, in run
    sabnzbd.add_nzo(NzbObject(name, self.r, self.u, self.d, self.s, data))
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 363, in __init__
    nzf = NzbFile(date, subject, segments, self)
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 133, in __init__
    for segment in segments:
TypeError: iteration over non-sequence

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/misc.py", line 170, in run
    sabnzbd.add_nzo(NzbObject(name, self.r, self.u, self.d, self.s, data))
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 363, in __init__
    nzf = NzbFile(date, subject, segments, self)
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 133, in __init__
    for segment in segments:
TypeError: iteration over non-sequence

Exception in thread Thread-5:
Traceback (most recent call last):
  File "/opt/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/misc.py", line 170, in run
    sabnzbd.add_nzo(NzbObject(name, self.r, self.u, self.d, self.s, data))
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 363, in __init__
    nzf = NzbFile(date, subject, segments, self)
  File "/opt/local/sabnzbdplus_0.3.1/sabnzbd/nzbstuff.py", line 133, in __init__
    for segment in segments:
TypeError: iteration over non-sequence

Alle hulp is geapprecieerd!
Titel: Re: Pw_610la
Bericht door: merty op 15 november 2008, 09:48:26
Zo te zien is de http port bezet. Waarschijnlijk nog een andere versie draaiend/hangend ? Het beste is wellicht een reboot van je diskstation.

Groeten,

Remco
Titel: Re: Sabnzbd dirscan directory werkt niet meer
Bericht door: Kees. op 02 december 2008, 12:54:57
Ik had hetzelfde probleem.
Mijn oplossing was sabnzbd afsluiten via de web interface en
vervolgens alle log files en temp files verwijderen via de filestation web interface
daarna de diskstation uitzetten en aanzetten via de knop en alles werkte weer.

Succes ermee,
Groeten, Kees.