tughi / aggregator-android

News reader for Android
https://tughi.github.io/aggregator-android
GNU General Public License v3.0
66 stars 8 forks source link

Bug: Failed to parse XML #39

Closed DemonInTheCloset closed 2 years ago

DemonInTheCloset commented 2 years ago

Describe the bug Can't parse the XML of this feed.

I'm guessing it has to do with the header being like this:

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
     xmlns:media="http://search.yahoo.com/mrss/"      >

To Reproduce Steps to reproduce the behavior:

Device (please complete the following information):

Screenshots If applicable, add screenshots to help explain your problem. aggregator error message

tughi commented 2 years ago

The screenshot is taken from the old app.

I couldn't reproduce the issue with the new app.