[Issue]: Jellyfin doesn't launch / is "unhealthy" #4392

Closed
opened 2026-02-07 00:48:30 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @Tiritibambix on GitHub (Dec 1, 2022).

Please describe your bug

Hi.

I'm running Jellyfin in docker for a while. Not sure what happened today, but it shoows as unhealthy in Portainer and doesn't launch.
I'm using the provided docker-compose since the beginning.

Providing the debug log below.

Jellyfin Version

10.8.0

if other:

jellyfin/jellyfin:latest

Environment

- OS: Debian
- Virtualization: Docker
- Clients:
- Browser:
- FFmpeg Version:
- Playback Method:
- Hardware Acceleration:
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Storage:

Jellyfin logs

23:15:30] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateNetworkConfiguration' since it is already applied

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Providers.SubtitleConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Controller.Library.MetadataConfigurationStore

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Branding.BrandingConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.DlnaConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Notifications.NotificationConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Networking.Configuration.NetworkConfigurationFactory

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Migrations.MigrationsFactory

[23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces.

[23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 23 interfaces.

[23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses : [...]

[23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information.

[23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details.

[23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Invalid or unknown object vEthernet*.

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin Jellyfin.Plugin.KodiSyncQueue, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin Jellyfin.Plugin.OpenSubtitles, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null

[23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin MediaBrowser.Providers, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null

[23:15:31] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider

[23:15:31] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider

[23:15:31] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.InvalidAuthProvider

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @Tiritibambix on GitHub (Dec 1, 2022). ### Please describe your bug Hi. I'm running Jellyfin in docker for a while. Not sure what happened today, but it shoows as `unhealthy` in Portainer and doesn't launch. I'm using the [provided docker-compose ](https://jellyfin.org/docs/general/administration/installing#docker)since the beginning. Providing the debug log below. ### Jellyfin Version 10.8.0 ### if other: jellyfin/jellyfin:latest ### Environment ```markdown - OS: Debian - Virtualization: Docker - Clients: - Browser: - FFmpeg Version: - Playback Method: - Hardware Acceleration: - Plugins: - Reverse Proxy: - Base URL: - Networking: - Storage: ``` ### Jellyfin logs ```shell 23:15:30] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateNetworkConfiguration' since it is already applied [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Providers.SubtitleConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Controller.Library.MetadataConfigurationStore [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.LiveTv.LiveTvConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Branding.BrandingConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Dlna.DlnaConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Notifications.NotificationConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Networking.Configuration.NetworkConfigurationFactory [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Migrations.MigrationsFactory [23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces. [23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 23 interfaces. [23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses : [...] [23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information. [23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details. [23:15:30] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Invalid or unknown object vEthernet*. [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin Jellyfin.Plugin.KodiSyncQueue, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin Jellyfin.Plugin.OpenSubtitles, Version=18.0.0.0, Culture=neutral, PublicKeyToken=null [23:15:30] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin MediaBrowser.Providers, Version=10.8.8.0, Culture=neutral, PublicKeyToken=null [23:15:31] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultPasswordResetProvider [23:15:31] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider [23:15:31] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Implementations.Users.InvalidAuthProvider ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the bugstale labels 2026-02-07 00:48:30 +03:00
Author
Owner

@Tiritibambix commented on GitHub (Dec 2, 2022):

Installed everything from scratch

@Tiritibambix commented on GitHub (Dec 2, 2022): Installed everything from scratch
Author
Owner

@Tiritibambix commented on GitHub (Dec 10, 2022):

It ran smoothly for some days, then starting to bug again :(

[18:00:48] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:00:50] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:00:50] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:00:50] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:00:52] [INF] [12] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:00:52] [INF] [12] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:00:52] [INF] [12] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:00:54] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:00:54] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:00:54] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:01:14] [INF] [13] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:01:14] [INF] [13] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:01:14] [INF] [13] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:01:16] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:01:16] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:01:16] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:01:18] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:01:18] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:01:18] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:02:06] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:02:06] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:02:06] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:02:08] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

[18:02:08] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

[18:02:08] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
@Tiritibambix commented on GitHub (Dec 10, 2022): It ran smoothly for some days, then starting to bug again :( ``` [18:00:48] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:00:50] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:00:50] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:00:50] [INF] [15] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:00:52] [INF] [12] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:00:52] [INF] [12] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:00:52] [INF] [12] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:00:54] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:00:54] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:00:54] [INF] [9] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:01:14] [INF] [13] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:01:14] [INF] [13] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:01:14] [INF] [13] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:01:16] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:01:16] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:01:16] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:01:18] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:01:18] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:01:18] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:02:06] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:02:06] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:02:06] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:02:08] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] [18:02:08] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] [18:02:08] [INF] [17] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] ```
Author
Owner

@Bond-009 commented on GitHub (Mar 28, 2023):

What's the bug you're talking about, those log messages or it reporting unhealthy?

@Bond-009 commented on GitHub (Mar 28, 2023): What's the bug you're talking about, those log messages or it reporting unhealthy?
Author
Owner

@jellyfin-bot commented on GitHub (Jul 27, 2023):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@jellyfin-bot commented on GitHub (Jul 27, 2023): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
Author
Owner

@tuncayG7 commented on GitHub (Jan 16, 2024):

I have the same problem

@tuncayG7 commented on GitHub (Jan 16, 2024): I have the same problem
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#4392