I'm using Drupal 4.7.3 and my major purpose of the instalation is to use news aggregator. But I see that the aggregator module is not updating feeds from new Blogger beta.

I digged in until I found the problem which I think it is. The fuction aggregator_parse_feed is not fetching the link property for the individual posts. So the database insert query fails.

Since I'm not familiar with the code that reads the feed, I'm unable to fix this. Any thoughts about a fix will be welcomed.

Comments

jvoorhe’s picture

I too have been having this problem, with a twist. Either the blogger blog never updates, or it updates and sends the last 20 posts or so to the top of the aggregator list, and when you click on any of the links to the individual posts, it goes to the earliest post in the aggregator. I'm using 4.7.4.

ricmadeira’s picture

Priority: Normal » Critical

Getting this too with 4.7.4; don't know much about Blogger Beta, but this is now spreading slowly across my blogspot.com feeds.

The feeds are valid with feedvalidator.org, so it must be drupal that's doing something wrong.

ricmadeira’s picture

Help!! This problem now happens with most of my blogspot.com feeds!

budda’s picture

Guys, you might like to give http://drupal.org/project/feedparser a try instead. It's my replacement for this module.

budda’s picture

Status: Active » Closed (won't fix)
ricmadeira’s picture

Project: Aggregator Node » Drupal core
Version: master » 4.7.6
Component: Code » aggregator.module
Status: Closed (won't fix) » Active

Actually, I think this bug was misplaced. It's not against the Aggregator Node Module, it's against Drupal's aggregator.module. Right, people?

At least in my case it was, sorry. :)

I'm moving this over to the Drupal project, and see what they say.

boris mann’s picture

Version: 4.7.6 » 5.x-dev
Status: Active » Closed (duplicate)