marcisaninja

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

marcisaninja's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I got it working. It was missing that file in the templates folder. I found the file in the github and added to the correct directory and now it is working.
  2. I cleared my cache and I also tried a different browser. The same error persists. This is from the logs : USER-AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.46 ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9 ACCEPT-ENCODING: gzip, deflate ACCEPT-LANGUAGE: en-US,en;q=0.9 COOKIE: ud_reload=UD_reload 2022-12-13 07:22:21,816::INFO::[notifier:123] Sending notification: Error - [13/Dec/2022:07:22:21] HTTP (type=error, job_cat=None) 2022-12-13 07:22:21,816::ERROR::[_cplogging:213] [13/Dec/2022:07:22:21] HTTP Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/cherrypy/_cprequest.py", line 638, in respond self._do_respond(path_info) File "/usr/local/lib/python3.9/dist-packages/cherrypy/_cprequest.py", line 697, in _do_respond response.body = self.handler() File "/usr/local/lib/python3.9/dist-packages/cherrypy/lib/encoding.py", line 223, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/local/lib/python3.9/dist-packages/cherrypy/_cpdispatch.py", line 54, in __call__ return self.callable(*self.args, **self.kwargs) File "/sabnzbd/SABnzbd/sabnzbd/interface.py", line 180, in internal_wrap return wrap_func(*args, **kwargs) File "/sabnzbd/SABnzbd/sabnzbd/interface.py", line 438, in index return template_filtered_response(file=os.path.join(sabnzbd.WEB_DIR, "main.tmpl"), search_list=info) File "/sabnzbd/SABnzbd/sabnzbd/interface.py", line 368, in template_filtered_response return Template(file=file, searchList=[search_list_copy], compilerSettings=CHEETAH_DIRECTIVES).respond() File "_sabnzbd_SABnzbd_interfaces_Glitter_templates_main_tmpl.py", line 443, in respond File "/usr/local/lib/python3.9/dist-packages/Cheetah/Template.py", line 1703, in _handleCheetahInclude self.getFileContents(path) File "/usr/local/lib/python3.9/dist-packages/Cheetah/Template.py", line 1505, in getFileContents fp = open(path, 'r')
  3. Getting this error on Sabnzbd : 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/cherrypy/_cprequest.py", line 638, in respond self._do_respond(path_info) File "/usr/local/lib/python3.9/dist-packages/cherrypy/_cprequest.py", line 697, in _do_respond response.body = self.handler() File "/usr/local/lib/python3.9/dist-packages/cherrypy/lib/encoding.py", line 223, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/usr/local/lib/python3.9/dist-packages/cherrypy/_cpdispatch.py", line 54, in __call__ return self.callable(*self.args, **self.kwargs) File "/sabnzbd/SABnzbd/sabnzbd/interface.py", line 180, in internal_wrap return wrap_func(*args, **kwargs) File "/sabnzbd/SABnzbd/sabnzbd/interface.py", line 438, in index return template_filtered_response(file=os.path.join(sabnzbd.WEB_DIR, "main.tmpl"), search_list=info) File "/sabnzbd/SABnzbd/sabnzbd/interface.py", line 368, in template_filtered_response return Template(file=file, searchList=[search_list_copy], compilerSettings=CHEETAH_DIRECTIVES).respond() File "_sabnzbd_SABnzbd_interfaces_Glitter_templates_main_tmpl.py", line 443, in respond File "/usr/local/lib/python3.9/dist-packages/Cheetah/Template.py", line 1703, in _handleCheetahInclude self.getFileContents(path) File "/usr/local/lib/python3.9/dist-packages/Cheetah/Template.py", line 1505, in getFileContents fp = open(path, 'r') FileNotFoundError: [Errno 2] No such file or directory: '/sabnzbd/SABnzbd/interfaces/Glitter/templates/static/javascripts/jquery.hotkeys.min.js' Any ideas to correct?