2024-12-02, 10:40 PM
From undelete.pullpush.io:
For what it's worth, I believe setting the environment variable
Quote:You need to add "System.Net.DisableIPv6": true
to configProperties in the jellyfin.runtimeconfig.json (found in Program Files/Jellyfin or where u installed it). That's how I fixed it
For what it's worth, I believe setting the environment variable
DOTNET_SYSTEM_NET_DISABLEIPV6
to 1
will do the same thing, and you won't have to worry about potentially needing to edit jellyfin.runtimeconfig.json again when upgrading Jellyfin. Setting that environment variable will, however, apply to all .NET 6+ applications.