fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.38k stars 345 forks source link

RSS feed not loading any article #1280

Closed davidoskky closed 3 years ago

davidoskky commented 3 years ago

I have a couple feeds for which no article gets fetched, neither with the normal RSS spout nor with the graby one. As in #886 i checked with the w3c validator and one error is displayed, however the same error is displayed for all the other feeds I use as well... The error is:

Schema Error: XML document with no namespace; cannot determine any schema to use for validation.

The feeds in question are:

https://aspuru.substack.com/feed
https://blog.openstreetmap.org/feed
jtojnar commented 3 years ago

Weird, they both fetch the whole article content (even without Graby) for me (latest selfoss). And the validator does not show any error for me:

What selfoss version do you use?

Often times it is just Cloudflare “protection” preventing access from user agents without JavaScript but neither of these sites seems to use cloudflare.

I will try to create a debug interface so it is easier to diagnose these issues. (Currently, on latest snapshot of selfoss, you would need to add a new source, enable verbose debug (logger_level=DEBUG and debug=2 in config.ini) and then refresh just the single source.)

davidoskky commented 3 years ago

I was on 1a1838e, I upgraded to e882def and the behavior is the same.

Here is the log after updating the first of the two sources; it does find the articles as the title is listed, however the articles are not displayed in the feed and the icon of the source is not fetched. https://pastebin.com/hf7NhBce

davidoskky commented 3 years ago

I am sorry, I now realized this was only my mistake. I must have forgotten to set the items_lifetime variable last time I upgraded.

The articles were older than the default 30 days and therefore discarded.