• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin not starting up after upgrading to 10.9.0

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Jellyfin not starting up after upgrading to 10.9.0

    Flaring0281
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 May
    Reputation: 1
    Country:Netherlands
    #11
    2024-05-13, 02:50 PM
    For anyone else with the same problem, it seems that this entry in the network.xml file was the culprit:

    <LocalNetworkAddresses>
    <string>192.168.2.180</string>
    </LocalNetworkAddresses>

    Not sure why this stopped working in v10.9, but replacing it with <LocalNetworkAddresses /> fixed it for me.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 928
    Threads: 2
    Joined: 2023 Jun
    Reputation: 36
    #12
    2024-05-13, 03:06 PM (This post was last modified: 2024-05-13, 03:07 PM by Efficient_Good_5784. Edited 1 time in total.)
    (2024-05-13, 02:50 PM)Flaring0281 Wrote: For anyone else with the same problem, it seems that this entry in the network.xml file was the culprit:

    <LocalNetworkAddresses>
        <string>192.168.2.180</string>
    </LocalNetworkAddresses>

    Not sure why this stopped working in v10.9, but replacing it with <LocalNetworkAddresses /> fixed it for me.
    I'm not understanding the last part. Do you mean the replacement would be like this?:

       <LocalNetworkAddresses>      
           <string>192.168.2.180</string>  
       <LocalNetworkAddresses />

    I'm confused as that doesn't follow the way to end the tags.
    Flaring0281
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 May
    Reputation: 1
    Country:Netherlands
    #13
    2024-05-13, 04:30 PM
    (2024-05-13, 03:06 PM)Efficient_Good_5784 Wrote:
    (2024-05-13, 02:50 PM)Flaring0281 Wrote: For anyone else with the same problem, it seems that this entry in the network.xml file was the culprit:

    <LocalNetworkAddresses>
        <string>192.168.2.180</string>
    </LocalNetworkAddresses>

    Not sure why this stopped working in v10.9, but replacing it with <LocalNetworkAddresses /> fixed it for me.
    I'm not understanding the last part. Do you mean the replacement would be like this?:

       <LocalNetworkAddresses>      
           <string>192.168.2.180</string>  
       <LocalNetworkAddresses />

    I'm confused as that doesn't follow the way to end the tags.

    No I mean that replacing the entirety of 

       <LocalNetworkAddresses>      
           <string>192.168.2.180</string>  
       <LocalNetworkAddresses />

    With just <LocalNetworkAddresses /> fixed it for me.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 928
    Threads: 2
    Joined: 2023 Jun
    Reputation: 36
    #14
    2024-05-13, 04:43 PM
    Ok, thanks for explaining.
    Duvel
    Offline

    Junior Member

    Posts: 41
    Threads: 7
    Joined: 2023 Jul
    Reputation: 2
    Country:Belgium
    #15
    2024-05-13, 05:02 PM (This post was last modified: 2024-05-13, 05:31 PM by Duvel. Edited 3 times in total.)
    More or less the same issue : Jellyfin is unresponsive on local http://ip:port after upgrading docker image from 10.8.13 to 10.9.1

    I notably notice a lot of pluggin errors in the logs


    Code:
    [2024-05-13 18:18:04.000 +02:00] [INF] Running query planner optimizations in the database... This might take a while
    [2024-05-13 18:18:04.218 +02:00] [INF] Disposing "CoreAppHost"
    [2024-05-13 18:18:04.246 +02:00] [INF] Disposing "DlnaEntryPoint"
    [2024-05-13 18:18:04.292 +02:00] [INF] Disposing PlayToManager
    [2024-05-13 18:18:04.325 +02:00] [INF] Disposing DeviceDiscovery
    [2024-05-13 18:18:04.382 +02:00] [INF] Disposing SsdpCommunicationsServer
    [2024-05-13 18:18:04.382 +02:00] [INF] "SsdpCommunicationsServer" disposing _BroadcastListenSocket
    [2024-05-13 18:18:04.694 +02:00] [INF] "SsdpCommunicationsServer" Disposing 2 sendSockets
    [2024-05-13 18:18:04.694 +02:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0"
    [2024-05-13 18:18:04.694 +02:00] [INF] "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1"
    [2024-05-13 18:18:04.694 +02:00] [INF] Disposing "SchedulesDirect"
    [2024-05-13 18:18:04.695 +02:00] [INF] Disposing "LibraryChangedNotifier"
    [2024-05-13 18:18:04.719 +02:00] [INF] Disposing "UdpServerEntryPoint"
    [2024-05-13 18:18:04.722 +02:00] [INF] Disposing "UserDataChangeNotifier"
    [2024-05-13 18:18:04.732 +02:00] [INF] Disposing "EntryPoint"
    [2024-05-13 18:18:04.732 +02:00] [INF] Disposing "EntryPoint"
    [2024-05-13 18:18:04.733 +02:00] [INF] Disposing "NotificationEntryPoint"
    [2024-05-13 18:18:04.788 +02:00] [INF] Disposing "LibraryMonitorStartup"
    [2024-05-13 18:18:04.788 +02:00] [INF] Disposing "DeviceAccessEntryPoint"
    [2024-05-13 18:18:04.797 +02:00] [INF] Disposing "TvdbMissingEpisodeProvider"
    [2024-05-13 18:18:04.797 +02:00] [INF] Disposing "EmbyTV"
    [2024-05-13 18:18:04.918 +02:00] [INF] Disposing "RecordingNotifier"
    [2024-05-13 18:18:04.939 +02:00] [INF] Disposing "MusicBrainzAlbumProvider"
    [2024-05-13 18:18:04.954 +02:00] [INF] Disposing "TMDbBoxSetManager"
    [2024-05-13 18:18:04.954 +02:00] [INF] Disposing "EventMonitorEntryPoint"
    [2024-05-13 18:18:04.982 +02:00] [INF] Disposing "ExternalPortForwarding"
    [2024-05-13 18:18:04.983 +02:00] [INF] Stopping NAT discovery
    [2024-05-13 18:18:05.473 +02:00] [INF] WS "109.133.232.254" closed
    [2024-05-13 18:20:55.205 +02:00] [INF] Jellyfin version: "10.9.1"
    [2024-05-13 18:20:55.259 +02:00] [INF] Environment Variables: ["[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]"]
    [2024-05-13 18:20:55.261 +02:00] [INF] Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [2024-05-13 18:20:55.262 +02:00] [INF] Operating system: "Debian GNU/Linux 12 (bookworm)"
    [2024-05-13 18:20:55.262 +02:00] [INF] Architecture: X64
    [2024-05-13 18:20:55.263 +02:00] [INF] 64-Bit Process: True
    [2024-05-13 18:20:55.263 +02:00] [INF] User Interactive: True
    [2024-05-13 18:20:55.263 +02:00] [INF] Processor count: 4
    [2024-05-13 18:20:55.263 +02:00] [INF] Program data path: "/var/lib/jellyfin"
    [2024-05-13 18:20:55.263 +02:00] [INF] Log directory path: "/var/log/jellyfin"
    [2024-05-13 18:20:55.263 +02:00] [INF] Config directory path: "/etc/jellyfin"
    [2024-05-13 18:20:55.263 +02:00] [INF] Cache path: "/var/cache/jellyfin"
    [2024-05-13 18:20:55.263 +02:00] [INF] Web resources path: "/jellyfin/jellyfin-web"
    [2024-05-13 18:20:55.263 +02:00] [INF] Application directory: "/jellyfin/"
    [2024-05-13 18:20:55.412 +02:00] [INF] Applying migration '"MigrateMusicBrainzTimeout"'
    [2024-05-13 18:20:55.447 +02:00] [INF] Migration '"MigrateMusicBrainzTimeout"' applied successfully
    [2024-05-13 18:20:55.448 +02:00] [INF] Applying migration '"MigrateNetworkConfiguration"'
    [2024-05-13 18:20:55.468 +02:00] [INF] Migration '"MigrateNetworkConfiguration"' applied successfully
    [2024-05-13 18:20:55.482 +02:00] [INF] Setting cache path: "/var/cache/jellyfin"
    [2024-05-13 18:20:55.561 +02:00] [INF] Loading assemblies
    [2024-05-13 18:20:55.593 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.AniDB, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/AniDB_7.0.0.0/Jellyfin.Plugin.AniDB.dll"
    [2024-05-13 18:20:55.597 +02:00] [ERR] Failed to load assembly "/var/lib/jellyfin/plugins/Bookshelf_10.0.0.0/Jellyfin.Plugin.Bookshelf.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    [2024-05-13 18:20:55.637 +02:00] [INF] Loaded assembly "BouncyCastle.Crypto, Version=1.8.8.0, Culture=neutral, PublicKeyToken=0e99375e54769942" from "/var/lib/jellyfin/plugins/Email_9.0.0.0/BouncyCastle.Crypto.dll"
    [2024-05-13 18:20:55.645 +02:00] [INF] Loaded assembly "MimeKit, Version=2.10.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814" from "/var/lib/jellyfin/plugins/Email_9.0.0.0/MimeKit.dll"
    [2024-05-13 18:20:55.658 +02:00] [INF] Loaded assembly "MailKit, Version=2.10.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b" from "/var/lib/jellyfin/plugins/Email_9.0.0.0/MailKit.dll"
    [2024-05-13 18:20:55.658 +02:00] [ERR] Failed to load assembly "/var/lib/jellyfin/plugins/Email_9.0.0.0/MediaBrowser.Plugins.SmtpNotifications.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'MediaBrowser.Controller.Notifications.INotificationService' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Notifications.INotificationService' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    [2024-05-13 18:20:55.660 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.Fanart, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Fanart_10.0.0.0/Jellyfin.Plugin.Fanart.dll"
    [2024-05-13 18:20:55.667 +02:00] [INF] Loaded assembly "Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f" from "/var/lib/jellyfin/plugins/LDAP Authentication_17.0.0.0/Novell.Directory.Ldap.NETStandard.dll"
    [2024-05-13 18:20:55.667 +02:00] [INF] Loaded assembly "LDAP-Auth, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/LDAP Authentication_17.0.0.0/LDAP-Auth.dll"
    [2024-05-13 18:20:55.668 +02:00] [ERR] Failed to load assembly "/var/lib/jellyfin/plugins/OPDS_4.0.0.0/Jellyfin.Plugin.Opds.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    [2024-05-13 18:20:55.671 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=19.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Open Subtitles_19.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
    [2024-05-13 18:20:55.673 +02:00] [ERR] Failed to load assembly "/var/lib/jellyfin/plugins/Playback Reporting_13.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    Could not load file or assembly 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    System.IO.FileNotFoundException: Could not load file or assembly 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

    File name: 'SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
    [2024-05-13 18:20:55.676 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.Reports, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Reports_15.0.0.0/Jellyfin.Plugin.Reports.dll"
    [2024-05-13 18:20:55.678 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
    [2024-05-13 18:20:55.681 +02:00] [ERR] Failed to load assembly "/var/lib/jellyfin/plugins/TheTVDB_10.0.0.0/Jellyfin.Plugin.Tvdb.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    [2024-05-13 18:20:55.682 +02:00] [ERR] Failed to load assembly "/var/lib/jellyfin/plugins/TMDb Box Sets_10.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
    Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
    [2024-05-13 18:20:55.693 +02:00] [INF] Loaded assembly "Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "/var/lib/jellyfin/plugins/TVmaze_10.0.0.0/Polly.dll"
    [2024-05-13 18:20:55.695 +02:00] [INF] Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_10.0.0.0/Flurl.Http.dll"
    [2024-05-13 18:20:55.696 +02:00] [INF] Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_10.0.0.0/Flurl.dll"
    [2024-05-13 18:20:55.697 +02:00] [INF] Loaded assembly "Jellyfin.Plugin.TvMaze, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_10.0.0.0/Jellyfin.Plugin.TvMaze.dll"
    [2024-05-13 18:20:55.697 +02:00] [INF] Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_10.0.0.0/TvMaze.Api.Client.dll"
    [2024-05-13 18:20:55.747 +02:00] [INF] Defined LAN addresses: ["192.168.2.0/24", "192.168.1.0/24", "172.20.0.0/16", "172.22.0.0/16"]
    [2024-05-13 18:20:55.747 +02:00] [INF] Defined LAN exclusions: []
    [2024-05-13 18:20:55.747 +02:00] [INF] Using LAN addresses: ["192.168.2.0/24", "192.168.1.0/24", "172.20.0.0/16", "172.22.0.0/16"]
    [2024-05-13 18:20:55.750 +02:00] [INF] Using bind addresses: []
    [2024-05-13 18:20:55.750 +02:00] [INF] Remote IP filter is "Allowlist"
    [2024-05-13 18:20:55.750 +02:00] [INF] Filter list: []
    [2024-05-13 18:20:56.813 +02:00] [INF] There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
    [2024-05-13 18:20:56.972 +02:00] [INF] EFCore migrations applied successfully
    [2024-05-13 18:21:06.717 +02:00] [INF] Loaded plugin: "AniDB" "7.0.0.0"
    [2024-05-13 18:21:06.719 +02:00] [INF] Loaded plugin: "Fanart" "10.0.0.0"
    [2024-05-13 18:21:06.719 +02:00] [INF] Loaded plugin: "LDAP-Auth" "17.0.0.0"
    [2024-05-13 18:21:06.720 +02:00] [INF] Loaded plugin: "Open Subtitles" "19.0.0.0"
    [2024-05-13 18:21:06.721 +02:00] [INF] Loaded plugin: "Reports" "15.0.0.0"
    [2024-05-13 18:21:06.721 +02:00] [INF] Loaded plugin: "Skin Manager" "2.0.1"
    [2024-05-13 18:21:06.722 +02:00] [INF] Loaded plugin: "TVmaze" "10.0.0.0"
    [2024-05-13 18:21:06.722 +02:00] [INF] Loaded plugin: "TMDb" "10.9.1.0"
    [2024-05-13 18:21:06.723 +02:00] [INF] Loaded plugin: "Studio Images" "10.9.1.0"
    [2024-05-13 18:21:06.723 +02:00] [INF] Loaded plugin: "OMDb" "10.9.1.0"
    [2024-05-13 18:21:06.733 +02:00] [INF] Loaded plugin: "MusicBrainz" "10.9.1.0"
    [2024-05-13 18:21:06.733 +02:00] [INF] Loaded plugin: "AudioDB" "10.9.1.0"
    [2024-05-13 18:21:06.776 +02:00] [INF] Applying migration '"FixPlaylistOwner"'
    [2024-05-13 18:21:07.081 +02:00] [INF] Migration '"FixPlaylistOwner"' applied successfully
    [2024-05-13 18:21:07.082 +02:00] [INF] Applying migration '"MigrateRatingLevels"'
    [2024-05-13 18:21:07.337 +02:00] [INF] Library database backed up to "/var/lib/jellyfin/data/library.db.bak1"
    [2024-05-13 18:21:07.337 +02:00] [INF] Recalculating parental rating levels based on rating string.
    [2024-05-13 18:21:10.190 +02:00] [INF] Migration '"MigrateRatingLevels"' applied successfully
    [2024-05-13 18:21:10.192 +02:00] [INF] Applying migration '"AddDefaultCastReceivers"'
    [2024-05-13 18:21:10.192 +02:00] [INF] Saving system configuration
    [2024-05-13 18:21:10.193 +02:00] [INF] Setting cache path: "/var/cache/jellyfin"
    [2024-05-13 18:21:10.194 +02:00] [INF] Migration '"AddDefaultCastReceivers"' applied successfully
    [2024-05-13 18:21:10.195 +02:00] [INF] Applying migration '"UpdateDefaultPluginRepository10.9"'
    [2024-05-13 18:21:10.195 +02:00] [INF] Saving system configuration
    [2024-05-13 18:21:10.196 +02:00] [INF] Setting cache path: "/var/cache/jellyfin"
    [2024-05-13 18:21:10.196 +02:00] [INF] Migration '"UpdateDefaultPluginRepository10.9"' applied successfully
    [2024-05-13 18:21:10.206 +02:00] [WRN] Using an in-memory repository. Keys will not be persisted to storage.
    [2024-05-13 18:21:10.206 +02:00] [WRN] Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
    [2024-05-13 18:21:10.227 +02:00] [WRN] No XML encryptor configured. Key {efce069b-de66-498c-b39f-afa8195e26d9} may be persisted to storage in unencrypted form.
    [2024-05-13 18:21:10.269 +02:00] [INF] Starting NAT discovery
    [2024-05-13 18:21:10.704 +02:00] [WRN] The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
    [2024-05-13 18:21:10.727 +02:00] [INF] Running startup tasks
    [2024-05-13 18:21:10.738 +02:00] [INF] Daily trigger for "Générer des images Trickplay" set to fire at 2024-05-14 03:00:00.000 +02:00, which is 08:38:49.2613059 from now.
    [2024-05-13 18:21:10.747 +02:00] [INF] Daily trigger for "Extraire les images de chapitre" set to fire at 2024-05-14 02:00:00.000 +02:00, which is 07:38:49.2525864 from now.
    [2024-05-13 18:21:10.781 +02:00] [INF] Found ffmpeg version "6.0.1"
    [2024-05-13 18:21:10.824 +02:00] [INF] Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
    [2024-05-13 18:21:10.843 +02:00] [INF] Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [2024-05-13 18:21:10.870 +02:00] [INF] Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
    [2024-05-13 18:21:10.941 +02:00] [INF] Watching directory "/media/plex/movies"
    [2024-05-13 18:21:10.974 +02:00] [INF] Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
    [2024-05-13 18:21:11.168 +02:00] [INF] Watching directory "/media/plex/musique"
    [2024-05-13 18:21:11.178 +02:00] [INF] Watching directory "/media/plex/nanards"
    [2024-05-13 18:21:11.203 +02:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
    [2024-05-13 18:21:11.204 +02:00] [INF] ServerId: "2961cac6981a4cf7bdba123798d8bcbc"
    [2024-05-13 18:21:11.204 +02:00] [INF] Core startup complete
    [2024-05-13 18:21:11.204 +02:00] [INF] Startup complete 0:00:16.211421
    [2024-05-13 18:21:12.314 +02:00] [INF] Watching directory "/media/plex/da/films"
    [2024-05-13 18:21:12.316 +02:00] [INF] Watching directory "/media/plex/spectacles"
    [2024-05-13 18:21:13.784 +02:00] [INF] Item in "Conan the Barbarian Collection" cannot be found at "/media/plex/movies/Conan the Destroyer (1984)/Conan le Destructeur.avi"
    [2024-05-13 18:21:13.787 +02:00] [INF] Item in "Captain Marvel Collection" cannot be found at "/media/plex/movies/The Marvels (2023) [imdb-tt10676048]/The Marvels (2023) [imdb-tt10676048] WEBRip-1080p.mkv"
    [2024-05-13 18:21:13.789 +02:00] [INF] Item in "Trainspotting Collection" cannot be found at "/media/plex/movies/Trainspotting (1996)/Trainspotting.avi"
    [2024-05-13 18:21:13.790 +02:00] [INF] Item in "The Twilight Collection" cannot be found at "/media/plex/movies/The Twilight Saga - Breaking Dawn - Part 1 (2011)/Twilight-chapitre 4- Revelation Part 1.avi"
    [2024-05-13 18:21:13.790 +02:00] [INF] Item in "The Twilight Collection" cannot be found at "/media/plex/movies/The Twilight Saga - Breaking Dawn - Part 2 (2012)/Twilight-chapitre 4- Revelation Part 2.avi"

    After that a lot of [INF], and then

    Code:
    [2024-05-13 18:21:13.807 +02:00] [INF] "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
    [2024-05-13 18:21:14.306 +02:00] [WRN] Unable to find linked item at path "/media/plex/movies/Conan the Destroyer (1984)/Conan le Destructeur.avi"
    [2024-05-13 18:21:14.317 +02:00] [ERR] Error in metadata saver
    System.IO.IOException: The process cannot access the file '/var/lib/jellyfin/data/collections/Conan the Barbarian Collection [boxset]/collection.xml' because it is being used by another process.
      at Microsoft.Win32.SafeHandles.SafeFileHandle.Init(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Int64& fileLength, UnixFileMode& filePermissions)
      at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
      at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
      at System.IO.FileStream..ctor(String path, FileStreamOptions options)
      at MediaBrowser.LocalMetadata.Savers.BaseXmlSaver.SaveAsync(BaseItem item, CancellationToken cancellationToken)
      at MediaBrowser.Providers.Manager.ProviderManager.SaveMetadataAsync(BaseItem item, ItemUpdateType updateType, IEnumerable`1 savers)
    [2024-05-13 18:21:14.985 +02:00] [INF] Watching directory "/media/plex/docus"
    [2024-05-13 18:21:15.461 +02:00] [INF] Watching directory "/media/plex/series_VO"
    [2024-05-13 18:21:16.299 +02:00] [INF] Watching directory "/media/plex/da_tele"
    [2024-05-13 18:21:17.572 +02:00] [INF] Plugin "installed": "AniDB" "8.0.0.0"
    [2024-05-13 18:21:17.702 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:17.901 +02:00] [INF] Plugin "installed": "Bookshelf" "11.0.0.0"
    [2024-05-13 18:21:17.922 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:18.195 +02:00] [INF] Plugin "installed": "Fanart" "11.0.0.0"
    [2024-05-13 18:21:18.210 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:18.577 +02:00] [INF] Plugin "installed": "OPDS" "5.0.0.0"
    [2024-05-13 18:21:18.593 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:18.862 +02:00] [INF] Plugin "installed": "Open Subtitles" "20.0.0.0"
    [2024-05-13 18:21:18.884 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:19.171 +02:00] [INF] Plugin "installed": "Playback Reporting" "14.0.0.0"
    [2024-05-13 18:21:19.193 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:19.629 +02:00] [INF] Plugin "installed": "Reports" "17.0.0.0"
    [2024-05-13 18:21:19.648 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:19.898 +02:00] [INF] Plugin "installed": "TheTVDB" "11.0.0.0"
    [2024-05-13 18:21:19.907 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:19.919 +02:00] [INF] Watching directory "/media/plex/books"
    [2024-05-13 18:21:20.041 +02:00] [INF] Plugin "installed": "TMDb Box Sets" "11.0.0.0"
    [2024-05-13 18:21:20.047 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:20.322 +02:00] [INF] Plugin "installed": "TVmaze" "11.0.0.0"
    [2024-05-13 18:21:20.333 +02:00] [INF] App needs to be restarted.
    [2024-05-13 18:21:20.333 +02:00] [INF] "Mettre à jour les extensions" Completed after 0 minute(s) and 5 seconds
    [2024-05-13 18:21:21.611 +02:00] [INF] Watching directory "/media/plex/series"

    ANd then nothing. I let it like that  during 20 minutes and the server was still unreachable so I decided to stop it in order to rollback (I had a backup)

    Code:
    [2024-05-13 18:44:18.192 +02:00] [INF] Sending shutdown notifications
    [2024-05-13 18:44:18.205 +02:00] [INF] Stopping NAT discovery
    [2024-05-13 18:44:18.210 +02:00] [INF] Running query planner optimizations in the database... This might take a while
    [2024-05-13 18:44:18.220 +02:00] [INF] Stopping directory watching for path "/media/plex/da/films"
    [2024-05-13 18:44:18.221 +02:00] [INF] Stopping directory watching for path "/media/plex/books"
    [2024-05-13 18:44:18.231 +02:00] [INF] Stopping directory watching for path "/media/plex/series_VO"
    [2024-05-13 18:44:18.231 +02:00] [INF] Stopping directory watching for path "/media/plex/da_tele"
    [2024-05-13 18:44:18.232 +02:00] [INF] Stopping directory watching for path "/media/plex/movies"
    [2024-05-13 18:44:18.237 +02:00] [INF] Stopping directory watching for path "/media/plex/spectacles"
    [2024-05-13 18:44:18.237 +02:00] [INF] Stopping directory watching for path "/media/plex/nanards"
    [2024-05-13 18:44:18.237 +02:00] [INF] Stopping directory watching for path "/media/plex/musique"
    [2024-05-13 18:44:18.239 +02:00] [INF] Stopping directory watching for path "/media/plex/docus"
    [2024-05-13 18:44:18.240 +02:00] [INF] Stopping directory watching for path "/media/plex/series"
    [2024-05-13 18:44:18.245 +02:00] [INF] Disposing "CoreAppHost"
    [2024-05-13 18:44:18.245 +02:00] [INF] Disposing "MusicBrainzArtistProvider"
    [2024-05-13 18:44:18.245 +02:00] [INF] Disposing "MusicBrainzAlbumProvider"
    [2024-05-13 18:44:18.246 +02:00] [INF] Disposing "DotNetRuntimeStatsCollector"
    [2024-05-13 18:44:18.246 +02:00] [INF] Disposing "PluginManager"


    I thus restarted my image 10.8.13 until I have an explanation, fix or guideline

    On a side note, this IMHO is an horrible idea:
    [2024-05-13 18:21:13.807 +02:00] [INF] "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
    Unsure if its new but I never noticed french translations in mùy logs before. It is way better for all of us to output all logs in english and not their translations
    Duvel
    Offline

    Junior Member

    Posts: 41
    Threads: 7
    Joined: 2023 Jul
    Reputation: 2
    Country:Belgium
    #16
    2024-05-13, 05:21 PM (This post was last modified: 2024-05-13, 05:23 PM by Duvel. Edited 2 times in total.)
    regarding the tip from Flaring, I indeed have this in my Network.xml

    Code:
      <LocalNetworkSubnets>
        <string>192.168.2.0/24</string>
        <string>192.168.1.0/24</string>
        <string>172.20.0.0/16</string>
        <string>172.22.0.0/16</string>
      </LocalNetworkSubnets>
      <LocalNetworkAddresses>
        <string>192.168.2.4</string>
      </LocalNetworkAddresses>
      <KnownProxies>
        <string>192.168.2.10</string>
      </KnownProxies>

    Am I supposed  to get rid of the LocalNetworkAddresses part as suggested ?? I dont see the same errors he had in my logs so unsure if it is the same root cause on my side

    I also backuped the broken 10.9.1 folder prior to rollback so i can start from it again to try but I dont want to have disruptions for nothing as I currently have users watching stuff on the 10.8.13, So I prefer to wait for some dev advices  Smiling-face
    Sarinz
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:India
    #17
    2024-05-14, 05:27 PM
    (2024-05-13, 12:06 PM)TheDreadPirate Wrote: @Sarinz Do you have a backup from 10.8.13?

    I don't have 10.8.13 one but I have an image before I moved it to docker, I'm planning to mount that image, copy the configs, metadata,etc and set docker image tag to 10.8.13, 
    hopefully, it should get me out of current predicament. I really want to try out the new version. Anyways thanks for the guidance Smiling-face
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 11,852
    Threads: 10
    Joined: 2023 Jun
    Reputation: 347
    Country:United States
    #18
    2024-05-14, 05:53 PM
    You cannot use non-docker jellyfin data and configs with a docker config.
    Jellyfin 10.10.3 (Docker)
    Ubuntu 24.04 LTS 
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        3x WD Red Pro 6TB CMR in RAIDZ1 (JF Library)
    [Image: GitHub%20Sponsors-grey?logo=github]
    riddertommie
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 May
    Reputation: 0
    Country:Netherlands
    #19
    2024-05-16, 11:01 AM
    Hi, sorry for my late reaction, busy week.

    I deleted config/config/network.xml and after a reboot it was again ok. As soon if i change the settings of the local networks and reboot. it is stuck again.

    Question for those who have also done this (delete network.xml) i now have a problem that the jellyfin kodi plugin does not sync automatic if i ended a episode , recognizable?

    @Flaring0281, do you still want my log file? log file?
    Duvel
    Offline

    Junior Member

    Posts: 41
    Threads: 7
    Joined: 2023 Jul
    Reputation: 2
    Country:Belgium
    #20
    2024-05-16, 11:20 AM
    is there anything planned to fix that network config issue ?
    Pages (3): « Previous 1 2 3 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread:


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode