Advertisement
Guest User

Untitled

a guest
Jun 13th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. /usr/lib/python3.9/site-packages/cherrypy/process/servers.py:416: UserWarning: Unable to verify that the server is bound on 8080
  2. warnings.warn(msg)
  3. Exception in thread Thread-1:
  4. Traceback (most recent call last):
  5. File "/usr/lib/python3.9/threading.py", line 973, in _bootstrap_inner
  6. self.run()
  7. File "/app/sabnzbd/sabnzbd/downloader.py", line 935, in run
  8. self.decode(article, nw.data)
  9. File "/app/sabnzbd/sabnzbd/downloader.py", line 523, in decode
  10. sabnzbd.NzbQueue.register_article(article, success=False)
  11. File "/app/sabnzbd/sabnzbd/nzbqueue.py", line 754, in register_article
  12. and not sabnzbd.Assembler.partial_nzf_in_queue(nzf)
  13. File "/app/sabnzbd/sabnzbd/assembler.py", line 63, in partial_nzf_in_queue
  14. return (nzf.nzo, nzf, False) in self.queue.queue
  15. File "/app/sabnzbd/sabnzbd/nzbstuff.py", line 502, in __eq__
  16. if self.bytes == other.bytes or len(self.decodetable) == len(other.decodetable):
  17. AttributeError: 'NoneType' object has no attribute 'bytes'
  18. 2022-06-13 09:41:18,181::WARNING::[__init__:503] Restarting because of crashed downloader
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement