Page 1 of 1

RSS feednames with special characters

Posted: November 5th, 2012, 7:13 am
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.

Re: RSS feednames with special characters

Posted: November 5th, 2012, 11:06 am
by shypike
Upgrade to 0.7.5 or don't use "funny" characters.