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

Please check if the XML is valid #159

Closed
ngapp-dev opened this issue Mar 6, 2024 · 1 comment
Closed

Please check if the XML is valid #159

ngapp-dev opened this issue Mar 6, 2024 · 1 comment
Labels

Comments

@ngapp-dev
Copy link

Describe the bug
The bug happens if rss feed has some spaces before tags. It thows exception from AndroidXmlParser:

throw RssParsingException(
                message = "Something went wrong during the parsing of the feed. Please check if the XML is valid",
                cause = exception
            )

Like an example https://metan.by/news/rss/
If artificially create a feed with missing indents in front, everything works.

The link of the RSS Feed
RSS feed caused bug is https://metan.by/news/rss/

@ngapp-dev ngapp-dev added the bug label Mar 6, 2024
@prof18
Copy link
Owner

prof18 commented Mar 23, 2024

The issue has been fixed with #172

I will release a new version soon

@prof18 prof18 closed this as completed Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants