Hi, it looks like the following error is happening when I try to import a blogspot blog into uBlogsy. Any ideas as to what may be happening here?
System.NullReferenceException: Object reference not set to an instance of an object.
at uBlogsy.Common.Helpers.RssReader.ParseElement(XmlNode parent, String xPath, String& property) in C:\_Projects\_Anthony\Branches\1.4_comment_subscription\uBlogsy\uBlogsy.Common\Helpers\RssReader.cs:line 197
at uBlogsy.Common.Helpers.RssReader.Execute() in C:\_Projects\_Anthony\Branches\1.4_comment_subscription\uBlogsy\uBlogsy.Common\Helpers\RssReader.cs:line 151
Are you using an atom feed by any chance? If so then it will not work as atom is not rss. I will probably get an atom parser going at some point but for now, try the following...
Hi Anthony, I'm afraid I am having the problem with the RSS 2.0 feed. The error is from umbracoLog and the bahvior is I run the tool, and then immediately get a confirmation that the blog import was successful.
Import Tool error
Hi, it looks like the following error is happening when I try to import a blogspot blog into uBlogsy. Any ideas as to what may be happening here?
Thanks,
Nik
The import tool works for standard rss feeds.
Are you using an atom feed by any chance? If so then it will not work as atom is not rss. I will probably get an atom parser going at some point but for now, try the following...
This is from google:
Full site feed:
Hi Anthony, I'm afraid I am having the problem with the RSS 2.0 feed. The error is from umbracoLog and the bahvior is I run the tool, and then immediately get a confirmation that the blog import was successful.
Any help is greatly appreciated!
Thanks,
Nik
Ah, it looks like it's redirecitng to feedburner which is then killing the raw RSS format. Does anyone know how to bypass this?
Thanks,
Nik
Wanted to update this thread. You can turn off feedburner redirect in the blogspot settings. That fixed the RSS format.
Cheers,
Nik
Nice. So it's working now?
is working on a reply...