When cron.php runs, it generates these messages for Activity Stream:

Could not load feed://teotwawkidiary.wordpress.com/feed/ - XML error: Invalid document end at line 1, column 1
Could not load feed://dontyuckmyyum.wordpress.com/feed/ - XML error: Invalid document end at line 1, column 1

This happens to any WordPress RSS feed I plug in.

This also happens to 6.x-1.0, though, at times, it would occasionally pull in the content and generate nodes.

Comments

akalsey’s picture

Title: Cannot Import any WordPress RSS feeds » Automatically replace feed:// urls with http:// urls.
Category: bug » feature

feed:// isn't a real URL. It's a convention that desktop feed readers use to load a feed. if you use http:// instead, then it should work.

Not hard to set up the module to automatically replace feed:// with http:// -- changing this to a feature request.

Bill Lenoir’s picture

Well, my Flickr feed works well with this URL:

feed://api.flickr.com/services/feeds/photos_public.gne?id=25737454@N05&lang=en-us&format=rss_200

But I went ahead and changed the WordPress feeds to http, still the same errors:

Could not load http://dontyuckmyyum.wordpress.com/feed/ - XML error: Invalid document end at line 1, column 1
Could not load http://teotwawkidiary.wordpress.com/feed/ - XML error: Invalid document end at line 1, column 1

morbus iff’s picture

Status: Active » Fixed

Fixed in 7.x-3.x.

Status: Fixed » Closed (fixed)

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