RSS parser bug in v0.8.4 (html template - ZgotmplZ)
Open
bug report
- Dominant language
- Go
- Stars
- 37.1k
- Forks
- 1.5k
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
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:**
1. Revise the parser. Handle errors with additional parse attempts.
2. Filter out / omit NULL entries, noting to the user that invalid RSS XML entries are ignored.
---
**Version:** Glance v0.8.4
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.