Page 1 of 1

Broken Images On Queue Page

Posted: January 27th, 2011, 10:20 pm
by war59312
Hi,

Images on http://xxx.xxx.xxx.xxx:8080/sabnzbd/queue/ are broke. Edit: Also, noticed the page is missing a title, please add a to the page.

Images are missing becuase it assumes that the images are stored first starting with /queue .
404 Not Found

The path '/sabnzbd/queue/static/images/control_pause.png' was not found.

Traceback (most recent call last):
 File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
   cherrypy.response.body = self.handler()
 File "/usr/share/sabnzbdplus/cherrypy/_cperror.py", line 233, in __call__
   raise self
NotFound: (404, "The path '/sabnzbd/queue/static/images/control_pause.png' was not found.")
The correct patch is "/sabnzbd/static/images/control_pause.png", as in no queue in the path.

Version: SABnzbd Version: 0.5.6
OS: Ubuntu 10.10
Install-type: Ubuntu Repository
Skin (if applicable): Default
Firewall Software: GUFW
Are you using IPV6? no
Is the issue reproducible? yes

Thanks,

Will

Edit: Oh page is not even valid html, so guess I should not even be accessing as such? If not, then perhaps you should do forward the user to the home screen if the user tries and access the page, better than getting a broken page.