RSS Feed throwing errors into the log

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/14/2012 2:58:45 PM
Gravatar
Total Posts 537
feet planted firmly on the ground

RSS Feed throwing errors into the log

Not sure whether this is a bug, but I'm seeing a lots in the system log like this:

2012-06-14 18:42:41,299 ERROR 62.197.41.181 - en-US - / - mojoPortal.Web.FeedUI.FeedCache - There was a problem trying to read the feed for url http://www.software4conservation.com/events13rss.aspx.  Ignoring.
System.Xml.XmlException: '>' is an unexpected token. The expected token is '"' or '''. Line 1, position 62.

My guess is there's a funny character in a blog post?  But presumably that should be handled. Happy to diagnose further if you can tell me what to look for. 

 

6/15/2012 9:57:08 AM
Gravatar
Total Posts 18439

Re: RSS Feed throwing errors into the log

It looks like your feed url itself is throwing an error when you visit http://www.software4conservation.com/events13rss.aspx

​So the error page is being returned to feed manager instead of an actual feed and this is causing a secondary error in feedmanager.

​Need to find out from your log what is causing the error in the feed.

You must sign in to post in the forums. This thread is closed to new posts.