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
Comment #1
akalsey commentedfeed:// 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.
Comment #2
Bill Lenoir commentedWell, 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
Comment #3
morbus iffFixed in 7.x-3.x.