A lot of subreddit feeds not working in v21.2.0 #2229
-
IMPORTANTRead and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the ProblemI upgraded Nextcloud News app to v21.2.0 and since then only a few subreddit RSS feeds were fetching articles, while the rest weren't. I use about 15 subreddit RSS feeds. Non-reddit related RSS feeds are working properly. I don't think it's relevant, but some subreddit feeds that are working:
and some that aren't:
I've checked that Steps to Reproduce
System Information
Contents of nextcloud/data/nextcloud.log Only data I have in it is 2 years old, so it's not meaningful for this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
https://validator.w3.org/feed/check.cgi?url=https://www.reddit.com/r/programming/.rss?limit%3D10 says it's invalid on the first one already. Seeing how Reddit wants to charge for their API access I'm expecting this to just break over time. Additionally, without logs of any failures it's near impossible to reproduce. |
Beta Was this translation helpful? Give feedback.
-
The main difference between the versions that might affect this is that we now send the last modified date as http header. If you don't see any errors in the logs then this can have two reasons, their feed is broken or they just don't want to give any data or both. I don't think there is much we can do about that. We don't have the capacity to have special handling for websites that are not compatible with web and RSS/atom standards. |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm facing the same issue on my side, for some other feeds. For instance, this feed: https://hnrss.org/newest?points=200 has been broken by the update. I would say that 30-50% of my feeds are currently out of order. I have been able to unlock feeds content by editing the table like this: update oc_news_feeds set http_last_modified = "2023-05-01" where id = <id>; I then got all the articles that were published recently. I'm wondering if there is not a bug where articles that have a publication date before It can happen for Reddit or HackerNews as article may be added to the feed only if they match a specific condition. Would it be possible to roll back this change while a proper fix is designed? |
Beta Was this translation helpful? Give feedback.
-
Should be solved with latest version 23.0.0 |
Beta Was this translation helpful? Give feedback.
Should be solved with latest version 23.0.0