Incorrect RSS Feed description

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
evolu
Newbie
Newbie
Posts: 3
Joined: October 24th, 2012, 7:17 am

Incorrect RSS Feed description

Post by evolu »

I'm using the latest 0.7.4 version, but that problem was mentioned in older ones as well.
So, here is the problem. I have some RSS's containing special characters. Like brackets and ampersands. Auto RSS check works pretty good (I guess it don't call it by it's name?), but whenever I try to manually read it, it gives me an error:
500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 618, in respond
File "cherrypy\_cpdispatch.pyo", line 25, in __call__
File "sabnzbd\interface.pyo", line 1675, in index
File "_Program_Files__x86__SABnzbd_interfaces_Config_templates_config_rss_tmpl.py", line 333, in respond
KeyError: 'OMGWTFNZBS, MP3 (House '

Powered by CherryPy 3.2.0
And adds 1 warning:
2012-10-23 17:27:24,627 ERROR: Incorrect RSS feed description "OMGWTFNZBS, MP3 (House "
Feed is called "OMGWTFNZBS, MP3 (House & Electronic)", as you can see it conflicts with ampersand symbol. I think that should be fixed! Cheers.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Incorrect RSS Feed description

Post by shypike »

Which skin are you using? The default "Plush" or rather "Classic" or "smpl"?
evolu
Newbie
Newbie
Posts: 3
Joined: October 24th, 2012, 7:17 am

Re: Incorrect RSS Feed description

Post by evolu »

I'm using default "Plush - gold" one.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Incorrect RSS Feed description

Post by shypike »

Got it, the skin javascript code didn't properly encode the feed name in the URL.
Will be fixed in 0.7.5
Post Reply