2026-02-04, 01:41 PM
(This post was last modified: 2026-02-04, 02:33 PM by Benub. Edited 11 times in total.)
OS: Unraid 7.2.3
Docker: Official Jellyfin 10.11.6
Theme: ElagantFin with Featured Content Bar
My overall docker disk space was running low on Unraid and I stopped the docker service to increase the disk size. After I restarted the docker service, I went to finish updating my docker containers and I noticed Jellyfin was not started (it's set to auto start), and Jellyfin did not have an update. I attempted to start the container and I got this message "Server Error".
When I check the logs, the only thing I see are these messages (this is the last lines of the log), pertaining to shutdown the docker container, which is what happens when you stop the docker service in Unraid.
[07:57:33] [INF] [20] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : 1B6E9E58-207B-4199-81F5-5BE843FD04B1-d766465566274990baa44fde8edc76ee-313d24270d1dfb1ff76bdc45578cff7c
[07:57:33] [INF] [20] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 02/04/2026 07:57:33
[07:57:33] [INF] [20] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
[07:58:00] [INF] [23] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[07:58:00] [INF] [33] Main: Running query planner optimizations in the database... This might take a while
[07:58:00] [INF] [45] Emby.Server.Implementations.Library.MediaSourceManager: Live stream native_dcae7ee91da8349d9a3089106668280d_bed62eca4a84b7408e216f95aeea6ac0 consumer count is now 1
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Music
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Sermons
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Home Fitness
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Movies
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Books
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Various Videos
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/TV Shows
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzArtistProvider
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzAlbumProvider
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
I'm not sure what to check next. I did not make any configuration changes to Jellyfin, I was simply updating my docker containers on Unraid.
I checked the Unraid Log
Feb 4 07:59:45 rc.docker: jellyfin: Error response from daemon: driver failed programming external connectivity on endpoint jellyfin (5f7008baa8c3149e636ad3e62f275a13607d0be80c368478828d0b82c16d0868: failed to bind port 0.0.0.0:1900/udp: Error starting userland proxy: listen udp4 0.0.0.0:1900: bind: address already in use
Feb 4 07:59:45 rc.docker: Error: failed to start containers: jellyfin
So Unraid seems to be saying something is running on port 1900.
When I run Netstat I get this:
netstat -tunlp | grep ":1900"
udp 0 0 0.0.0.0:1900 0.0.0.0:* 3643951/python3
Investigating what service/plugin is using python3 (this has never happened before)
***Update**
So I decided to stop and start the Unraid docker service. Before starting the service again, I also turned off auto start on two new containers I installed since Jellyfin was running, which is Immich and Glances. After starting the docker service Jellyfin container was running and I was able to log in.
When I run netstat on Unraid terminal, port 1900 is not assigned to python3 (still don't know what this is)
netstat -tunlp | grep ":1900"
udp 0 0 0.0.0.0:1900 0.0.0.0:* 3970147/docker-prox
udp6 0 0 :::1900 :::* 3970154/docker-prox
This is resolved.
Docker: Official Jellyfin 10.11.6
Theme: ElagantFin with Featured Content Bar
My overall docker disk space was running low on Unraid and I stopped the docker service to increase the disk size. After I restarted the docker service, I went to finish updating my docker containers and I noticed Jellyfin was not started (it's set to auto start), and Jellyfin did not have an update. I attempted to start the container and I got this message "Server Error".
When I check the logs, the only thing I see are these messages (this is the last lines of the log), pertaining to shutdown the docker container, which is what happens when you stop the docker service in Unraid.
[07:57:33] [INF] [20] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback stop tracker found, processing stop : 1B6E9E58-207B-4199-81F5-5BE843FD04B1-d766465566274990baa44fde8edc76ee-313d24270d1dfb1ff76bdc45578cff7c
[07:57:33] [INF] [20] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Stop Event : 02/04/2026 07:57:33
[07:57:33] [INF] [20] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
[07:58:00] [INF] [23] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[07:58:00] [INF] [33] Main: Running query planner optimizations in the database... This might take a while
[07:58:00] [INF] [45] Emby.Server.Implementations.Library.MediaSourceManager: Live stream native_dcae7ee91da8349d9a3089106668280d_bed62eca4a84b7408e216f95aeea6ac0 consumer count is now 1
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Music
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Sermons
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Home Fitness
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Movies
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Books
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/Various Videos
[07:58:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /data/media/TV Shows
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzArtistProvider
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzAlbumProvider
[07:58:00] [INF] [33] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
I'm not sure what to check next. I did not make any configuration changes to Jellyfin, I was simply updating my docker containers on Unraid.
I checked the Unraid Log
Feb 4 07:59:45 rc.docker: jellyfin: Error response from daemon: driver failed programming external connectivity on endpoint jellyfin (5f7008baa8c3149e636ad3e62f275a13607d0be80c368478828d0b82c16d0868: failed to bind port 0.0.0.0:1900/udp: Error starting userland proxy: listen udp4 0.0.0.0:1900: bind: address already in use
Feb 4 07:59:45 rc.docker: Error: failed to start containers: jellyfin
So Unraid seems to be saying something is running on port 1900.
When I run Netstat I get this:
netstat -tunlp | grep ":1900"
udp 0 0 0.0.0.0:1900 0.0.0.0:* 3643951/python3
Investigating what service/plugin is using python3 (this has never happened before)
***Update**
So I decided to stop and start the Unraid docker service. Before starting the service again, I also turned off auto start on two new containers I installed since Jellyfin was running, which is Immich and Glances. After starting the docker service Jellyfin container was running and I was able to log in.
When I run netstat on Unraid terminal, port 1900 is not assigned to python3 (still don't know what this is)
netstat -tunlp | grep ":1900"
udp 0 0 0.0.0.0:1900 0.0.0.0:* 3970147/docker-prox
udp6 0 0 :::1900 :::* 3970154/docker-prox
This is resolved.
