2024-05-14, 07:55 PM
(2024-05-14, 07:20 PM)TheDreadPirate Wrote: Two things.
1) You are receiving requests from IPv6 addresses, but IPv6 isn't enabled in Jellyfin. Go to Dashboard > Networking and enable it. Not sure if this is in anyway related to your problem.
2) I am seeing this error, that I believe is related to non-English character usage. In the past examples I've seen from other users it was German umlats.
Code:[2024-05-14 15:04:02.646 +00:00] [ERR] [22] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/Users/176ea8a1adc944199f1123fc1a1c0afb/Items".
System.InvalidOperationException: Failed to compare two elements in the array.
---> System.TypeInitializationException: The type initializer for 'ICU4N.Text.Transliterator' threw an exception.
---> System.TypeInitializationException: The type initializer for 'ICU4N.Globalization.UCultureInfo' threw an exception.
I believe this is a known issue that is being worked. Can you confirm whether one or more of these collections has entries with umlats in the name?
Hi! After more research in the Breaking Changes Section Here in the 10.9.0 changes, I removed the DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable from the docker container and that seemed to fix it! Thanks for looking into my problem