RSS parser bug in v0.8.4 (html template - ZgotmplZ)
Author: subfissionCreated Feb 18, 2026Updated Sep 6, 2026
Labelsbug report
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
Source: glanceapp/glance