Advertisement
Guest User

Untitled

a guest
Nov 12th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1.  
  2. 500 Internal Server Error
  3.  
  4. The server encountered an unexpected condition which prevented it from fulfilling the request.
  5.  
  6. Traceback (most recent call last):
  7. File "/usr/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 638, in respond
  8. self._do_respond(path_info)
  9. File "/usr/lib/python3.12/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
  10. response.body = self.handler()
  11. ^^^^^^^^^^^^^^
  12. File "/usr/lib/python3.12/site-packages/cherrypy/lib/encoding.py", line 223, in __call__
  13. self.body = self.oldhandler(*args, **kwargs)
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. File "/usr/lib/python3.12/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
  16. return self.callable(*self.args, **self.kwargs)
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 190, in internal_wrap
  19. return wrap_func(*args, **kwargs)
  20. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  21. File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 448, in index
  22. bytespersec_list = sabnzbd.BPSMeter.get_bps_list()
  23. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24. File "/usr/lib/sabnzbd/sabnzbd/interface.py", line 378, in template_filtered_response
  25. search_list_copy = copy.deepcopy(search_list)
  26. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  27. File "cheetah__usr_lib_sabnzbd_interfaces_Glitter_templates_main_tmpl_1731444321_638144_29679.py", line 525, in respond
  28. File "/usr/lib/python3.12/site-packages/Cheetah/Template.py", line 1711, in _handleCheetahInclude
  29. self._CHEETAH__cheetahIncludes[_includeID].respond(trans)
  30. File "cheetah__usr_lib_sabnzbd_interfaces_Glitter_templates_include_overlays_tmpl_1731444322_0087345_37849.py", line 350, in respond
  31. NameMapper.NotFound: cannot find 'docker'
  32.  
  33. Powered by CherryPy 18.9.0
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement