Hi. I noticed that the FFW feed is no longer getting consumed by Drupal Planet. We are still listed in the sidebar but it isn't working. I noticed in the sidebar the urls are swapped. The "FFW Agency" text is linked to the RSS feed, and the "feed" text links to the website page. Is that the cause? I checked the feed against the validator and it passed as valid.

Comments

davidhernandez created an issue. See original summary.

greggles’s picture

Title: FFW planet feed not getting consumed » Update FFW planet feed

Usually these issues are due to parse errors. I manually tried to import feed items and found this error:

The feed from FFW Agency seems to be broken, because of error "Attribute without value" on line 119.

The URL is https://ffwagency.com/learning/blog/ which seems really surprising. Ideally it should be just posts tagged "drupal planet" and of course it should be a feed which that url is not.

What is the right URL of the feed? Once I know I can update it.

apaderno’s picture

Category: Support request » Task
Status: Active » Postponed (maintainer needs more info)

The feed URL for https://www.drupal.org/aggregator/sources/1739 (the only feed containing FFW in its title) is https://ffwagency.com/blog/drupal-planet/feed, which seems a correct feed URL, but the Agreegator module returns the error quoted by greggles.

I am changing status as per previous comment.

greggles’s picture

Status: Postponed (maintainer needs more info) » Fixed

Very interesting. When I look at https://www.drupal.org/aggregator/sources/1739 I agree it shows the url with drupal-planet/feed and is a valid feed.

However, when I look at https://www.drupal.org/admin/config/services/aggregator/edit/feed/1739 it says the fully qualified URL of the feed is https://ffwagency.com/learning/blog/ which is not a valid feed.

I edited the value at https://www.drupal.org/admin/config/services/aggregator/edit/feed/1739 to be https://ffwagency.com/blog/drupal-planet/feed and there's now content from FFW in the feed.

I think this makes it "fixed" so I'm marking it that way. I guess something got screwed up, perhaps in the upgrade to Drupal 7, though I'm nto sure.

apaderno’s picture

The URL shown in https://www.drupal.org/aggregator/sources/1739 is the URL the Aggregator module finds in the feed itself (<link>https://ffwagency.com/blog/drupal-planet/feed</link>) while the URL shown in https://www.drupal.org/admin/config/services/aggregator/edit/feed/1739 is the one entered when adding the feed to Planet Drupal. Normally, both the URLs are the same, but in some cases, they are different. There are some requests opened to change the URL shown, which I normally close explaining we cannot change the URL shown in the page, as the module picks it from the feed.

davidhernandez’s picture

So it was indeed the issue with the swapped urls, or does the feed need some fixing as well?

greggles’s picture

The feed appears to be fine and working now to me. On https://www.drupal.org/aggregator/sources/1739 I see content from FFW and on https://www.drupal.org/planet as well. I think it was just some weird swapped URL issue.

davidhernandez’s picture

Ok thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.