glanceapp / glanceapp/glance

RSS parser bug in v0.8.4 (html template - ZgotmplZ)

Open
#962 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.