2024-06-21, 06:39 PM
This is the error you were referencing regarding setting DOTNET_SYSTEM_GLOBALIZATION_INVARIANT to 0.
But you also have another issue. It looks like one of your NAS is either inaccessible or unmounted.
But your current problem appears to have started when you kept restarting Jellyfin and at one point there may have been two instances running at the same time. And now one of the config files is corrupt. In the container /config volume, go to /config/config and there will be a bunch of XMLs in there. Stop Jellyfin and then rename all of the XMLs in that folder. Jellyfin should replace them with defaults.
Code:
[2024-06-21 16:47:51.320 +00:00] [ERR] [49] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Items/99bf76156796ff3c054feab97c8626ac".
System.TypeInitializationException: The type initializer for 'ICU4N.Text.Transliterator' threw an exception.
---> System.TypeInitializationException: The type initializer for 'ICU4N.Globalization.UCultureInfo' threw an exception.
But you also have another issue. It looks like one of your NAS is either inaccessible or unmounted.
Code:
[2024-06-21 07:14:26.601 +00:00] [ERR] [38] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/NAS/Stream"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/NAS/Stream'.
But your current problem appears to have started when you kept restarting Jellyfin and at one point there may have been two instances running at the same time. And now one of the config files is corrupt. In the container /config volume, go to /config/config and there will be a bunch of XMLs in there. Stop Jellyfin and then rename all of the XMLs in that folder. Jellyfin should replace them with defaults.