Advertisement
Guest User

Untitled

a guest
Dec 30th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. 2019-09-14 20:06:40,841 DEBG 'jellyfin' stderr output:
  2.  
  3. 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
  4. --- End of inner exception stack trace ---
  5. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
  6. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
  7. at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
  8. at System.Net.Security.SslState.ThrowIfExceptional()
  9. at System.Net.Security.SslState.CheckThrow(Boolean authSuccessCheck, Boolean shutdownCheck)
  10. at System.Net.Security.SslState.CheckOldKeyDecryptedData(Memory`1 buffer)
  11. at System.Net.Security.SslState.HandleQueuedCallback(Object& queuedStateRequest)
  12. at System.Net.Security.SslState.FinishHandshakeRead(Int32 newState)
  13. at System.Net.Security.SslState.FinishHandshake(Exception e, AsyncProtocolRequest asyncRequest)
  14. at System.Net.Security.SslState.RehandshakeCompleteCallback(IAsyncResult result)
  15. at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  16. at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  17. at System.Net.AsyncProtocolRequest.CompleteUserWithError(Exception e)
  18. at System.Net.FixedSizeReader.ReadPacketAsync(Stream transport, AsyncProtocolRequest request)
  19. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement