Closed chevdor closed 2 months ago
This is deliberate. Details of feeds are logged in Activity window: that includes reasons for marking them with a ⚠️
In the activity window, I see:
Why would a feed with no content raise a warning ?
As far as I remember, the intent was to warn of a stale feed. I might change this: keep the log message but suppress the ⚠️
Opinions @ViennaRSS/maintainers ?
I am in favour of removing the error icon in this case.
This is my first issue, I take the chance to thank you and congratulate for the very nice piece of software 🙏
I think the log is totally fine as it may in some case be an important info to help spot issues. Some feeds however may be empty and that's totally fine.
As a (new) user, I saw the warning and concluded that something was wrong with my config (url, auth, etc...) whereas there was nothing wrong at all.
In this case, an option could be to show an ℹ️ icon instead but I would not even do that. The info is "the feed is empty" which is obvious when looking at the empty list.
An option could be also to specifically show a 0
on the feed counts but that is likely not very aesthetic and again not really useful.
The ⚠️ makes sense if the request fails (404, 5xx, etc...) but IMO is more confusing than helpful on empty feeds.
So removing the warning for empty feeds if the request was successful is IMO the best way to go.
Closed by Version 3.9.2
Describe the bug Using a valid subscription on a Wallabag feed that has no content shows a ⚠️
To Reproduce
Screenshots
Please complete the following information:
I mentioned Wallabag since I see the issue there but it may or not be related to Wallabag.
Response of an empty feed
```Response of a non empty feed
```