[PR #5147] [CLOSED] Check for TypeLoadException and handle accordingly #10412

Closed
opened 2026-02-07 06:19:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5147
Author: @p0457
Created: 2/1/2021
Status: Closed

Base: masterHead: bug/invalid-plugin-start-failure


📝 Commits (1)

  • 058b67f Check 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5147 **Author:** [@p0457](https://github.com/p0457) **Created:** 2/1/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bug/invalid-plugin-start-failure` --- ### 📝 Commits (1) - [`058b67f`](https://github.com/jellyfin/jellyfin/commit/058b67fb9baf0edf14a4d9adb6d65f8afe1c523e) Check for TypeLoadException and handle accordingly ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Plugins/PluginManager.cs` (+6 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:19:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10412