500 error when clicking on item in DL queue

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
xtremetoonz
Newbie
Newbie
Posts: 1
Joined: March 23rd, 2011, 7:13 am

500 error when clicking on item in DL queue

Post by xtremetoonz »

I get:

Traceback (most recent call last):
  File "cherrypy/_cprequest.pyc", line 618, in respond
  File "cherrypy/_cpdispatch.pyc", line 25, in __call__
  File "sabnzbd/interface.pyc", line 488, in default
  File "_Applications_SABnzbd_app_Contents_Resources_interfaces_Plush_templates_nzo_tmpl.py", line 101, in respond
NotFound: cannot find 'filename' while searching for 'slot.filename'

when I click on an item I re-queued due to a block error. Running Beta 3. Pls let me know if anything else is needed to help. I was not able to duplicate the issue.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 500 error when clicking on item in DL queue

Post by shypike »

This is an symptom of the fact that the WebUI and actual program
aren't always in sync. Unavoidable if we want to keep any performance.
It looks bad, but is otherwise harmless.
Post Reply