Advertisement
Guest User

journalctl

a guest
Oct 14th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.82 KB | None | 0 0
  1. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  2. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  3. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  4. Oct 14 15:53:30 colin jellyfin[842]: [15:53:30] [ERR] Error processing request. URL GET /Videos/1b86d45e01f6675001d28d5f25c4a5c6/stream.
  5. Oct 14 15:53:30 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  6. Oct 14 15:53:30 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  7. Oct 14 15:53:30 colin jellyfin[842]: --- End of inner exception stack trace ---
  8. Oct 14 15:53:30 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  9. Oct 14 15:53:30 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  10. Oct 14 15:53:30 colin jellyfin[842]: at MediaBrowser.Common.Configuration.EncodingConfigurationExtensions.GetTranscodePath(IConfigurationManager configurationManager)
  11. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Helpers.StreamingHelpers.GetOutputFilePath(StreamState state, String outputFileExtension, IServerConfigurationManager serverConfigurationManager, String deviceId, String playSessionId)
  12. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Helpers.StreamingHelpers.GetStreamingState(StreamingRequestDto streamingRequest, HttpContext httpContext, IMediaSourceManager mediaSourceManager, IUserManager userManager, ILibraryManager libraryManager, IServerConfigurationManager serverConfigurationManager, IMediaEncoder mediaEncoder, EncodingHelper encodingHelper, ITranscodeManager transcodeManager, TranscodingJobType transcodingJobType, CancellationToken cancellationToken)
  13. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Controllers.VideosController.GetVideoStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions)
  14. Oct 14 15:53:30 colin jellyfin[842]: at lambda_method1884(Closure, Object)
  15. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
  16. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
  17. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  18. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
  19. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  20. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
  21. Oct 14 15:53:30 colin jellyfin[842]: --- End of stack trace from previous location ---
  22. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  23. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  24. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  25. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  26. Oct 14 15:53:30 colin jellyfin[842]: --- End of stack trace from previous location ---
  27. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  28. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
  29. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
  30. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
  31. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
  32. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
  33. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  34. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
  35. Oct 14 15:53:30 colin jellyfin[842]: at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
  36. Oct 14 15:53:30 colin jellyfin[842]: at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
  37. Oct 14 15:53:30 colin jellyfin[842]: at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
  38. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  39. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
  40. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
  41. Oct 14 15:53:30 colin jellyfin[842]: at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
  42. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
  43. Oct 14 15:53:30 colin jellyfin[842]: at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
  44. Oct 14 15:53:30 colin jellyfin[842]: [15:53:30] [INF] Playback stopped reported by app Swiftfin iOS 1.2 playing Star Trek: Generations. Stopped at 0 ms
  45. Oct 14 15:53:42 colin jellyfin[842]: [15:53:42] [ERR] Error encoding image
  46. Oct 14 15:53:42 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  47. Oct 14 15:53:42 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  48. Oct 14 15:53:42 colin jellyfin[842]: --- End of inner exception stack trace ---
  49. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  50. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  51. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  52. Oct 14 15:53:42 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  53. Oct 14 15:53:42 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  54. Oct 14 15:53:42 colin jellyfin[842]: [15:53:42] [ERR] Error encoding image
  55. Oct 14 15:53:42 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  56. Oct 14 15:53:42 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  57. Oct 14 15:53:42 colin jellyfin[842]: --- End of inner exception stack trace ---
  58. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  59. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  60. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  61. Oct 14 15:53:42 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  62. Oct 14 15:53:42 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  63. Oct 14 15:53:42 colin jellyfin[842]: [15:53:42] [ERR] Error encoding image
  64. Oct 14 15:53:42 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  65. Oct 14 15:53:42 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  66. Oct 14 15:53:42 colin jellyfin[842]: --- End of inner exception stack trace ---
  67. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  68. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  69. Oct 14 15:53:42 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  70. Oct 14 15:53:42 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  71. Oct 14 15:53:42 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  72. Oct 14 15:53:43 colin jellyfin[842]: [15:53:43] [ERR] Error encoding image
  73. Oct 14 15:53:43 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  74. Oct 14 15:53:43 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  75. Oct 14 15:53:43 colin jellyfin[842]: --- End of inner exception stack trace ---
  76. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  77. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  78. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  79. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  80. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  81. Oct 14 15:53:43 colin jellyfin[842]: [15:53:43] [ERR] Error encoding image
  82. Oct 14 15:53:43 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  83. Oct 14 15:53:43 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  84. Oct 14 15:53:43 colin jellyfin[842]: --- End of inner exception stack trace ---
  85. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  86. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  87. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  88. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  89. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  90. Oct 14 15:53:43 colin jellyfin[842]: [15:53:43] [ERR] Error encoding image
  91. Oct 14 15:53:43 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  92. Oct 14 15:53:43 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  93. Oct 14 15:53:43 colin jellyfin[842]: --- End of inner exception stack trace ---
  94. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  95. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  96. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  97. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  98. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  99. Oct 14 15:53:43 colin jellyfin[842]: [15:53:43] [ERR] Error encoding image
  100. Oct 14 15:53:43 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  101. Oct 14 15:53:43 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  102. Oct 14 15:53:43 colin jellyfin[842]: --- End of inner exception stack trace ---
  103. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  104. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  105. Oct 14 15:53:43 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  106. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  107. Oct 14 15:53:43 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  108. Oct 14 15:53:44 colin jellyfin[842]: [15:53:44] [ERR] Error encoding image
  109. Oct 14 15:53:44 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  110. Oct 14 15:53:44 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  111. Oct 14 15:53:44 colin jellyfin[842]: --- End of inner exception stack trace ---
  112. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  113. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  114. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  115. Oct 14 15:53:44 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  116. Oct 14 15:53:44 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  117. Oct 14 15:53:44 colin jellyfin[842]: [15:53:44] [ERR] Error encoding image
  118. Oct 14 15:53:44 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  119. Oct 14 15:53:44 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  120. Oct 14 15:53:44 colin jellyfin[842]: --- End of inner exception stack trace ---
  121. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  122. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  123. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  124. Oct 14 15:53:44 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  125. Oct 14 15:53:44 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  126. Oct 14 15:53:44 colin jellyfin[842]: [15:53:44] [ERR] Error encoding image
  127. Oct 14 15:53:44 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
  128. Oct 14 15:53:44 colin jellyfin[842]: ---> System.IO.IOException: Permission denied
  129. Oct 14 15:53:44 colin jellyfin[842]: --- End of inner exception stack trace ---
  130. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
  131. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
  132. Oct 14 15:53:44 colin jellyfin[842]: at System.IO.Directory.CreateDirectory(String path)
  133. Oct 14 15:53:44 colin jellyfin[842]: at Jellyfin.Drawing.Skia.SkiaEncoder.EncodeImage(String inputPath, DateTime dateModified, String outputPath, Boolean autoOrient, Nullable`1 orientation, Int32 quality, ImageProcessingOptions options, ImageFormat outputFormat)
  134. Oct 14 15:53:44 colin jellyfin[842]: at Jellyfin.Drawing.ImageProcessor.ProcessImage(ImageProcessingOptions options)
  135. Oct 14 15:56:50 colin jellyfin[842]: [15:56:50] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  136. Oct 14 15:56:51 colin jellyfin[842]: [15:56:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  137. Oct 14 15:58:09 colin jellyfin[842]: [15:58:09] [WRN] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d error receiving data: The remote party closed the WebSocket connection without completing the close handshake.
  138. Oct 14 15:58:11 colin jellyfin[842]: [15:58:11] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  139. Oct 14 16:01:51 colin jellyfin[842]: [16:01:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  140. Oct 14 16:03:09 colin jellyfin[842]: [16:03:09] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  141. Oct 14 16:03:09 colin jellyfin[842]: [16:03:09] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  142. Oct 14 16:03:10 colin jellyfin[842]: [16:03:10] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  143. Oct 14 16:03:10 colin jellyfin[842]: [16:03:10] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  144. Oct 14 16:03:12 colin jellyfin[842]: [16:03:12] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  145. Oct 14 16:03:12 colin jellyfin[842]: [16:03:12] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  146. Oct 14 16:03:14 colin jellyfin[842]: [16:03:14] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  147. Oct 14 16:03:14 colin jellyfin[842]: [16:03:14] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  148. Oct 14 16:03:18 colin jellyfin[842]: [16:03:18] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  149. Oct 14 16:03:18 colin jellyfin[842]: [16:03:18] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  150. Oct 14 16:03:23 colin jellyfin[842]: [16:03:23] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  151. Oct 14 16:03:23 colin jellyfin[842]: [16:03:23] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  152. Oct 14 16:03:31 colin jellyfin[842]: [16:03:31] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  153. Oct 14 16:03:31 colin jellyfin[842]: [16:03:31] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  154. Oct 14 16:03:42 colin jellyfin[842]: [16:03:42] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  155. Oct 14 16:03:42 colin jellyfin[842]: [16:03:42] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  156. Oct 14 16:04:00 colin jellyfin[842]: [16:04:00] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  157. Oct 14 16:04:00 colin jellyfin[842]: [16:04:00] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  158. Oct 14 16:04:25 colin jellyfin[842]: [16:04:25] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  159. Oct 14 16:04:26 colin jellyfin[842]: [16:04:26] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  160. Oct 14 16:05:04 colin jellyfin[842]: [16:05:04] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  161. Oct 14 16:05:05 colin jellyfin[842]: [16:05:05] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  162. Oct 14 16:06:02 colin jellyfin[842]: [16:06:02] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  163. Oct 14 16:06:02 colin jellyfin[842]: [16:06:02] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  164. Oct 14 16:07:29 colin jellyfin[842]: [16:07:29] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  165. Oct 14 16:07:29 colin jellyfin[842]: [16:07:29] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  166. Oct 14 16:09:40 colin jellyfin[842]: [16:09:40] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  167. Oct 14 16:09:40 colin jellyfin[842]: [16:09:40] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  168. Oct 14 16:12:54 colin jellyfin[842]: [16:12:54] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  169. Oct 14 16:12:55 colin jellyfin[842]: [16:12:55] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  170. Oct 14 16:17:48 colin jellyfin[842]: [16:17:48] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  171. Oct 14 16:17:48 colin jellyfin[842]: [16:17:48] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  172. Oct 14 16:22:48 colin jellyfin[842]: [16:22:48] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  173. Oct 14 16:22:51 colin jellyfin[842]: [16:22:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  174. Oct 14 16:27:51 colin jellyfin[842]: [16:27:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  175. Oct 14 16:27:51 colin jellyfin[842]: [16:27:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  176. Oct 14 16:28:39 colin jellyfin[842]: [16:28:39] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  177. Oct 14 16:28:51 colin jellyfin[842]: [16:28:51] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  178. Oct 14 16:29:03 colin jellyfin[842]: [16:29:03] [INF] Lost 1 WebSockets.
  179. Oct 14 16:32:51 colin jellyfin[842]: [16:32:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  180. Oct 14 16:32:51 colin jellyfin[842]: [16:32:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  181. Oct 14 16:37:51 colin jellyfin[842]: [16:37:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  182. Oct 14 16:37:51 colin jellyfin[842]: [16:37:51] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  183. Oct 14 16:40:15 colin jellyfin[842]: [16:40:15] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
  184. Oct 14 16:40:27 colin jellyfin[842]: [16:40:27] [INF] Lost 1 WebSockets.
  185. Oct 14 16:42:55 colin jellyfin[842]: [16:42:55] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  186. Oct 14 16:42:55 colin jellyfin[842]: [16:42:55] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  187. Oct 14 16:47:56 colin jellyfin[842]: [16:47:56] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  188. Oct 14 16:47:56 colin jellyfin[842]: [16:47:56] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  189. Oct 14 16:52:57 colin jellyfin[842]: [16:52:57] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  190. Oct 14 16:52:57 colin jellyfin[842]: [16:52:57] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  191. Oct 14 16:57:58 colin jellyfin[842]: [16:57:58] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  192. Oct 14 16:57:58 colin jellyfin[842]: [16:57:58] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  193. Oct 14 17:02:58 colin jellyfin[842]: [17:02:58] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  194. Oct 14 17:02:59 colin jellyfin[842]: [17:02:59] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  195. Oct 14 17:07:59 colin jellyfin[842]: [17:07:59] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  196. Oct 14 17:07:59 colin jellyfin[842]: [17:07:59] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d request
  197. Oct 14 17:12:59 colin jellyfin[842]: [17:12:59] [INF] WS 2a00:23c7:9a83:4501:ac4c:70d8:dff2:91d closed
  198. Oct 14 17:13:00 colin jellyfin[842]: [17:13:00] [INF] WS 2a00:23c7:9a83:4501:b2f7:c4ff:fe50:7b47 request
  199. Oct 14 17:18:01 colin jellyfin[842]: [17:18:01] [INF] WS 2a00:23c7:9a83:4501:b2f7:c4ff:fe50:7b47 closed
  200. Oct 14 17:18:01 colin jellyfin[842]: [17:18:01] [INF] WS 2a00:23c7:9a83:4501:b2f7:c4ff:fe50:7b47 request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement