Advertisement
Guest User

Untitled

a guest
Apr 30th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. Application: TvtComment.exe
  2. CoreCLR Version: 5.0.321.7212
  3. .NET Version: 5.0.3
  4. Description: The process was terminated due to an unhandled exception.
  5. Exception Info: System.AggregateException: One or more errors occurred. (The given key was not present in the dictionary.)
  6. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  7. at System.Text.Json.JsonElement.GetProperty(String propertyName)
  8. at TVTComment.Model.NiconicoUtils.NicoLiveCommentReceiver.Receive(String liveId, CancellationToken cancellationToken)+MoveNext()
  9. at TVTComment.Model.NiconicoUtils.NicoLiveCommentReceiver.Receive(String liveId, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
  10. at TVTComment.Model.ChatCollectService.NewNiconicoJikkyouChatCollectService.collectChat(String originalLiveId, CancellationToken cancellationToken)
  11. at TVTComment.Model.ChatCollectService.NewNiconicoJikkyouChatCollectService.collectChat(String originalLiveId, CancellationToken cancellationToken)
  12. --- End of inner exception stack trace ---
  13. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  14. at System.Threading.Tasks.Task.Wait()
  15. at TVTComment.Model.ChatCollectService.NewNiconicoJikkyouChatCollectService.Dispose()
  16. at ObservableUtils.DisposableObservableCollection`1.RemoveItem(Int32 index)
  17. at System.Collections.ObjectModel.Collection`1.RemoveAt(Int32 index)
  18. at ObservableUtils.ObservableCollectionExtension.<>c__DisplayClass3_0`3.<MakeOneWayLinkedCollectionMany>b__2(TSource item, Int32 index)
  19. at ObservableUtils.NotifyCollectionChangedExtension.<>c__DisplayClass2_0`2.<ObserveCollectionChanged>b__0(Object sender, NotifyCollectionChangedEventArgs e)
  20. at System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
  21. at System.Collections.ObjectModel.ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
  22. at System.Collections.ObjectModel.ReadOnlyObservableCollection`1.HandleCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
  23. at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
  24. at System.Collections.ObjectModel.ObservableCollection`1.RemoveItem(Int32 index)
  25. at System.Collections.ObjectModel.Collection`1.Remove(T item)
  26. at TVTComment.Model.ChatCollectServiceModule.<>c__DisplayClass28_0.<timerCallback>b__0(Object _)
  27. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  28. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  29. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  30. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  31. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  32. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  33. --- End of stack trace from previous location ---
  34. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  35. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  36. at System.Windows.Threading.DispatcherOperation.Invoke()
  37. at System.Windows.Threading.Dispatcher.ProcessQueue()
  38. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  39. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  40. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  41. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  42. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  43. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  44. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  45. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  46. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  47. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  48. at System.Windows.Threading.Dispatcher.Run()
  49. at System.Windows.Application.RunDispatcher(Object ignore)
  50. at System.Windows.Application.RunInternal(Window window)
  51. at System.Windows.Application.Run()
  52. at TVTComment.App.Main()
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement