mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
upgrade 10.10.0 -> 10.10.3 (docker); DLNA v3 plugin prevents start #6492
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @systemcrash on GitHub (Nov 19, 2024).
Something about
System.MissingMethodException: Method not found: 'Void MediaBrowser.Model.Dlna.DeviceProfile.set_Id(System.String)'.@systemcrash commented on GitHub (Nov 19, 2024):
Seemingly resolved by deleting the DLNA plugin folder.
Addendum: crash trace-backs like this at startup very quickly fill the logs.
Recommendation: sleep the trackback logging or emit once every so often? Don't know whether that's possible.
Recommendation 2: disable a plugin (from loading) if the faulty code path is within a plugin?
@systemcrash commented on GitHub (Nov 19, 2024):
For reference, the plugin version present was
DLNA_3.0.0.0@systemcrash commented on GitHub (Nov 19, 2024):
Upgrade to DLNA_5.0.0.0 seems to be problem free.
@systemcrash commented on GitHub (Nov 19, 2024):
See also other related issues for this crash
https://github.com/jellyfin/jellyfin/issues/13005