[LibrarySync] [ERROR] - Exception: System.OutOfMemoryException (1 Viewer)

yoavain

Extension Dev
  • Premium Supporter
  • May 24, 2009
    427
    467
    46
    Home Country
    Israel Israel
    Hi @ltfearme,

    I'm getting this error as soon as I open MP and go to TV-Series plugin, and it crashes. Stack trace implies it's related to Trakt.

    [2014-11-01 15:05:41,794] [Error ] [LibrarySync] [ERROR] - MediaPortal: Unhandled exception occured
    [2014-11-01 15:05:43,890] [Log ] [LibrarySync] [ERROR] - Exception: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
    at System.String.Concat(String str0, String str1, String str2)
    at WindowPlugins.GUITVSeries.DBTable.Read(Row row, Hashtable ColumnIndices)
    at WindowPlugins.GUITVSeries.DBEpisode.Get(String query)
    at TraktPlugin.TraktHandlers.TVSeries.SyncLibrary()
    at TraktPlugin.TraktHandlers.TVSeries.<OnImportCompleted>b__63()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart() Message: Exception of type 'System.OutOfMemoryException' was thrown. Site : System.String Concat(System.String, System.String, System.String) Source : mscorlib Stack Trace: at System.String.Concat(String str0, String str1, String str2)
    at WindowPlugins.GUITVSeries.DBTable.Read(Row row, Hashtable ColumnIndices)
    at WindowPlugins.GUITVSeries.DBEpisode.Get(String query)
    at TraktPlugin.TraktHandlers.TVSeries.SyncLibrary()
    at TraktPlugin.TraktHandlers.TVSeries.<OnImportCompleted>b__63()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()

    I can check later if this still happens when disabling Trakt...
    Edit: Yes, everything works when disabling Trakt...

    Thanks
     
    Last edited:

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Hi @yoavain,

    Can you check the integrity of your tvseries database or even other databases you use?

    This could be a just a symptom of a corrupt database but if you give me a full set of debug logs I can take a closer look.
     

    Users who are viewing this thread

    Top Bottom