Kotlin/kmp-production-sample

Cannot add new feed

nwagu opened this issue · 2 comments

nwagu commented

When I enter a feed url (https://xkcd.com/atom.xml) and click add, I get a toast saying :

expected: START_TAG {null}channel (position:START_TAG <title>@2:64 in java.io.StringReader@a71eb8a)

The error logs I can see when I run it in debug mode include:

D/FeedStore: Action: Error(error=org.xmlpull.v1.XmlPullParserException: expected: START_TAG {null}channel (position:START_TAG <title>@2:64 in java.io.StringReader@a71eb8a) )

This is rss reader. Not atom.
You have to use rss feed link:
Screenshot_2021-07-08-21-43-48-21.jpg

nwagu commented

Okay, I will close this since I can see another issue to support atom feeds. Thanks for the clarification.