Broken Images On Queue Page

Report & discuss bugs found in 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
war59312
Jr. Member
Jr. Member
Posts: 86
Joined: January 4th, 2011, 11:24 pm
Location: U.S.A
Contact:

Broken Images On Queue Page

Post 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.
Last edited by war59312 on January 27th, 2011, 10:24 pm, edited 1 time in total.
Post Reply