[Feature] Improving handling of JSON feeds
Author: math-GHCreated Jan 10, 2024Updated Sep 8, 2026
LabelsUX
Related/follow-up of #5662 (new feature: JSON feeds):
When the user tries to add a JSON feed the UX is not so great as the user would expect.
Current situation:
Adding a JSON feed (f.e. https://orgorgorgorgorg.org/feed.json) via the "Add a feed" form
A error message will be shown:
The log message is not very useful:
What could be improved:
- if the URL of the feed ends with a
.jsonthen try the JSON feed option too before throwing the error (the select list where to chose the correct type of feed is collapsed in the default adding form). - or: specify more the error log message
Unknown error for feedf.e.Feed cannot be added as RSS/Atom feed [URL]
Source: FreshRSS/FreshRSS