Page 1 of 1

RSS Feed with foreigen Char

Posted: April 8th, 2013, 2:50 pm
by DauYing
Hello,

i habe a Problem with deleting an RSS FEED.
Unfortunatly i added an feed with an german foreigen charakter >> ö <<

Now my feed is calles "RSS » Die Verschwörung"
If i try change settings to this feed or if i try to delete it, i get following error

Code: Select all

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 1689, in index
  File "sabnzbd\rss.pyo", line 66, in run_feed
  File "sabnzbd\decorators.pyo", line 31, in newFunction
  File "sabnzbd\rss.pyo", line 280, in run_feed
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 18: ordinal not in range(128)
Could you please tell me where sabnzbd stores the rss feeds, so that i cant manually deleted this entry?
I just found the file \admin\rss_data.sab - but this only stores the Information which Feeds has been read. If i delete "rss_data.sab", i only reset the reading list.

Edit:
Sabnzbd v0.7.11 @ whs2011 (Windows Version)

Re: RSS Feed with foreigen Char

Posted: April 8th, 2013, 3:36 pm
by sander
Known problem in 0.7.x, see http://forums.sabnzbd.org/viewtopic.php?f=3&t=13499

Will be solved in 0.8.x, which will have Unicode support.

Re: RSS Feed with foreigen Char

Posted: April 8th, 2013, 3:47 pm
by DauYing
Thank You.