2024-09-15, 10:32 AM
(This post was last modified: 2024-09-20, 12:05 AM by rykott. Edited 1 time in total.)
Hi,
My Jellyfin server in Docker is randomly shutting down. I turned on Debug logging but there is nothing in the log about what is causing the shutdown.
It didn't happen on earlier versions. There hasn't been any config changes in the OS.
A second test Jellyfin running in its own Docker doesn't have the same issue.
Jellyfin Version: 10.9.11 (Started happening in 10.9.9 I think.)
OS: Docker on Ubuntu in Proxmox VM
Here is the last few minutes of the debug log before it shuts down.
I've also attached the full log zipped as well if that is needed.
My Jellyfin server in Docker is randomly shutting down. I turned on Debug logging but there is nothing in the log about what is causing the shutdown.
It didn't happen on earlier versions. There hasn't been any config changes in the OS.
A second test Jellyfin running in its own Docker doesn't have the same issue.
Jellyfin Version: 10.9.11 (Started happening in 10.9.9 I think.)
OS: Docker on Ubuntu in Proxmox VM
Here is the last few minutes of the debug log before it shuts down.
I've also attached the full log zipped as well if that is needed.
Code:
[2024-09-15 08:33:58.463 +00:00] [INF] [147] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-09-15 08:34:14.895 +00:00] [INF] [897] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:34:24.643 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/""" - null null
[2024-09-15 08:34:24.643 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/""" - 302 0 null 0.2058ms
[2024-09-15 08:34:25.886 +00:00] [INF] [897] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.160.3""""/Items""?maxOfficialRating=13&hasParentalRating=true&limit=5&recursive=true&includeItemTypes=Movie&includeItemTypes=Series&imageTypes=Backdrop&sortBy=Random&enableTotalRecordCount=true&enableImages=true" - null null
[2024-09-15 08:34:25.886 +00:00] [INF] [897] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)"'
[2024-09-15 08:34:25.886 +00:00] [INF] [897] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItems\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItems(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
[2024-09-15 08:34:26.043 +00:00] [INF] [897] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.11.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-09-15 08:34:26.043 +00:00] [INF] [897] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)" in 156.8356ms
[2024-09-15 08:34:26.043 +00:00] [INF] [897] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)"'
[2024-09-15 08:34:26.043 +00:00] [INF] [897] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"192.168.160.3""""/Items""?maxOfficialRating=13&hasParentalRating=true&limit=5&recursive=true&includeItemTypes=Movie&includeItemTypes=Series&imageTypes=Backdrop&sortBy=Random&enableTotalRecordCount=true&enableImages=true" - 200 null "application/json; charset=utf-8" 157.6033ms
[2024-09-15 08:34:44.899 +00:00] [INF] [897] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:34:56.139 +00:00] [INF] [897] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.160.3""""/Items""?maxOfficialRating=13&hasParentalRating=true&limit=5&recursive=true&includeItemTypes=Movie&includeItemTypes=Series&imageTypes=Backdrop&sortBy=Random&enableTotalRecordCount=true&enableImages=true" - null null
[2024-09-15 08:34:56.139 +00:00] [INF] [897] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)"'
[2024-09-15 08:34:56.139 +00:00] [INF] [897] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItems\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItems(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
[2024-09-15 08:34:56.344 +00:00] [INF] [897] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.11.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-09-15 08:34:56.345 +00:00] [INF] [897] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)" in 205.1319ms
[2024-09-15 08:34:56.345 +00:00] [INF] [897] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)"'
[2024-09-15 08:34:56.345 +00:00] [INF] [897] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"192.168.160.3""""/Items""?maxOfficialRating=13&hasParentalRating=true&limit=5&recursive=true&includeItemTypes=Movie&includeItemTypes=Series&imageTypes=Backdrop&sortBy=Random&enableTotalRecordCount=true&enableImages=true" - 200 null "application/json; charset=utf-8" 206.0953ms
[2024-09-15 08:34:56.372 +00:00] [INF] [907] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.160.3""""/Items/de1537e9-5463-a303-23b9-da77c6ae853c/Images/Logo""?tag=1e30dcfcaee788dfff88b25e294df72f&format=Webp" - null null
[2024-09-15 08:34:56.372 +00:00] [INF] [907] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-09-15 08:34:56.372 +00:00] [INF] [907] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-09-15 08:34:56.374 +00:00] [INF] [907] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/5/5094c3cb-01d6-64cf-467c-95106a641e1f.webp"' with download name '""' ...
[2024-09-15 08:34:56.376 +00:00] [INF] [907] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 3.9161ms
[2024-09-15 08:34:56.376 +00:00] [INF] [907] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-09-15 08:34:56.377 +00:00] [INF] [907] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"192.168.160.3""""/Items/de1537e9-5463-a303-23b9-da77c6ae853c/Images/Logo""?tag=1e30dcfcaee788dfff88b25e294df72f&format=Webp" - 200 82340 "image/webp" 4.8476ms
[2024-09-15 08:34:56.389 +00:00] [INF] [907] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.160.3""""/Items/de1537e9-5463-a303-23b9-da77c6ae853c/Images/Backdrop""?tag=51348251e822142a7e7974c793d97299&format=Webp" - null null
[2024-09-15 08:34:56.389 +00:00] [INF] [907] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-09-15 08:34:56.389 +00:00] [INF] [907] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-09-15 08:34:56.390 +00:00] [INF] [907] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/7/7ed87e28-e739-36db-ee09-bb98198fc501.webp"' with download name '""' ...
[2024-09-15 08:34:56.410 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 20.5226ms
[2024-09-15 08:34:56.410 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-09-15 08:34:56.410 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"192.168.160.3""""/Items/de1537e9-5463-a303-23b9-da77c6ae853c/Images/Backdrop""?tag=51348251e822142a7e7974c793d97299&format=Webp" - 200 2060464 "image/webp" 21.5522ms
[2024-09-15 08:35:14.897 +00:00] [INF] [907] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:35:24.763 +00:00] [INF] [895] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/""" - null null
[2024-09-15 08:35:24.763 +00:00] [INF] [895] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/""" - 302 0 null 0.2327ms
[2024-09-15 08:35:26.706 +00:00] [INF] [165] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.160.3""""/Items""?maxOfficialRating=13&hasParentalRating=true&limit=5&recursive=true&includeItemTypes=Movie&includeItemTypes=Series&imageTypes=Backdrop&sortBy=Random&enableTotalRecordCount=true&enableImages=true" - null null
[2024-09-15 08:35:26.706 +00:00] [INF] [165] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)"'
[2024-09-15 08:35:26.706 +00:00] [INF] [165] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItems\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItems(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
[2024-09-15 08:35:26.870 +00:00] [INF] [165] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.11.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-09-15 08:35:26.870 +00:00] [INF] [165] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)" in 163.6188ms
[2024-09-15 08:35:26.870 +00:00] [INF] [165] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItems (Jellyfin.Api)"'
[2024-09-15 08:35:26.870 +00:00] [INF] [165] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"192.168.160.3""""/Items""?maxOfficialRating=13&hasParentalRating=true&limit=5&recursive=true&includeItemTypes=Movie&includeItemTypes=Series&imageTypes=Backdrop&sortBy=Random&enableTotalRecordCount=true&enableImages=true" - 200 null "application/json; charset=utf-8" 164.3667ms
[2024-09-15 08:35:26.889 +00:00] [INF] [23] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.160.3""""/Items/374412a0-07d1-ebe2-bae6-da53a7d0427a/Images/Backdrop""?tag=ce60550032a91a9535297edd5a5a7e17&format=Webp" - null null
[2024-09-15 08:35:26.889 +00:00] [INF] [23] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-09-15 08:35:26.889 +00:00] [INF] [23] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-09-15 08:35:26.943 +00:00] [INF] [907] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"192.168.160.3""""/Items/374412a0-07d1-ebe2-bae6-da53a7d0427a/Images/Logo""?tag=dcbca89e407dff9f0057490ebc46c425&format=Webp" - null null
[2024-09-15 08:35:26.943 +00:00] [INF] [907] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-09-15 08:35:26.943 +00:00] [INF] [907] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-09-15 08:35:27.081 +00:00] [INF] [907] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/a/a3420114-1044-7eac-c9b1-8a5f3257f58d.webp"' with download name '""' ...
[2024-09-15 08:35:27.089 +00:00] [INF] [895] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 145.4058ms
[2024-09-15 08:35:27.089 +00:00] [INF] [895] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-09-15 08:35:27.089 +00:00] [INF] [895] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "https"://"192.168.160.3""""/Items/374412a0-07d1-ebe2-bae6-da53a7d0427a/Images/Logo""?tag=dcbca89e407dff9f0057490ebc46c425&format=Webp" - 200 113582 "image/webp" 146.2366ms
[2024-09-15 08:35:29.585 +00:00] [INF] [897] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/cache/images/resized-images/2/258bca4b-e3c5-8157-23c1-63505611b0c1.webp"' with download name '""' ...
[2024-09-15 08:35:45.260 +00:00] [INF] [876] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:35:46.776 +00:00] [INF] [875] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-09-15 08:35:58.907 +00:00] [INF] [852] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 2 inactive WebSockets.
[2024-09-15 08:36:10.524 +00:00] [INF] [830] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 2 WebSockets.
[2024-09-15 08:36:15.569 +00:00] [INF] [823] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:36:22.647 +00:00] [INF] [810] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-09-15 08:36:34.772 +00:00] [INF] [785] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
[2024-09-15 08:36:45.887 +00:00] [INF] [763] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:37:16.203 +00:00] [INF] [707] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:37:46.515 +00:00] [INF] [649] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:38:16.829 +00:00] [INF] [592] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-09-15 08:40:45.221 +00:00] [INF] [249] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2024-09-15 08:40:45.235 +00:00] [INF] [249] Microsoft.Hosting.Lifetime: Application is shutting down...