Error when Search All Missing

I’m able to “Search Selected” without any problems but click Search All Missing fails.

Here’s the log:

Message
System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in :0
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in :0

Message
{“RefId”:null,“Ver”:“1.0.0.0”,“Errors”:[{“PropertyName”:“Culture”,“ErrorMessage”:"\u0027Culture\u0027 should not be empty.",“AttemptedValue”:""}]}

Message
Exceptron.Client.ExceptronApiException: {“RefId”:null,“Ver”:“1.0.0.0”,“Errors”:[{“PropertyName”:“Culture”,“ErrorMessage”:"\u0027Culture\u0027 should not be empty.",“AttemptedValue”:""}]} —> System.Net.WebException: The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in :0
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in :0
— End of inner exception stack trace —
at Exceptron.Client.RestClient.Put[ExceptionResponse] (System.String url, System.Object content) [0x00000] in :0
at Exceptron.Client.ExceptronClient.SubmitException (Exceptron.Client.ExceptionData exceptionData) [0x00000] in :0 : Unable to submit exception to exceptron.

Message
Task Error: Object reference not set to an instance of an object

Exception
System.NullReferenceException: Object reference not set to an instance of an object
at Marr.Data.QGen.WhereBuilder1[NzbDrone.Core.Tv.Episode].GetRightValue (System.Linq.Expressions.Expression rightExpression) [0x00000] in <filename unknown>:0 at Marr.Data.QGen.WhereBuilder1[NzbDrone.Core.Tv.Episode].VisitMemberAccess (System.Linq.Expressions.MemberExpression expression) [0x00000] in :0
at Marr.Data.QGen.ExpressionVisitor.Visit (System.Linq.Expressions.Expression expression) [0x00000] in :0
at Marr.Data.QGen.WhereBuilder1[NzbDrone.Core.Tv.Episode].VisitBinary (System.Linq.Expressions.BinaryExpression expression) [0x00000] in <filename unknown>:0 at Marr.Data.QGen.ExpressionVisitor.Visit (System.Linq.Expressions.Expression expression) [0x00000] in <filename unknown>:0 at Marr.Data.QGen.ExpressionVisitor.VisitLamda (System.Linq.Expressions.LambdaExpression lambdaExpression) [0x00000] in <filename unknown>:0 at Marr.Data.QGen.ExpressionVisitor.Visit (System.Linq.Expressions.Expression expression) [0x00000] in <filename unknown>:0 at Marr.Data.QGen.WhereBuilder1[NzbDrone.Core.Tv.Episode]…ctor (System.Data.Common.DbCommand command, Marr.Data.QGen.Dialects.Dialect dialect, System.Linq.Expressions.Expression filter, Marr.Data.QGen.TableCollection tables, Boolean useAltName, Boolean tablePrefix) [0x00000] in :0
at Marr.Data.QGen.QueryBuilder1[NzbDrone.Core.Tv.Episode].Where (System.Linq.Expressions.Expression1 filterExpression) [0x00000] in :0
at NzbDrone.Core.Tv.EpisodeRepository.GetMissingEpisodesQuery (NzbDrone.Core.Datastore.PagingSpec1 pagingSpec, DateTime currentTime, Int32 startingSeasonNumber) [0x00000] in <filename unknown>:0 at NzbDrone.Core.Tv.EpisodeRepository.EpisodesWithoutFiles (NzbDrone.Core.Datastore.PagingSpec1 pagingSpec, Boolean includeSpecials) [0x00000] in :0
at NzbDrone.Core.Tv.EpisodeService.EpisodesWithoutFiles (NzbDrone.Core.Datastore.PagingSpec`1 pagingSpec) [0x00000] in :0
at NzbDrone.Core.IndexerSearch.MissingEpisodeSearchService.Execute (NzbDrone.Core.IndexerSearch.MissingEpisodeSearchCommand message) [0x00000] in :0
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[MissingEpisodeSearchCommand] (NzbDrone.Core.Messaging.Commands.Command command) [0x00000] in :0

Also just noticed this error at ND startup as well:

Bad signal in suspend_handler
Stacktrace:

at <0xffffffff>
at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods.sqlite3_close_v2 (intptr) <IL 0x00011, 0xffffffff>
at System.Data.SQLite.SQLiteBase.CloseConnectionV2 (System.Data.SQLite.SQLiteConnectionHandle,intptr) <IL 0x00029, 0x000c2>
at System.Data.SQLite.SQLiteConnectionHandle.ReleaseHandle () <IL 0x00025, 0x00063>
at System.Runtime.InteropServices.CriticalHandle.Dispose (bool) [0x00017] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Runtime.InteropServices/CriticalHandle.cs:51
at System.Runtime.InteropServices.CriticalHandle.Dispose () [0x00000] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Runtime.InteropServices/CriticalHandle.cs:41
at System.Data.SQLite.SQLite3.Close (bool) <IL 0x00043, 0x000a2>
at System.Data.SQLite.SQLiteConnection.Close () <IL 0x000ae, 0x005e8>
at Marr.Data.DataMapper.CloseConnection () [0x00033] in m:\BuildAgent1\work\328d72309b633a8\src\Marr.Data\DataMapper.cs:858
at Marr.Data.DataMapper.Query (string,System.Collections.Generic.ICollection1<T>,bool) [0x000bb] in m:\\BuildAgent1\\work\\328d72309b633a8\\src\\Marr.Data\\DataMapper.cs:584 at Marr.Data.DataMapper.Query<T> (string,System.Collections.Generic.ICollection1) [0x00000] in m:\BuildAgent1\work\328d72309b633a8\src\Marr.Data\DataMapper.cs:546
at Marr.Data.DataMapper.Query (string) [0x00000] in m:\BuildAgent1\work\328d72309b633a8\src\Marr.Data\DataMapper.cs:537
at NzbDrone.Core.SeriesStats.SeriesStatisticsRepository.SeriesStatistics () [0x00049] in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Core\SeriesStats\SeriesStatisticsRepository.cs:34
at NzbDrone.Core.SeriesStats.SeriesStatisticsService.SeriesStatistics () [0x00000] in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Core\SeriesStats\SeriesStatisticsService.cs:22
at NzbDrone.Api.Series.SeriesModule.AllSeries () [0x00000] in m:\BuildAgent1\work\328d72309b633a8\src\zbDrone.Api\Series\SeriesModule.cs:77
at NzbDrone.Api.REST.RestModule1.<set_GetResourceAll>b__c (object) [0x00000] in m:\\BuildAgent1\\work\\328d72309b633a8\\src\zbDrone.Api\\REST\\RestModule.cs:111 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, 0x00145>
at Nancy.Routing.Route.Invoke (Nancy.DynamicDictionary,System.Threading.CancellationToken) <IL 0x00008, 0x0002d>
at Nancy.Routing.DefaultRouteInvoker.Invoke (Nancy.Routing.Route,System.Threading.CancellationToken,Nancy.DynamicDictionary,Nancy.NancyContext) <IL 0x0001b, 0x000ad>
at Nancy.Routing.DefaultRequestDispatcher/<>c__DisplayClass2.b__0 (System.Threading.Tasks.Task1<Nancy.Response>) <IL 0x0004d, 0x000b1> at Nancy.Helpers.TaskHelpers.WhenCompleted<T> (System.Threading.Tasks.Task1,System.Action1<System.Threading.Tasks.Task1>,System.Action1<System.Threading.Tasks.Task1>,bool) <IL 0x0001a, 0x00073>
at Nancy.Routing.DefaultRequestDispatcher.Dispatch (Nancy.NancyContext,System.Threading.CancellationToken) <IL 0x000ab, 0x001e7>
at Nancy.NancyEngine/<>c__DisplayClass12.b__f (System.Threading.Tasks.Task1<Nancy.Response>) <IL 0x0001f, 0x0005f> at Nancy.Helpers.TaskHelpers.WhenCompleted<T> (System.Threading.Tasks.Task1,System.Action1<System.Threading.Tasks.Task1>,System.Action1<System.Threading.Tasks.Task1>,bool) <IL 0x0001a, 0x00073>
at Nancy.NancyEngine.InvokeRequestLifeCycle (Nancy.NancyContext,System.Threading.CancellationToken,Nancy.Bootstrapper.IPipelines) <IL 0x0006f, 0x001a1>
at Nancy.NancyEngine.HandleRequestInternal (Nancy.Request,System.Func2<Nancy.NancyContext, Nancy.NancyContext>) <IL 0x000a6, 0x001ca> at Nancy.NancyEngine.HandleRequest (Nancy.Request,System.Func2<Nancy.NancyContext, Nancy.NancyContext>,System.Action1<Nancy.NancyContext>,System.Action1<System.Exception>) <IL 0x00018, 0x00067>
at Nancy.Owin.NancyOwinHost.Invoke (System.Collections.Generic.IDictionary2<string, object>) <IL 0x00150, 0x004f8> at Microsoft.AspNet.SignalR.Owin.Handlers.PersistentConnectionHandler.Invoke (System.Collections.Generic.IDictionary2<string, object>) [0x0001d] in m:\BuildAgent1\work\328d72309b633a8\src\Microsoft.AspNet.SignalR.Owin\Handlers\PersistentConnectionHandler.cs:33
at Microsoft.Owin.Hosting.Utilities.Encapsulate.Invoke (System.Collections.Generic.IDictionary2<string, object>) <IL 0x00060, 0x000e2> at Microsoft.Owin.Host.HttpListener.OwinHttpListener.StartProcessingRequest (System.Net.HttpListenerContext) <IL 0x0008c, 0x00246> at System.Threading.Tasks.TaskHelpersExtensions/<>c__DisplayClass361/<>c__DisplayClass38.b__35 () <IL 0x00016, 0x00073>
at System.Threading.Tasks.TaskHelpersExtensions/<>c__DisplayClass49.b__48 () <IL 0x00006, 0x00019>
at System.Threading.Tasks.TaskHelpers.RunSynchronously<System.Threading.Tasks.TaskHelpersExtensions/AsyncVoid> (System.Func1<System.Threading.Tasks.Task1<System.Threading.Tasks.TaskHelpersExtensions/AsyncVoid>>,System.Threading.CancellationToken) <IL 0x00010, 0x00057>
at System.Threading.Tasks.TaskHelpersExtensions.ToAsyncVoidTask (System.Action) <IL 0x00022, 0x0009d>
at System.Threading.Tasks.TaskHelpersExtensions/<>c__DisplayClass361.<Then>b__34 (System.Threading.Tasks.Task1) <IL 0x00020, 0x000ea>
at System.Threading.Tasks.TaskHelpersExtensions/<>c__DisplayClass452<System.Threading.Tasks.TaskHelpersExtensions/AsyncVoid, System.Threading.Tasks.Task1<System.Net.HttpListenerContext>>.b__43 (System.Threading.Tasks.Task) <IL 0x0007c, 0x00188>
at System.Threading.Tasks.TaskActionInvoker/ActionTaskInvoke.Invoke (System.Threading.Tasks.Task,object,System.Threading.Tasks.Task) [0x00000] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/TaskActionInvoker.cs:112
at System.Threading.Tasks.Task.InnerInvoke () [0x0000b] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/Task.cs:505
at System.Threading.Tasks.Task.ThreadStart () [0x00097] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/Task.cs:406
at System.Threading.Tasks.Task.Execute () [0x00000] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/Task.cs:471
at System.Threading.Tasks.TaskScheduler.TryExecuteTask (System.Threading.Tasks.Task) [0x00019] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/TaskScheduler.cs:124
at System.Threading.Tasks.TpScheduler.TryExecuteTaskInline (System.Threading.Tasks.Task,bool) [0x00014] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/TpScheduler.cs:78
at System.Threading.Tasks.TaskScheduler.RunInline (System.Threading.Tasks.Task,bool) [0x00000] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/TaskScheduler.cs:138
at System.Threading.Tasks.Task.RunSynchronouslyCore (System.Threading.Tasks.TaskScheduler) [0x00015] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/Task.cs:221
at System.Threading.Tasks.TaskContinuation.Execute () [0x0004a] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/TaskContinuation.cs:107
at System.Threading.Tasks.Task.ProcessCompleteDelegates () [0x00015] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/Task.cs:558
at System.Threading.Tasks.Task.Finish () [0x000ce] in /work/a/ports/lang/mono/work/mono-3.0.12/mcs/class/corlib/System.Threading.Tasks/Task.cs:541

http://forums.nzbdrone.com/discussion/1859/task-error-object-reference-not-set-to-an-instance-of-an-object#Item_16

Sorry yeah was literally just reading that >_<