Blog import failed :(
Please report issues
here with the stacktrace below.
Object reference not set to an instance of an object.
StackTrace:
at uBlogsy.BusinessLogic.DocumentService.GetDocumentByAlias(Document
current, String rootAlias, String alias) in
D:\_PROJECTS\Personal\uBlogsy\Branches\2.1.1.0\uBlogsy\uBlogsy.BusinessLogic\DocumentService.cs:line
142
at uBlogsy.Web.usercontrols.uBlogsy.dashboard.RSSImport.Import() in
D:\_PROJECTS\Personal\uBlogsy\Branches\2.1.1.0\uBlogsy\uBlogsy\usercontrols\uBlogsy\dashboard\RSSImport.ascx.cs:line
60
at
uBlogsy.Web.usercontrols.uBlogsy.dashboard.RSSImport.btnRssImport_Click(Object
sender, EventArgs e) in
D:\_PROJECTS\Personal\uBlogsy\Branches\2.1.1.0\uBlogsy\uBlogsy\usercontrols\uBlogsy\dashboard\RSSImport.ascx.cs:line
31
I figured out the problem. The RSS feed that I was using was returning the 'description' tag as 'content encoded'. I managed to modify the source a bit and get it all running.
NB: The tool actually fails to pick up the 'content:encoded' tag so I amanged to save the feed as an xml file and then read from it.
Object Ref error
Blog Import tool
Blog import failed :(
Please report issues here with the stacktrace below.
Object reference not set to an instance of an object.
StackTrace:
at uBlogsy.BusinessLogic.DocumentService.GetDocumentByAlias(Document current, String rootAlias, String alias) in D:\_PROJECTS\Personal\uBlogsy\Branches\2.1.1.0\uBlogsy\uBlogsy.BusinessLogic\DocumentService.cs:line 142 at uBlogsy.Web.usercontrols.uBlogsy.dashboard.RSSImport.Import() in D:\_PROJECTS\Personal\uBlogsy\Branches\2.1.1.0\uBlogsy\uBlogsy\usercontrols\uBlogsy\dashboard\RSSImport.ascx.cs:line 60 at uBlogsy.Web.usercontrols.uBlogsy.dashboard.RSSImport.btnRssImport_Click(Object sender, EventArgs e) in D:\_PROJECTS\Personal\uBlogsy\Branches\2.1.1.0\uBlogsy\uBlogsy\usercontrols\uBlogsy\dashboard\RSSImport.ascx.cs:line 31
Any thoughts ?
What is the rss url you're using?
What version of Umbraco?
HI Anthony,
I figured out the problem. The RSS feed that I was using was returning the 'description' tag as 'content encoded'. I managed to modify the source a bit and get it all running.
NB: The tool actually fails to pick up the 'content:encoded' tag so I amanged to save the feed as an xml file and then read from it.
thanks for your response :)
is working on a reply...