RSS feednames with special characters

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
0llivin
Newbie
Newbie
Posts: 1
Joined: November 5th, 2012, 7:01 am

RSS feednames with special characters

Post by 0llivin »

Version: 0.7.3
OS: Debian 6
Install-type: debian repository
Skin (if applicable): Plush - gold
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible? yes

How to reproduce:
Create 2 rss feeds, name first "rss" and second "rss #2" (url doesn't matter, e.g. google.com), choose rss #2 in list, press "Read Feed" ->

Code: Select all

Traceback (moTraceback (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/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 1669, in index
    return template.respond()
  File "_usr_share_sabnzbdplus_interfaces_Config_templates_config_rss_tmpl.py", line 332, in respond
KeyError: 'rss '
I guess it's an Interface issue that the name is not properly encoded, or something.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: RSS feednames with special characters

Post by shypike »

Upgrade to 0.7.5 or don't use "funny" characters.
Post Reply