Jump to content

I'm getting NullReferenceException notifications


Recommended Posts

TheShanMan
Posted

With build 5886 and 5887 I've started getting email notifications with no subject and the following in the body:

Error getting channel itemsSystem.NullReferenceException: Object reference not set to an instance of an object.
   at PodCasts.Entities.RssFeed.<Refresh>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at PodCasts.Channel.<>c__DisplayClass39.<<GetAllMedia>b__34>d__3b.MoveNext()

Why would I be getting an exception stack trace in a notification?

Posted

You have a channel called podcasts which is returning an http error when requesting "getAllMedia". Perhaps that RSS feed is down.

TheShanMan
Posted

It looks like you're right, but there should be an exception handler that does something more user friendly than sending me a stack trace notification.

Posted (edited)

Been getting similar xml.MoveNext issues on TV shows that are multi-episodes, although I am aware that some nfo parsing stuff is currently being updated.

Edited by dethknite

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...