danieladov/jellyfin-plugin-skin-manager

fatal error in skin manager

issasaleh opened this issue · 0 comments

when trying to install skin manager in jellyfish 10.8.5 it says An error occurred while installing the plugin.

when I copy the dll to the plugins and restart, jellyfin crashes and refused to restart and stays in inactive mode until I delete the dll and restart and everything returns normal.

○ jellyfin.service - Jellyfin Media Server
Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─jellyfin.service.conf
Active: inactive (dead) since Sat 2022-10-01 16:44:46 UTC; 3s ago
Process: 1583 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=143)
Main PID: 1583 (code=exited, status=143)
CPU: 9.434s

Oct 01 16:44:46 odroid jellyfin[1583]: at Emby.Server.Implementations.ApplicationHost.GetExports[T](CreationDelegateFactory defaultFunc, Boolean manageLifetime)
Oct 01 16:44:46 odroid jellyfin[1583]: at Emby.Server.Implementations.Plugins.PluginManager.CreatePlugins()
Oct 01 16:44:46 odroid jellyfin[1583]: at Emby.Server.Implementations.ApplicationHost.FindParts()
Oct 01 16:44:46 odroid jellyfin[1583]: at Emby.Server.Implementations.ApplicationHost.InitializeServices()
Oct 01 16:44:46 odroid jellyfin[1583]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
Oct 01 16:44:46 odroid jellyfin[1583]: [16:44:46] [INF] Running query planner optimizations in the database... This might take a while
Oct 01 16:44:46 odroid jellyfin[1583]: [16:44:46] [INF] Disposing CoreAppHost
Oct 01 16:44:46 odroid jellyfin[1583]: [16:44:46] [INF] Received a SIGTERM signal, shutting down
Oct 01 16:44:46 odroid systemd[1]: jellyfin.service: Deactivated successfully.
Oct 01 16:44:46 odroid systemd[1]: jellyfin.service: Consumed 9.434s CPU time.

Untitled