Trakt error when start with MP crash (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,627
    10,557
    Kyiv
    Home Country
    Ukraine Ukraine
    Trakt error when start with MP crash:
    Code:
    [2020-03-07 11:13:58,044] [Log    ] [DashShows] [ERROR] - Exception: System.InvalidOperationException: Коллекция была изменена; невозможно выполнить операцию перечисления.
       в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
       в System.Collections.Generic.List`1.Enumerator.MoveNextRare()
       в System.Collections.Generic.List`1.Enumerator.MoveNext()
       в MediaPortal.GUI.Library.GUIWindow.AnimationTrigger(GUIMessage message)
       в MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
       в MediaPortal.GUI.Library.GUIControl.ClearControl(Int32 iWindowId, Int32 iControlId)
       в TraktPlugin.TraktDashboard.LoadTrendingShowsFacade(IEnumerable`1 trendingItems, GUIFacadeControl facade)
       в TraktPlugin.TraktDashboard.LoadTrendingShows(Boolean forceReload)
       в TraktPlugin.TraktDashboard.<Init>b__77_4(Object o)
       в System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
       в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       в System.Threading.TimerQueueTimer.CallCallback()
       в System.Threading.TimerQueueTimer.Fire()
       в System.Threading.TimerQueue.FireNextTimers()
       в System.Threading.TimerQueue.AppDomainTimerCallback(Int32 id)  Message: Коллекция была изменена; невозможно выполнить операцию перечисления.  Site   : Void ThrowInvalidOperationException(System.ExceptionResource)  Source : mscorlib  Stack Trace:     в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
       в System.Collections.Generic.List`1.Enumerator.MoveNextRare()
       в System.Collections.Generic.List`1.Enumerator.MoveNext()
       в MediaPortal.GUI.Library.GUIWindow.AnimationTrigger(GUIMessage message)
       в MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
       в MediaPortal.GUI.Library.GUIControl.ClearControl(Int32 iWindowId, Int32 iControlId)
       в TraktPlugin.TraktDashboard.LoadTrendingShowsFacade(IEnumerable`1 trendingItems, GUIFacadeControl facade)
       в TraktPlugin.TraktDashboard.LoadTrendingShows(Boolean forceReload)
       в TraktPlugin.TraktDashboard.<Init>b__77_4(Object o)
       в System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
       в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       в System.Threading.TimerQueueTimer.CallCallback()
       в System.Threading.TimerQueueTimer.Fire()
       в System.Threading.TimerQueue.FireNextTimers()
       в System.Threading.TimerQueue.AppDomainTimerCallback(Int32 id)

    Коллекция была изменена; невозможно выполнить операцию перечисления - The collection has been modified; unable to perform enumeration operation
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    I made some improvements to loading the dashboard in upcoming v6.0.4, I'm not 100% sure if it fixes this particular issue but please notify if not.
     

    Users who are viewing this thread

    Top Bottom