Unable to load series on 2.0.0.3357

Since updating to 2.0.0.3357 on Ubuntu 15, Sonnar does not load and throws the error below. I’ve reinstalled the previous version without issue. Any ideas?

15-7-31 09:10:40.7|Fatal|NzbDroneErrorPipeline|Request Failed

System.NullReferenceException: Object reference not set to an instance of an object
at NzbDrone.Api.Series.SeriesModule.LinkSeriesStatistics (NzbDrone.Api.Series.SeriesResource,NzbDrone.Core.SeriesStats.SeriesStatistics) <0x001d2>
at NzbDrone.Api.Series.SeriesModule.LinkSeriesStatistics (System.Collections.Generic.List1<NzbDrone.Api.Series.SeriesResource>,System.Collections.Generic.List1<NzbDrone.Core.SeriesStats.SeriesStatistics>) <0x00173>
at NzbDrone.Api.Series.SeriesModule.AllSeries () <0x000bb>
at NzbDrone.Api.REST.RestModule1<NzbDrone.Api.Series.SeriesResource>.<set_GetResourceAll>b__c (object) <0x0001a> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func2<object, object>,object) <0x000a0>
at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <0x00137>

Need the error with mono running with the --debug switch to diagnose further.

Ran in debug mode, a bit more information was outputted:

15-7-31 13:16:19.7|Fatal|NzbDroneErrorPipeline|Request Failed

System.NullReferenceException: Object reference not set to an instance of an object
at NzbDrone.Api.Series.SeriesModule.LinkSeriesStatistics (NzbDrone.Api.Series.SeriesResource,NzbDrone.Core.SeriesStats.SeriesStatistics) [0x00064] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\Series\SeriesModule.cs:173
at NzbDrone.Api.Series.SeriesModule.LinkSeriesStatistics (System.Collections.Generic.List1<NzbDrone.Api.Series.SeriesResource>,System.Collections.Generic.List1<NzbDrone.Core.SeriesStats.SeriesStatistics>) [0x00039] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\Series\SeriesModule.cs:158
at NzbDrone.Api.Series.SeriesModule.AllSeries () [0x00031] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\Series\SeriesModule.cs:105
at NzbDrone.Api.REST.RestModule1<NzbDrone.Api.Series.SeriesResource>.<set_GetResourceAll>b__c (object) <0x0001a> at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func2<object, object>,object) <IL 0x00038, 0x000a0>
at Nancy.Routing.Route/<>c__DisplayClass4.b__3 (object,System.Threading.CancellationToken) <IL 0x0005f, 0x00137>

That definitely helps. Would you be able to send me a copy of your Sonarr database? (PM me a link to download it, you can get a copy by making a backup on System: Backup in Sonarr).

Certainly…on its way. Thanks for your help!

I actually don’t see any way to send private messages, any suggestions?

Try now, your account was limited due to it being brand new.

Just pushed a fix to develop, thanks for catching this one.

Awesome, nice error handling and debugging! Thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.