Jellyfin Forum
SOLVED: All episodes gone from seasons - 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: SOLVED: All episodes gone from seasons (/t-solved-all-episodes-gone-from-seasons)



All episodes gone from seasons - pottty Pottty - 2025-03-06

Hi everyone.

I'm running the Jellyfin docker container (with podman) on my Linux NAS (Ubuntu 22.04).
Today I noticed that all seasons of all my TV shows are empty. The episodes are there, I can see episodes in Continue Watching/Next Up sections on both the home screen or in the individual series pages. Also I can see the number of episodes on the series banners, I even check the metadata on these episodes, thay still have the correct season number. But the season themselfs are empty. 
All the seasons are marked with a check mark, if I open a season I can see the description, crew and everything else, but no episodes. I checked the metadata manager, if I open any season, i't empty.
This is true for all my tv shows in both my separate TV and anime libraries.

I assume this started when I updated from the 2024122305-amd64 image to 2025022405-amd64. Today I updated to the 2025030305-amd64 image to see if that fixes it, but sadly no.
I disabled all plugins I installed, but that didn't helped eather.

On retsart I only get a few warning in the log, no errors:
Code:
[19:59:10] [WRN] [10] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {a8dcb323-56d2-4f80-8f86-35a8c50cc333} may be persisted to storage in unencrypted form.
[19:59:11] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable.
[19:59:36] [WRN] [18] Microsoft.EntityFrameworkCore.Query: The query uses a row limiting operator ('Skip'/'Take') without an 'OrderBy' operator. This may lead to unpredictable results. If the 'Distinct' operator is used after 'OrderBy', then make sure to use the 'OrderBy' operator after 'Distinct' as the ordering would otherwise get erased.

I hope somebody can help me with this.

Example screenshots:
Number of episodes on banner:
[Image: 1.png]
Episode in next up, but empty seasons:
[Image: 2.png]
Everything but episodes on season page:
[Image: 3.png]
Empty season in metadata manager:
[Image: 4.png]


RE: All episodes gone from seasons - theguymadmax - 2025-03-06

You're using the unstable and Jellyfin is in the process of a major EFCore refactor. Here are a few posts about it:
https://jellyfin.org/posts/efcore-refactoring-incoming
https://jellyfin.org/posts/efcore-refactoring

Here are known bugs so far:
https://github.com/jellyfin/jellyfin/issues/13047

This one looks like yours:
https://github.com/jellyfin/jellyfin/issues/13232

Thanks for being a guinea pig, I mean alpha tester. I would recommend doing a full rescan with a search for missing metadata or replace all on your library. You could also post your full logs, but things are expected to not work correctly when using unstable builds.


RE: All episodes gone from seasons - pottty Pottty - 2025-03-06

Of fudge... I assumed these are stable releases as there is an image tagged unstable.... And now that I looked at it, that is the same...
Thanks for the heads up, I will wait for stable to catch up with mine than. (And configure some long term snapshots for my config dataset)