Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2019-09-14 20:06:40,841 DEBG 'jellyfin' stderr output:
- Unhandled Exception: System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException: Connection reset by peer
- --- End of inner exception stack trace ---
- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
- at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
- at System.Net.Security.SslState.ThrowIfExceptional()
- at System.Net.Security.SslState.CheckThrow(Boolean authSuccessCheck, Boolean shutdownCheck)
- at System.Net.Security.SslState.CheckOldKeyDecryptedData(Memory`1 buffer)
- at System.Net.Security.SslState.HandleQueuedCallback(Object& queuedStateRequest)
- at System.Net.Security.SslState.FinishHandshakeRead(Int32 newState)
- at System.Net.Security.SslState.FinishHandshake(Exception e, AsyncProtocolRequest asyncRequest)
- at System.Net.Security.SslState.RehandshakeCompleteCallback(IAsyncResult result)
- at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
- at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
- at System.Net.AsyncProtocolRequest.CompleteUserWithError(Exception e)
- at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
- --- End of stack trace from previous location where exception was thrown ---
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement