mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
PluginManager can't read a single .dll of some plugins #3262
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 @LPkkjHD on GitHub (Sep 22, 2021).
The OpenSubtiltes and Webhook plugins both have an issue on installation. I do believe it is relevant to open the issue here as the behavior suggests this being a jellyfin issue rather than a plugin issue. Both fail to load a
.dllfile from the disk (relevant log entries under ServerLogs section further down).Manually looking into the folders stated, however, shows that the 'missing' file is actually present and permissions don't seem to be a problem either.
System:
To Reproduce
No Idea how to replicate this. I did a fresh install and the same issue appeared
Expected behavior
Plugin gets enabled
Server Logs
Additional context
@crobibero commented on GitHub (Sep 22, 2021):
This is not a bug, the plugins were built for Jellyfin 10.7.7. Future plugin releases have this version correctly set.