mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5147] [CLOSED] Check for TypeLoadException and handle accordingly #10412
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5147
Author: @p0457
Created: 2/1/2021
Status: ❌ Closed
Base:
master← Head:bug/invalid-plugin-start-failure📝 Commits (1)
058b67fCheck for TypeLoadException and handle accordingly📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
Emby.Server.Implementations/Plugins/PluginManager.cs(+6 -0)📄 Description
Changes
Added a catch block for an unanticipated Exception found during load of an invalid plugin listed on Jellyfin's official repository. Handle the error in the same way as the other by invalidating the plugin, logging the exception, and gracefully continue.
Issues
Fixes #5146
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.