Closed (fixed)
Project:
Drupal.org content
Component:
Planet Drupal
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Mar 2021 at 06:13 UTC
Updated:
26 Mar 2021 at 19:34 UTC
Jump to comment: Most recent
I have a feed https://abzats.com/rss.xml that included in Planet Drupal (https://www.drupal.org/aggregator/sources/998). Most of the recent articles aren't aggregated to Planet Drupal, including https://abzats.com/blog/meet-traversable-menu-module/.
What's the reason? Several months ago I have shifted my site to Netlify with Tome module, but the markup should be the same.
Comments
Comment #2
avpadernoComment #3
avpadernoThe error the module used for Planet Drupal returns for the feed is the following one.
I will check the code for the Drupal core Aggregator module to understand what that means.
Comment #4
avpadernoThe error is caused by PHP that isn't able to parse the XML data returned from the feed.
Unfortunately, the error message doesn't allow to understand what exactly needs to be fixed in the feed output. I am not sure the output from the W3C Feed Validation Service could help either.
Comment #5
avpadernoComment #6
avpadernoAfter reading #2164219: Meta: Feeds "looking" broken due to -1002 missing schema and checking via a browser extension the request to the feed URL set in Planet Drupal for the blog (http://abzats.com/taxonomy/term/5/feed), I noticed there was a redirect to https://abzats.com/rss.xml. I changed the feed URL to that, refreshed the feed items, and now the Aggregator module is able to catch an article from the feed (https://www.drupal.org/aggregator/sources/998).
Comment #7
avpadernoOnly an article was caught because that's the only article created less than 3 months and 3 weeks ago. The other articles are discarded because they have been created much later (for example October, 2019).
As side note, from the other issue, it seems the problem could be caused by the way
drupal_http_request()handles non-absolute redirects, as reported in #164365: drupal_http_request() does handle (invalid) non-absolute redirects (RFC 7231). That issue hasn't been fixed, so also Drupal.org suffers of that bug.I am closing this issue, as the feed has been fixed by changing the feed URL used from Planet Drupal.