mirror of
https://github.com/serrebidev/BlindRSS.git
synced 2026-08-13 10:59:27 -07:00
Implement an interface to view feeds with loading errors #31
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
serrebi/BlindRSS#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Over time, RSS feeds may stop working due to various reasons (e.g., moved/deleted content, changed URLs, server errors). Currently, there is no obvious indication for the user when a feed fails to load. As a result, users may simply assume that a feed has no new articles, rather than realizing that the feed itself is failing to update.
This lack of visibility makes it difficult for users to maintain an up‑to‑date list of feeds. They cannot easily identify which feeds are broken, so they may keep outdated or non‑functional feeds in their collection without knowing it.
Desired behavior
Provide a clear and accessible way for users to see which feeds failed to load during the latest update, along with relevant error information. This should help users decide whether to fix the feed URL, adjust settings, or remove the feed entirely.
Proposed solution
Add a new category in the feed/article navigation view: “Feeds with Errors” (or “Problematic Feeds”).
This category should:
Possible UI implementations:
The goal is to make it easy to spot, inspect, and act on broken feeds.
Acceptance criteria
Implemented in v1.71.0.
BlindRSS now records why each feed's most recent update failed and surfaces it in a dedicated view.
One deviation from the proposal: per the maintainer's preference this is a File-menu view rather than a new sidebar category, which keeps the built-in categories list unchanged. Full keyboard navigation and screen-reader labels are in place.
Thanks! The issue is resolved and I’m closing it now.