1. How would I find this?
Latest errors:
SignalR exception thrown by Task: System.AggregateException: One or more errors occurred. ---> System.IO.IOException: Unable to write data to the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException: Connection reset by peer
at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <fc308f916aec4e4283e0c1d4b761760a>:0
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 size) [0x0009b] in <fc308f916aec4e4283e0c1d4b761760a>:0
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 size) [0x000e2] in <fc308f916aec4e4283e0c1d4b761760a>:0
at System.Net.ResponseStream.InternalWrite (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0001b] in <fc308f916aec4e4283e0c1d4b761760a>:0
at System.Net.ResponseStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0009c] in <fc308f916aec4e4283e0c1d4b761760a>:0
at Microsoft.Owin.Host.HttpListener.RequestProcessing.ExceptionFilterStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00024] in <208c8ef8a4ba4b878f0e4420d5960bea>:0
at Microsoft.AspNet.SignalR.Owin.ServerResponse.Write (System.ArraySegment`1[T] data) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Owin\ServerResponse.cs:50
at Microsoft.AspNet.SignalR.Infrastructure.BinaryTextWriter+<>c.<.ctor>b__0_0 (System.ArraySegment`1[T] data, System.Object state) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BinaryTextWriter.cs:12
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Flush (System.Byte[] byteBuffer, System.Boolean flushEncoder) [0x00027] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:182
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Flush (System.Boolean flushEncoder) [0x00008] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:163
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Flush () [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:155
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Write (System.ArraySegment`1[T] data) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:149
at Microsoft.AspNet.SignalR.Infrastructure.BinaryTextWriter.Write (System.ArraySegment`1[T] data) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BinaryTextWriter.cs:31
at Microsoft.AspNet.SignalR.Transports.PersistentResponse.WriteMessages (System.IO.TextWriter writer, Newtonsoft.Json.JsonTextWriter jsonWriter) [0x00063] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\PersistentResponse.cs:167
at Microsoft.AspNet.SignalR.Transports.PersistentResponse.Microsoft.AspNet.SignalR.Json.IJsonWritable.WriteJson (System.IO.TextWriter writer) [0x000f5] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\PersistentResponse.cs:131
at Microsoft.AspNet.SignalR.Json.JsonNetSerializer.Serialize (System.Object value, System.IO.TextWriter writer) [0x0000a] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Json\JsonNetSerializer.cs:61
at NzbDrone.SignalR.Serializer.Serialize (System.Object value, System.IO.TextWriter writer) [0x0001f] in C:\projects\radarr-usby1\src\NzbDrone.SignalR\Serializer.cs:20
at Microsoft.AspNet.SignalR.Transports.LongPollingTransport.PerformSend (System.Object state) [0x00085] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\LongPollingTransport.cs:315
at Microsoft.AspNet.SignalR.Transports.LongPollingTransport+<>c.<Send>b__43_0 (System.Object state) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\LongPollingTransport.cs:157
at Microsoft.AspNet.SignalR.Infrastructure.TaskQueue.<Enqueue>b__14_0 (System.Func`2[T,TResult] next, System.Object nextState) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs:85
at Microsoft.AspNet.SignalR.TaskAsyncHelper.FromMethod[T1,T2] (System.Func`3[T1,T2,TResult] func, T1 arg1, T2 arg2) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\TaskAsyncHelper.cs:764
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.IOException: Unable to write data to the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException: Connection reset by peer
at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags) [0x00016] in <fc308f916aec4e4283e0c1d4b761760a>:0
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 size) [0x0009b] in <fc308f916aec4e4283e0c1d4b761760a>:0
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 size) [0x000e2] in <fc308f916aec4e4283e0c1d4b761760a>:0
at System.Net.ResponseStream.InternalWrite (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0001b] in <fc308f916aec4e4283e0c1d4b761760a>:0
at System.Net.ResponseStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0009c] in <fc308f916aec4e4283e0c1d4b761760a>:0
at Microsoft.Owin.Host.HttpListener.RequestProcessing.ExceptionFilterStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00024] in <208c8ef8a4ba4b878f0e4420d5960bea>:0
at Microsoft.AspNet.SignalR.Owin.ServerResponse.Write (System.ArraySegment`1[T] data) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Owin\ServerResponse.cs:50
at Microsoft.AspNet.SignalR.Infrastructure.BinaryTextWriter+<>c.<.ctor>b__0_0 (System.ArraySegment`1[T] data, System.Object state) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BinaryTextWriter.cs:12
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Flush (System.Byte[] byteBuffer, System.Boolean flushEncoder) [0x00027] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:182
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Flush (System.Boolean flushEncoder) [0x00008] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:163
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Flush () [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:155
at Microsoft.AspNet.SignalR.Infrastructure.BufferTextWriter+ChunkedWriter.Write (System.ArraySegment`1[T] data) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BufferTextWriter.cs:149
at Microsoft.AspNet.SignalR.Infrastructure.BinaryTextWriter.Write (System.ArraySegment`1[T] data) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\BinaryTextWriter.cs:31
at Microsoft.AspNet.SignalR.Transports.PersistentResponse.WriteMessages (System.IO.TextWriter writer, Newtonsoft.Json.JsonTextWriter jsonWriter) [0x00063] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\PersistentResponse.cs:167
at Microsoft.AspNet.SignalR.Transports.PersistentResponse.Microsoft.AspNet.SignalR.Json.IJsonWritable.WriteJson (System.IO.TextWriter writer) [0x000f5] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\PersistentResponse.cs:131
at Microsoft.AspNet.SignalR.Json.JsonNetSerializer.Serialize (System.Object value, System.IO.TextWriter writer) [0x0000a] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Json\JsonNetSerializer.cs:61
at NzbDrone.SignalR.Serializer.Serialize (System.Object value, System.IO.TextWriter writer) [0x0001f] in C:\projects\radarr-usby1\src\NzbDrone.SignalR\Serializer.cs:20
at Microsoft.AspNet.SignalR.Transports.LongPollingTransport.PerformSend (System.Object state) [0x00085] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\LongPollingTransport.cs:315
at Microsoft.AspNet.SignalR.Transports.LongPollingTransport+<>c.<Send>b__43_0 (System.Object state) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Transports\LongPollingTransport.cs:157
at Microsoft.AspNet.SignalR.Infrastructure.TaskQueue.<Enqueue>b__14_0 (System.Func`2[T,TResult] next, System.Object nextState) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\Infrastructure\TaskQueue.cs:85
at Microsoft.AspNet.SignalR.TaskAsyncHelper.FromMethod[T1,T2] (System.Func`3[T1,T2,TResult] func, T1 arg1, T2 arg2) [0x00000] in C:\projects\radarr-usby1\src\Microsoft.AspNet.SignalR.Core\TaskAsyncHelper.cs:764 <---
Task Error: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.Net.WebException: The request was aborted: The request was canceled.
at System.Net.HttpWebRequest+<MyGetResponseAsync>d__246.MoveNext () [0x003d5] in <fc308f916aec4e4283e0c1d4b761760a>:0
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.Net.WebException: The request was aborted: The request was canceled.
at System.Net.HttpWebRequest+<MyGetResponseAsync>d__246.MoveNext () [0x003d5] in <fc308f916aec4e4283e0c1d4b761760a>:0 <---
Close
Task Error: database is locked
database is locked
System.Data.SQLite.SQLiteException (0x80004005): database is locked
database is locked
at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x00300] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x000f6] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.GetStatement (System.Int32 index) [0x00008] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteCommand.GetStatement(int)
at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0011e] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor(System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteConnection.Open () [0x00959] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.DataMapper.OpenConnection () [0x00019] in C:\projects\radarr-usby1\src\Marr.Data\DataMapper.cs:847
at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x00065] in C:\projects\radarr-usby1\src\Marr.Data\DataMapper.cs:566
at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in C:\projects\radarr-usby1\src\Marr.Data\QGen\QueryBuilder.cs:279
at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Datastore\BasicRepository.cs:62
at NzbDrone.Core.Jobs.TaskManager.GetPending () [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Jobs\TaskManager.cs:47
at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands () [0x0000b] in C:\projects\radarr-usby1\src\NzbDrone.Core\Jobs\Scheduler.cs:36
at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <71d8ad678db34313b7f718a414dfcb25>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <71d8ad678db34313b7f718a414dfcb25>:0
Close
The latest errors