![]() |
|
Possible migration failure, or maybe only post migration clean up? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Possible migration failure, or maybe only post migration clean up? (/t-possible-migration-failure-or-maybe-only-post-migration-clean-up) |
Possible migration failure, or maybe only post migration clean up? - toomanytoons - 2025-10-24 Ubuntu 24.04.3 LTS, straight install, no docker. I was on 10.10.7, stopped the services, ran a backup, ran the update from the GUI, it said it failed because jellyfin post upgrade returned error exit status 1. I checked the service status and it said it was running. I pulled up the web interface and it showed it had started the migration. I saw this line in the log: Error creating "Jellyfin.Plugin.Tvdb.Providers.TvdbEpisodeImageProvider", I threw that into a google search and read a couple items. When I went back to the tab I had the migration log pulled up in it was showing bad gateway. Jumped back to the shell and checked the service status and it said it was dead and deactivated. I thought maybe it was doing something in the background so I checked system usage and it was basically idle, barely any processor usage. I decided to see if it would start so I sent the service start command it came up as expected. Checking the logs it looks like it failed partway through the migration, the last thing it showed before I started it again was "Running query planner optimizations in the database... This might take a while". There are a lot of entries that said Migration was successfully applied so maybe it was just a post migration clean up? I've done the scan all library and missing meta data scan on the music library and it seems to be okay. Just appreciate a quick look and see if there is anything that looks wrong that needs to be addressed. Thanks. Log file attached, about 800 lines. RE: Possible migration failure, or maybe only post migration clean up? - theguymadmax - 2025-10-24 Looks good to me. Anything not working? The initial release has quite a few issues. First bugfix should be released this weekend. RE: Possible migration failure, or maybe only post migration clean up? - toomanytoons - 2025-10-25 From the web interface and the FireTV client it all seems okay but I normally get 1 log per day, yesterday added a _001 and a _002 and we're up to _001 already today. It seems to be overflowing with these: [2025-10-24 21:13:07.599 -06:00] [ERR] Error reporting playback progress System.MissingMethodException: Method not found: 'System.Collections.Generic.List 1<Jellyfin.Data.Entities.User> MediaBrowser.Controller.Library.PlaybackProgressEventArgs.get_Users()'.1<Jellyfin.Data.Entities.User> MediaBrowser.Controller.Library.PlaybackProgressEventArgs.get_Users()'.at Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint.SessionManager_PlaybackProgress(Object sender, PlaybackProgressEventArgs e) at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated) at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state) [2025-10-24 21:13:09.600 -06:00] [ERR] Error reporting playback progress System.MissingMethodException: Method not found: 'System.Collections.Generic.List`1<Jellyfin.Data.Entities.User> MediaBrowser.Controller.Library.PlaybackProgressEventArgs.get_Users()'. at Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint.SessionManager_PlaybackProgress(Object sender, PlaybackProgressEventArgs e) at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated) at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state) RE: Possible migration failure, or maybe only post migration clean up? - Kandy - 2025-10-25 I had some issues like that and they were caused by the Playback Reporting plugin not having been updated. See if updating or disabling that plugin helps. Cheers! RE: Possible migration failure, or maybe only post migration clean up? - toomanytoons - 2025-10-25 I see Playback Reporting and Reports are both broken at the moment; they each generate a blank screen and cause an error to be logged. I've removed them for now, I'm not sure I really used them anyway. Edit: Removing them did stop all errors in the log. Looks like everything is running normally. I'm assuming whatever caused the update to stop and not restart the service wasn't critical at this point. |