Advertisement
Guest User

Untitled

a guest
Jun 13th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 638, in respond
  3. self._do_respond(path_info)
  4. File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
  5. response.body = self.handler()
  6. File "/usr/lib/python3.9/site-packages/cherrypy/lib/encoding.py", line 223, in __call__
  7. self.body = self.oldhandler(*args, **kwargs)
  8. File "/usr/lib/python3.9/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
  9. return self.callable(*self.args, **self.kwargs)
  10. File "/app/sabnzbd/sabnzbd/interface.py", line 180, in internal_wrap
  11. return wrap_func(*args, **kwargs)
  12. File "/app/sabnzbd/sabnzbd/interface.py", line 472, in api
  13. return api_handler(kwargs)
  14. File "/app/sabnzbd/sabnzbd/api.py", line 104, in api_handler
  15. response = _api_table.get(mode, (_api_undefined, 2))[0](name, kwargs)
  16. File "/app/sabnzbd/sabnzbd/api.py", line 414, in _api_status
  17. return _api_status_table.get(name, (_api_fullstatus, 2))[0](value, kwargs)
  18. File "/app/sabnzbd/sabnzbd/api.py", line 405, in _api_fullstatus
  19. status = build_status(
  20. File "/app/sabnzbd/sabnzbd/api.py", line 1256, in build_status
  21. info["publicipv4"] = publicipv4()
  22. File "/app/sabnzbd/sabnzbd/getipaddress.py", line 114, in publicipv4
  23. result = addresslookup4(sabnzbd.cfg.selftest_host())
  24. File "/app/sabnzbd/sabnzbd/getipaddress.py", line 48, in func_wrapper
  25. return sabnzbd.THREAD_POOL.submit(item, *args, **kwargs).result(max_timeout)
  26. File "/usr/lib/python3.9/concurrent/futures/thread.py", line 161, in submit
  27. raise RuntimeError('cannot schedule new futures after shutdown')
  28. RuntimeError: cannot schedule new futures after shutdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement