mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-05-09 08:25:58 +02:00
[GH-ISSUE #51] fatal error in skin manager #19
Labels
No labels
enhancement
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/jellyfin-plugin-skin-manager#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @issasaleh on GitHub (Oct 1, 2022).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/51
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.