can't start Sab

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
moreje
Newbie
Newbie
Posts: 15
Joined: October 9th, 2010, 7:44 am

can't start Sab

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8857
Joined: January 22nd, 2008, 2:22 pm

Re: can't start Sab

Post 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?
moreje
Newbie
Newbie
Posts: 15
Joined: October 9th, 2010, 7:44 am

Re: can't start Sab

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8857
Joined: January 22nd, 2008, 2:22 pm

Re: can't start Sab

Post 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.
Post Reply