Jellyfin Forum
invalid IP address was specified - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: invalid IP address was specified (/t-invalid-ip-address-was-specified--10472)



invalid IP address was specified - CrunchTime - 2025-01-31

Hi,
Jellyfin runs on a Synology docker within container manager and ends unexpected with the following error logs:
Any hints?
Thank you

2025/01/31 12:37:40 stdout   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
2025/01/31 12:37:40 stderr   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
2025/01/31 12:37:40 stderr   at System.Threading.ThreadPoolWorkQueue.Dispatch()
2025/01/31 12:37:40 stderr   at System.Threading.TimerQueue.FireNextTimers()
2025/01/31 12:37:40 stderr   at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool)
2025/01/31 12:37:40 stderr   at System.Net.NetworkInformation.NetworkChange.OnAvailabilityTimerFired(Object state)
2025/01/31 12:37:40 stderr   at System.Net.NetworkInformation.NetworkInterfacePal.GetIsNetworkAvailable()
2025/01/31 12:37:40 stderr   at System.Net.NetworkInformation.LinuxNetworkInterface.GetLinuxNetworkInterfaces()
2025/01/31 12:37:40 stderr Unhandled exception. System.ArgumentException: An invalid IP address was specified. (Parameter 'address')
2025/01/31 12:37:40 stdout   at System.Threading.ThreadPoolWorkQueue.Dispatch()
2025/01/31 12:37:40 stdout   at System.Threading.TimerQueue.FireNextTimers()
2025/01/31 12:37:40 stdout   at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool)
2025/01/31 12:37:40 stdout   at System.Net.NetworkInformation.NetworkChange.OnAvailabilityTimerFired(Object state)
2025/01/31 12:37:40 stdout   at System.Net.NetworkInformation.NetworkInterfacePal.GetIsNetworkAvailable()
2025/01/31 12:37:40 stdout   at System.Net.NetworkInformation.LinuxNetworkInterface.GetLinuxNetworkInterfaces()
2025/01/31 12:37:40 stdout System.ArgumentException: An invalid IP address was specified. (Parameter 'address')
2025/01/31 12:37:40 stdout [11:37:40] [FTL] [27] Main: Unhandled Exception


RE: invalid IP address was specified - TheDreadPirate - 2025-01-31

Can you share the full log via privatebin.net?


RE: invalid IP address was specified - CrunchTime - 2025-01-31

Here it is:
https://privatebin.net/?42c0620e2454e24d#EEfS7U9oQ5RGAh82kDyHSC9aAA7sW1KsWdGizgeyAHAE


RE: invalid IP address was specified - bitmap - 2025-02-01

Could you try disabling playback reporting for a bit and see if that helps? Or check if there's an update available?


RE: invalid IP address was specified - gnattu - 2025-02-01

This is a dotnet bug that the underlying unsafe method used to interact with the system did not handle all cases correctly when checking for network changes. I added a workaround described here: https://github.com/jellyfin/jellyfin/issues/8687#issuecomment-2549101414

Add the env var JELLYFIN_DETECTNETWORKCHANGE=false to your container to disable network change detection may workaround this issue. This should not affect normal operation anyway on an NAS.