Advertisement
Guest User

server-63601459200

a guest
Jun 14th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.81 KB | None | 0 0
  1. 2016-06-14 09:34:25.5176 Info HttpServer: HTTP POST http://10.0.0.130:8096/emby/Sessions/Playing/Stopped. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  2. 2016-06-14 09:34:25.6516 Info App: Stopping ffmpeg process with q command for C:\Users\Zachary\AppData\Roaming\Emby-Server\transcoding-temp\7ee9862f9eb85d8d3a528363d75acd37.mkv
  3. 2016-06-14 09:34:25.6836 Error App: Error streaming media. The client has most likely disconnected or transcoding has failed.
  4. *** Error Report ***
  5. Version: 3.0.5972.0
  6. Command line: C:\Users\Zachary\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
  7. Operating system: Microsoft Windows NT 6.1.7601 Service Pack 1
  8. Processor count: 3
  9. 64-Bit OS: True
  10. 64-Bit Process: True
  11. Program data path: C:\Users\Zachary\AppData\Roaming\Emby-Server
  12. Application Path: C:\Users\Zachary\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
  13. One or more errors occurred.
  14. System.AggregateException
  15. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  16. at MediaBrowser.Api.Playback.Progressive.ProgressiveStreamWriter.WriteToInternal(Stream responseStream)
  17. InnerException: System.IO.IOException
  18. Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
  19. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  20. at SocketHttpListener.Net.ResponseStream.InternalWrite(Byte[] buffer, Int32 offset, Int32 count)
  21. at SocketHttpListener.Net.ResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  22. at MediaBrowser.Api.Playback.Progressive.ProgressiveFileCopier.CopyToInternal(Stream source, Stream destination, Int32 bufferSize)
  23. at MediaBrowser.Api.Playback.Progressive.ProgressiveFileCopier.<StreamFile>d__0.MoveNext()
  24. InnerException: System.Net.Sockets.SocketException
  25. An established connection was aborted by the software in your host machine
  26. at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  27. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  28.  
  29. 2016-06-14 09:34:25.6836 Error HttpServer: Error in HttpListenerResponseWrapper: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
  30. *** Error Report ***
  31. Version: 3.0.5972.0
  32. Command line: C:\Users\Zachary\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
  33. Operating system: Microsoft Windows NT 6.1.7601 Service Pack 1
  34. Processor count: 3
  35. 64-Bit OS: True
  36. 64-Bit Process: True
  37. Program data path: C:\Users\Zachary\AppData\Roaming\Emby-Server
  38. Application Path: C:\Users\Zachary\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
  39. Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
  40. System.IO.IOException
  41. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  42. at SocketHttpListener.Net.ResponseStream.InternalWrite(Byte[] buffer, Int32 offset, Int32 count)
  43. at SocketHttpListener.Net.ResponseStream.Close()
  44. at MediaBrowser.Server.Implementations.HttpServer.SocketSharp.Extensions.CloseOutputStream(HttpListenerResponse response, ILogger logger)
  45. InnerException: System.Net.Sockets.SocketException
  46. An established connection was aborted by the software in your host machine
  47. at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  48. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  49.  
  50. 2016-06-14 09:34:25.6836 Error HttpAsyncTaskHandler: Error occured while Processing Request: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
  51. *** Error Report ***
  52. Version: 3.0.5972.0
  53. Command line: C:\Users\Zachary\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
  54. Operating system: Microsoft Windows NT 6.1.7601 Service Pack 1
  55. Processor count: 3
  56. 64-Bit OS: True
  57. 64-Bit Process: True
  58. Program data path: C:\Users\Zachary\AppData\Roaming\Emby-Server
  59. Application Path: C:\Users\Zachary\AppData\Roaming\Emby-Server\System\MediaBrowser.ServerApplication.exe
  60. Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
  61. System.IO.IOException
  62. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  63. at SocketHttpListener.Net.ResponseStream.InternalWrite(Byte[] buffer, Int32 offset, Int32 count)
  64. at SocketHttpListener.Net.ResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  65. at ServiceStack.Formats.HtmlFormat.SerializeToStream(IRequest request, Object response, IResponse httpRes)
  66. at ServiceStack.HttpResponseExtensionsInternal.WriteErrorToResponse(IResponse httpRes, IRequest httpReq, String contentType, String operationName, String errorMessage, Exception ex, Int32 statusCode)
  67. at ServiceStack.ServiceStackHost.OnUncaughtException(IRequest httpReq, IResponse httpRes, String operationName, Exception ex)
  68. at ServiceStack.HostContext.RaiseUncaughtException(IRequest httpReq, IResponse httpRes, String operationName, Exception ex)
  69. at ServiceStack.HttpResponseExtensionsInternal.WriteToResponse(IResponse response, Object result, ResponseSerializerDelegate defaultAction, IRequest request, Byte[] bodyPrefix, Byte[] bodySuffix)
  70. at ServiceStack.HttpResponseExtensionsInternal.WriteToResponse(IResponse httpRes, IRequest httpReq, Object result, Byte[] bodyPrefix, Byte[] bodySuffix)
  71. at ServiceStack.HttpResponseExtensionsInternal.WriteToResponse(IResponse httpRes, IRequest httpReq, Object result)
  72. at ServiceStack.Host.Handlers.ServiceStackHandlerBase.HandleResponse(Object response, Func`2 callback, Func`2 errorCallback)
  73. InnerException: System.Net.Sockets.SocketException
  74. An established connection was aborted by the software in your host machine
  75. at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  76. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  77.  
  78. 2016-06-14 09:34:25.6836 Info HttpServer: HTTP Response 500 to 10.0.0.86. Time: 27693ms (slow). http://10.0.0.130:8096/emby/videos/a2d5c4d613d73c5c477746669df6a6d9/stream.mkv?DeviceId=82006b9b3b94837f4a28ea8b7b48068a&MediaSourceId=a2d5c4d613d73c5c477746669df6a6d9&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=59680000&AudioBitrate=320000&MaxAudioChannels=6&StartTimeTicks=230036920&Level=51&Profile=high&PlaySessionId=df4e6a39d9ad49d9b9cc593f96310812&CopyTimestamps=true&ForceLiveStream=false
  79. 2016-06-14 09:34:25.8136 Info App: FFMpeg exited with code 0
  80. 2016-06-14 09:34:25.8136 Info App: Deleting partial stream file(s) C:\Users\Zachary\AppData\Roaming\Emby-Server\transcoding-temp\7ee9862f9eb85d8d3a528363d75acd37.mkv
  81. 2016-06-14 09:34:26.0466 Info HttpServer: HTTP Response 204 to 10.0.0.86. Time: 529ms. http://10.0.0.130:8096/emby/Sessions/Playing/Stopped
  82. 2016-06-14 09:34:26.6916 Info App: Deleting partial stream file(s) C:\Users\Zachary\AppData\Roaming\Emby-Server\transcoding-temp\7ee9862f9eb85d8d3a528363d75acd37.mkv
  83. 2016-06-14 09:34:51.4380 Info App: SessionInfoWebSocketListener Begin transmitting over websocket to [::ffff:10.0.0.86]:60405
  84. 2016-06-14 09:34:51.4380 Info App: ScheduledTasksWebSocketListener Begin transmitting over websocket to [::ffff:10.0.0.86]:60405
  85. 2016-06-14 09:34:51.4380 Info App: ActivityLogWebSocketListener Begin transmitting over websocket to [::ffff:10.0.0.86]:60405
  86. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/Sessions. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  87. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/ScheduledTasks. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  88. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  89. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/News/Product?StartIndex=0&Limit=7. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  90. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2016-06-13T16:34:30.107Z. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  91. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 6ms. http://10.0.0.130:8096/emby/ScheduledTasks
  92. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 5ms. http://10.0.0.130:8096/emby/System/ActivityLog/Entries?startIndex=0&limit=7&minDate=2016-06-13T16:34:30.107Z
  93. 2016-06-14 09:34:51.4380 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/DisplayPreferences/dashboard?userId=d33db0223a234b01a94c50f04929c713&client=dashboard. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  94. 2016-06-14 09:34:51.4490 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/Notifications/d33db0223a234b01a94c50f04929c713/Summary. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  95. 2016-06-14 09:34:51.4490 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 8ms. http://10.0.0.130:8096/emby/News/Product?StartIndex=0&Limit=7
  96. 2016-06-14 09:34:51.4490 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 3ms. http://10.0.0.130:8096/emby/DisplayPreferences/dashboard?userId=d33db0223a234b01a94c50f04929c713&client=dashboard
  97. 2016-06-14 09:34:51.4490 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 4ms. http://10.0.0.130:8096/emby/Notifications/d33db0223a234b01a94c50f04929c713/Summary
  98. 2016-06-14 09:34:51.4970 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 56ms. http://10.0.0.130:8096/emby/System/Info
  99. 2016-06-14 09:34:51.5170 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 77ms. http://10.0.0.130:8096/emby/Sessions
  100. 2016-06-14 09:34:51.6071 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/Packages/Updates?PackageType=UserInstalled. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  101. 2016-06-14 09:34:51.6071 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/Packages/Updates?PackageType=System. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  102. 2016-06-14 09:34:51.6071 Info HttpClient: HttpClientManager GET: https://api.github.com/repos/MediaBrowser/Emby/releases
  103. 2016-06-14 09:34:51.6291 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 23ms. http://10.0.0.130:8096/emby/Packages/Updates?PackageType=UserInstalled
  104. 2016-06-14 09:34:52.6041 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 988ms. http://10.0.0.130:8096/emby/Packages/Updates?PackageType=System
  105. 2016-06-14 09:34:59.3445 Info App: ActivityLogWebSocketListener stop transmitting over websocket to [::ffff:10.0.0.86]:60405
  106. 2016-06-14 09:34:59.3445 Info App: ActivityLogWebSocketListener Begin transmitting over websocket to [::ffff:10.0.0.86]:60405
  107. 2016-06-14 09:34:59.3445 Info App: SessionInfoWebSocketListener stop transmitting over websocket to [::ffff:10.0.0.86]:60405
  108. 2016-06-14 09:34:59.3445 Info App: ScheduledTasksWebSocketListener stop transmitting over websocket to [::ffff:10.0.0.86]:60405
  109. 2016-06-14 09:34:59.3445 Info App: ScheduledTasksWebSocketListener Begin transmitting over websocket to [::ffff:10.0.0.86]:60405
  110. 2016-06-14 09:34:59.4035 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/ScheduledTasks?isHidden=false. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  111. 2016-06-14 09:34:59.4075 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 4ms. http://10.0.0.130:8096/emby/ScheduledTasks?isHidden=false
  112. 2016-06-14 09:34:59.9605 Info App: ScheduledTasksWebSocketListener stop transmitting over websocket to [::ffff:10.0.0.86]:60405
  113. 2016-06-14 09:34:59.9605 Info HttpServer: HTTP GET http://10.0.0.130:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2763.0 Safari/537.36
  114. 2016-06-14 09:34:59.9675 Info HttpServer: HTTP Response 200 to 10.0.0.86. Time: 3ms. http://10.0.0.130:8096/emby/System/Configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement