Error when trying to change the filter.

Issue #7846 open
Timothy Struble created an issue

I get the following error when I try to change the filter:

Object reference not set to an instance of an object.

App:     LaunchBox
Version: 13.5
Type:    System.NullReferenceException
Site:    System.Object InsertHttpIdentifier(System.Object)
Source:  LaunchBox

   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass98_15.InsertHttpIdentifier(Object )
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass98_15.PushFailureTask(PlaylistFilter filter)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass98_1.CountFailureDescriptor()
   at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location ---
   at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
   at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
   at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
   at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
   at Unbroken.LaunchBox.Windows.Threading.FindLiteralError(Object , Object , DispatcherPriority )
   at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass98_0.ExcludeHttpSystem(Object , DispatcherPriority )
   at Unbroken.LaunchBox.Windows.Desktop.ViewModels.SideBarViewModel.<>c__DisplayClass98_0.ResetFailureDescriptor()
   at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.ExcludeStatelessSingleton(Object )
   at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.IncludeCommonOrder()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

Recent Log:

   11:35:30 PM Exception

Thanks

Comments (3)

  1. Log in to comment