Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS Feed fails if it contains invalid UTF-8 #1346

Open
solid-pixel opened this issue Jan 7, 2024 · 0 comments
Open

RSS Feed fails if it contains invalid UTF-8 #1346

solid-pixel opened this issue Jan 7, 2024 · 0 comments
Labels
bug Something isn't working feeds Feeds: RSS, Torznab and Newznab

Comments

@solid-pixel
Copy link

Version
1.34.1

Describe the bug
When testing an RSS Feed I'm trying to use, Autobrr will throw an error on this line:

<title><![CDATA[La Civilt&Atilde;  Cattolica]]></title>
ERR error fetching rss feed items error="XML syntax error on line 1812: invalid UTF-8"

I'm not exactly sure what part of it triggers it, but the only difference I see between this title and the others in the RSS, is that this one contains&Atilde;.
If I filter out the article that contains the incriminated line, the error goes away and the feed works.

To Reproduce
Steps to reproduce the behavior:

  1. Add a Generic RSS feed whose content contains the line above
  2. Click on TEST
  3. It will fail and throw the error
@solid-pixel solid-pixel added the bug Something isn't working label Jan 7, 2024
@zze0s zze0s added the feeds Feeds: RSS, Torznab and Newznab label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feeds Feeds: RSS, Torznab and Newznab
Projects
None yet
Development

No branches or pull requests

2 participants