Jellyfin provider not syncing

Don’t paste log extract like that it’s not readable …

Use the proper forum balise or upload the file.

Anyway


2024/06/08 20:09:07,stdout, at ICU4N.Globalization.UCultureInfo…cctor()
2024/06/08 20:09:07,stdout," at System.Globalization.CultureInfo…ctor(String name, Boolean useUserOverride)
"
2024/06/08 20:09:07,stdout,en is an invalid culture identifier.
2024/06/08 20:09:07,stdout, —> System.Globalization.CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See Globalization config settings - .NET | Microsoft Learn for more information. (Parameter ‘name’)
2024/06/08 20:09:07,stdout, —> System.TypeInitializationException: The type initializer for ‘ICU4N.Globalization.UCultureInfo’ threw an exception.
2024/06/08 20:09:07,stdout,System.TypeInitializationException: The type initializer for ‘ICU4N.Text.Transliterator’ threw an exception.
2024/06/08 20:09:07,stdout,[20:09:07] [ERR] [59] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL GET /Users/934b9df9de784b0c876e8e14587b0da0/Items.

This is a Jellyfin internal but with localization.

According to a few issues there:

You need to fix your configuration and remove

"DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1" remove this from you env vars.