Reply to thread

I'm currently trying to isolate an out of memory error and have disabled most plugins.  The spate of errors seemed to indicate My TVSeries and thus I have a thread open over there regarding this.  After disabling most non-essential plugins, I left MP running for another day and waited for it to abort.


This time the error is different and it might not be related at all to the current issue, but I thought I'd post the logs here and the stack so that ltfearme can note it.  The stack is:

[CODE]

2012-01-06 09:56:51.970207 [ERROR][TVSeries Sync(71)]: MediaPortal: Unhandled exception occured

2012-01-06 09:56:51.974207 [ERROR][TVSeries Sync(71)]: Exception   :System.NullReferenceException: Object reference not set to an instance of an object.

   at TraktPlugin.TraktAPI.TraktAPI.GetUnSeenEpisodesForUser(String user)

   at TraktPlugin.TraktHandlers.TVSeries.SyncLibrary()

   at TraktPlugin.TraktHandlers.TVSeries.<OnImportCompleted>b__34()

   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Threading.ThreadHelper.ThreadStart()

2012-01-06 09:56:51.976207 [ERROR][TVSeries Sync(71)]: Exception   :Object reference not set to an instance of an object.

2012-01-06 09:56:51.978208 [ERROR][TVSeries Sync(71)]:   site      :System.Collections.Generic.IEnumerable`1[TraktPlugin.TraktAPI.DataStructures.TraktLibraryShow] GetUnSeenEpisodesForUser(System.String)

2012-01-06 09:56:51.980208 [ERROR][TVSeries Sync(71)]:   source    :TraktPlugin

2012-01-06 09:56:51.982208 [ERROR][TVSeries Sync(71)]:   stacktrace:   at TraktPlugin.TraktAPI.TraktAPI.GetUnSeenEpisodesForUser(String user)

   at TraktPlugin.TraktHandlers.TVSeries.SyncLibrary()

   at TraktPlugin.TraktHandlers.TVSeries.<OnImportCompleted>b__34()

   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Threading.ThreadHelper.ThreadStart()[/CODE]



And the logs are attached,  and I'm running Trakt 1.3.2.1.


I have a large tv collection - 31000+ episodes over 481 series.  My PC's got 8GB of ram and all plugins are up to date based on the extension installer.  MP 1.2.2 and Win7 64-bit.  Latest DirectX, nvidia drivers, SP1, etc.


Top Bottom