Hi,

on my site I'm using the aggregator module to retrieve a few RSS feeds, but recently a lot of them are not being imported any more.
Does anyone have an idea as to why?

Here's an example of a RSS feed that is not being importen anymore:
http://noorderlicht.vpro.nl/themasites/rss/magazine.jsp?rssnr=21789719

The RSS feed does exist.

I'm lost.

The Phoenix

Comments

colorado’s picture

Are you using the aggregator.module, OR the aggregator2.module?

benwei’s picture

I am definitely using Aggregator2 (cvs version) and having this problem with one specific feed:
http://www.tidepool.org/newsfeed/xml/FrontPage.cfm

I am able to use this feed perfectly with the regular aggregator module.

The feed passes validation at http://feedvalidator.org .

I will see if I can do a little debugging and figure out where exactly the problem lies.

benwei’s picture

Alright, I figured out what my issue was here. For some reason the name lookup for this feed was taking a long time, so curl_exec() was timing out on it, and just silently dying. See this bug for details.

Phoenix77’s picture

Status: Active » Closed (fixed)

Thanks!