Jellyfin Forum
New Jellyfin Server/Web release: 10.10.2 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Announcements (https://forum.jellyfin.org/f-announcements)
+--- Forum: Project Announcements (https://forum.jellyfin.org/f-project-announcements)
+--- Thread: New Jellyfin Server/Web release: 10.10.2 (/t-new-jellyfin-server-web-release-10-10-2)

Pages: 1 2


RE: New Jellyfin Server/Web release: 10.10.2 - tatooin - 2024-11-17

On my side I had to change the permissions of ALL my m3u/m3u8 files to make it start. Adding the +w flag to all those files fixed the issue, but that's a bit strange. Removing the files won't actually work. You need to fix the files permissions or revert to 10.10.1


RE: New Jellyfin Server/Web release: 10.10.2 - RogerT - 2024-11-17

(2024-11-17, 01:39 AM)TheDreadPirate Wrote:
(2024-11-17, 01:30 AM)jestergod Wrote:
(2024-11-17, 12:50 AM)RogerT Wrote:
(2024-11-16, 11:54 PM)TheDreadPirate Wrote:
(2024-11-16, 11:34 PM)RogerT Wrote: Well then ended well... Not! Now Jellyfin refuses to even start on the server.  All previous updates where flawless.

Do you see this message in your jellyfin logs?

Quote:[2024-11-16 18:34:29.446 -05:00] [ERR] [1] Jellyfin.Server.Migrations.MigrationRunner: Could not apply migration '"RemoveDuplicatePlaylistChildren"'
System.UnauthorizedAccessException: Access to the path '/media/storage2/Music/Smashing Pumpkins/Smashing Pumpkins.m3u' is denied.
---> System.IO.IOException: Permission denied

Yep, working on recreating everything now!, thought it was odd to crap out on an .m3u file, it shouldn't even be writing too! Even deleting the m3u from the library didn't fix it!

i had the same thing. it was erroring on a m3u file that i didn't know i had. i removed all .m3u files too, but still is trying to hit on it. how did you get around it?

Put the M3U back, make a backup copy, allow Jellyfin to write to it, start jellyfin, restore the original M3U.

I ended up rebuilding my entire library after full reinstall. I am not about to give anything write permissions to my library data!  There is NO need for ANY library to be writeable! It wasn't in passed versions!


RE: New Jellyfin Server/Web release: 10.10.2 - niels - 2024-11-17

As mentioned in various threads, there is a bug that will be fixed in the (soon to be released) 10.10.3 release. There is no need to recreate your server or change file permissions, just go back to your backup of 10.10.1 or wait for 10.10.3.


RE: New Jellyfin Server/Web release: 10.10.2 - Treris - 2024-11-17

(2024-11-17, 02:55 PM)niels Wrote: As mentioned in various threads, there is a bug that will be fixed in the (soon to be released) 10.10.3 release. There is no need to recreate your server or change file permissions, just go back to your backup of 10.10.1 or wait for 10.10.3.

Thanks Niels!


RE: New Jellyfin Server/Web release: 10.10.2 - messiah1095 - 2024-11-17

Glad I read this before I upgraded my server, will wait for 10.10.3


RE: New Jellyfin Server/Web release: 10.10.2 - Wanni - 2024-11-18

.pls files create the same issue as m3u files.

After deleting all and changed permissions jellyfin could finally start.


RE: New Jellyfin Server/Web release: 10.10.2 - dreamon - 2024-11-18

installed fine and works flawless for me. thanks for the new release Smiling-face


RE: New Jellyfin Server/Web release: 10.10.2 - mtoss - 2024-11-18

There is no indication that fix will be coming soon. It has been a day already and considering the magnitude of the issue I would assumed that we will get it fixed right away. It is surprising that this is not a priority 1 for the team.


RE: New Jellyfin Server/Web release: 10.10.2 - TheDreadPirate - 2024-11-18

(2024-11-18, 06:21 PM)mtoss Wrote: There is no indication that fix will be coming soon. It has been a day already and considering the magnitude of the issue I would assumed that we will get it fixed right away. It is surprising that this is not a priority 1 for the team.

It is a high priority.  A fix has already been merged.

https://github.com/jellyfin/jellyfin/issues/13048
https://github.com/jellyfin/jellyfin/pull/13059

The core team is already working tidying things up to start the build process for another release.