RSS Feed with foreigen Char

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
DauYing
Newbie
Newbie
Posts: 3
Joined: April 8th, 2013, 2:34 pm

RSS Feed with foreigen Char

Post 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)
User avatar
sander
Release Testers
Release Testers
Posts: 9113
Joined: January 22nd, 2008, 2:22 pm

Re: RSS Feed with foreigen Char

Post 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.
DauYing
Newbie
Newbie
Posts: 3
Joined: April 8th, 2013, 2:34 pm

Re: RSS Feed with foreigen Char

Post by DauYing »

Thank You.
Post Reply