-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
RSS parser bug in v0.8.4 (html template - ZgotmplZ) #962
Copy link
Copy link
Open
Labels
bug reportSomething isn't workingSomething isn't working
Description
Description
When parsing certain RSS feeds, the go parser returns ZgotmplZ indicating NULL or error.
Here is a test URL:
https://samwho.dev/rss.xml
This value then gets provided for building the item URL and concatenates to form the incorrect feed item:
https://glance.domain.tld/news#ZgotmplZ
2 possible outcomes should be considered:
- Revise the parser. Handle errors with additional parse attempts.
- Filter out / omit NULL entries, noting to the user that invalid RSS XML entries are ignored.
Version: Glance v0.8.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug reportSomething isn't workingSomething isn't working