2024-04-28, 12:07 AM
(This post was last modified: 2024-04-28, 12:08 AM by _Mayhem_. Edited 1 time in total.)
I somehow managed to get three collections created that simply will not go away under 10.9.0:2024041505 . The movies I was trying to add never showed up in the collection, and none of the three are shown in Admin > Libraries. I'm running these in Docker.
Neither restarting the server nor the container makes them behave. Nor does recreating the container with a re-pull in Portainer.
I see this in the log:
[2024-04-27 18:38:43.077 -05:00] [ERR] [35] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find a part of the path '/config/root/default/Collections2'". URL "POST" "/Collections".
[2024-04-27 18:39:29.858 -05:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.4.115" closed
[2024-04-27 18:39:30.446 -05:00] [INF] [37] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.4.115" request
[2024-04-27 18:42:22.150 -05:00] [ERR] [34] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/config/root/default/Collections"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/root/default/Collections'.
Neither restarting the server nor the container makes them behave. Nor does recreating the container with a re-pull in Portainer.
I see this in the log:
[2024-04-27 18:38:43.077 -05:00] [ERR] [35] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find a part of the path '/config/root/default/Collections2'". URL "POST" "/Collections".
[2024-04-27 18:39:29.858 -05:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.4.115" closed
[2024-04-27 18:39:30.446 -05:00] [INF] [37] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.4.115" request
[2024-04-27 18:42:22.150 -05:00] [ERR] [34] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/config/root/default/Collections"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/root/default/Collections'.
[Jellyfin Docker ~ TerraMaster F2-221]