Page 1 of 1
0.8.0b6 - Status button not working
Posted: January 28th, 2016, 2:22 am
by christopherpm
I'm running 0.8.0b6, and whenever I click on the Status button, the screen just refreshes to the queue
Re: 0.8.0b6 - Status button not working
Posted: January 28th, 2016, 2:40 am
by shypike
Which skin are you using?
Did you try to clear the web browser's cache?
This often helps.
Re: 0.8.0b6 - Status button not working
Posted: January 28th, 2016, 3:14 am
by christopherpm
It's the 'Plush - Gold' skin. When I change to 'Glitter - Default' then I can view the logs and orphaned jobs etc. Definitely seems to be related to that particular skin.
When I click on the Status button, the URL briefly changes to
http://192.168.1.203:8080/sabnzbd/connections/ then reverts straight back to
http://192.168.1.203:8080/sabnzbd/
Can the skin be re-installed on it's own?
Re: 0.8.0b6 - Status button not working
Posted: January 28th, 2016, 3:46 am
by safihre
Try:
http://192.168.1.203:8080/sabnzbd/status
That is where the Status-button should point to..
Re: 0.8.0b6 - Status button not working
Posted: January 28th, 2016, 3:57 am
by christopherpm
I'll check when I get home after work this evening.
Re: 0.8.0b6 - Status button not working
Posted: January 28th, 2016, 12:37 pm
by christopherpm
Typing
http://192.168.1.203:8080/sabnzbd/status/ shows the following error:-
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__
return self.callable(*self.args, **self.kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 2552, in index
filter=FILTER, searchList=[header], compilerSettings=DIRECTIVES)
File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1259, in __init__
self._compile(source, file, compilerSettings=compilerSettings)
File "/usr/lib/python2.7/dist-packages/Cheetah/Template.py", line 1546, in _compile
self._fileMtime = os.path.getmtime(file)
File "/usr/lib/python2.7/genericpath.py", line 54, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/usr/share/sabnzbdplus/interfaces/Plush/templates/status.tmpl'
Re: 0.8.0b6 - Status button not working
Posted: January 28th, 2016, 3:16 pm
by christopherpm
OK. I've downloaded 0.8.0 from Github and have uploaded the Plush interface from the zip file, and it's all fixed.
Re: 0.8.0b6 - Status button not working
Posted: January 29th, 2016, 3:10 am
by safihre
I was about to write that indeed you needed some source files! Glad this fixed it for you, something must have gone wrong before to have missed a file..