Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed Issue on Hub #16

Closed
robertmuehsig opened this issue Aug 31, 2014 · 1 comment
Closed

Feed Issue on Hub #16

robertmuehsig opened this issue Aug 31, 2014 · 1 comment

Comments

@robertmuehsig
Copy link
Member

[08/31/2014 22:20:23 > 73746b: ERR ]
[08/31/2014 22:20:23 > 73746b: ERR ] Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.Xml.XmlException: Error in line 8 position 51. An error was encountered when parsing a DateTime value in the XML.
[08/31/2014 22:20:23 > 73746b: ERR ] at System.ServiceModel.Syndication.Rss20FeedFormatter.DateFromString(String dateTimeString, XmlReader reader)
[08/31/2014 22:20:23 > 73746b: ERR ] at System.ServiceModel.Syndication.Rss20FeedFormatter.ReadXml(XmlReader reader, SyndicationFeed result)
[08/31/2014 22:20:23 > 73746b: ERR ] at System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFeed(XmlReader reader)
[08/31/2014 22:20:23 > 73746b: ERR ] at System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFrom(XmlReader reader)
[08/31/2014 22:20:23 > 73746b: ERR ] at System.ServiceModel.Syndication.SyndicationFeed.Load[TSyndicationFeed](XmlReader reader)
[08/31/2014 22:20:23 > 73746b: ERR ] at CodeInside.Domain.Feed.FeedCrawler.GetFeed(String url)
[08/31/2014 22:20:23 > 73746b: ERR ] at CodeInside.Domain.Feed.FeedCrawler.d__2.MoveNext()
[08/31/2014 22:20:23 > 73746b: ERR ] --- End of stack trace from previous location where exception was thrown ---
[08/31/2014 22:20:23 > 73746b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
[08/31/2014 22:20:23 > 73746b: ERR ] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
[08/31/2014 22:20:23 > 73746b: ERR ] at CodeInside.Domain.MasterCrawler.d__0.MoveNext()
[08/31/2014 22:20:23 > 73746b: ERR ] --- End of inner exception stack trace ---
[08/31/2014 22:20:23 > 73746b: ERR ] at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
[08/31/2014 22:20:23 > 73746b: ERR ] at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification) [08/31/2014 22:20:23 > 73746b: ERR ] at System.Threading.Tasks.Task1.get_Result()
[08/31/2014 22:20:23 > 73746b: ERR ] at CodeInside.Crawler.Program.Main()

@robertmuehsig
Copy link
Member Author

Reason for this: The RSS Feed had a wrong date format - correct date format for RSS is RFC822. Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant