Page 1 of 1

can't start Sab

Posted: June 14th, 2016, 2:35 pm
by moreje
I've stopped using Sab for a while....and today, trying to run it, I get the following error:

Code: Select all

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 670, in respond
    response.body = self.handler()
  File "/usr/share/sabnzbdplus/cherrypy/lib/encoding.py", line 217, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 61, in __call__
    except TypeError:
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 349, in index
    cfg.notified_new_skin.set(True)
  File "cheetah__usr_share_sabnzbdplus_interfaces_Glitter_templates_main_tmpl_1465931836_96_92636.py", line 454, in respond
  File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1610, in _handleCheetahInclude
    self._CHEETAH__cheetahIncludes[_includeID] = self.getFileContents(path)
  File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1426, in getFileContents
    fp = open(path, 'r')
IOError: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/share/sabnzbdplus/interfaces/Glitter/templates/static/bootstrap/js/bootstrap.min.js'
how can I fix it?
Thanks

Re: can't start Sab

Posted: June 14th, 2016, 3:09 pm
by sander
This is on Ubuntu, isn't it?

There is a fix for this.

This post: https://forums.sabnzbd.org/viewtopic.ph ... 15#p105878

and this post: https://forums.sabnzbd.org/viewtopic.ph ... 17#p105911

... does that work for you?

Re: can't start Sab

Posted: June 15th, 2016, 2:33 am
by moreje
Yes, it is on Ubuntu

Code: Select all

sudo apt-get install --reinstall libjs-bootstrap
fixed the bug....

hope this will be fixed on next updates ;)
thank you
J

Re: can't start Sab

Posted: June 15th, 2016, 2:38 am
by sander
moreje wrote:Yes, it is on Ubuntu

Code: Select all

sudo apt-get install --reinstall libjs-bootstrap
fixed the bug....

hope this will be fixed on next updates ;)
thank you
J
I believe it's already fixed.