mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Cannot install plugin on docker image #2363
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 @voarsh2 on GitHub (Dec 9, 2020).
Describe the bug
Trying to install any plugin results in an endless loading icon.
System (please complete the following information):
To Reproduce
Expected behavior
To install selected plugin
Logs
[02:07:39] [WRN] [28] Emby.Server.Implementations.HttpServer.HttpListenerHost: HTTP Response 200 to 192.168.100.172. Time (slow): 0:00:05.8747404. http://192.168.100.131:8098/Packages/Auto Organize?AssemblyGuid=70b7b43b-471b-4159-b4be-56750c795499
[02:07:44] [ERR] [39] Emby.Server.Implementations.HttpServer.HttpListenerHost: Error processing request. URL: http://192.168.100.131:8098/Packages/Installed/Auto Organize?AssemblyGuid=70b7b43b-471b-4159-b4be-56750c795499&version=9.0.0.0
MediaBrowser.Common.Extensions.ResourceNotFoundException: Package not found: Auto Organize
at MediaBrowser.Api.PackageService.Post(InstallPackage request)
at Emby.Server.Implementations.Services.ServiceExecGeneral.GetTaskResult(Task task)
at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IRequest httpReq, HttpResponse httpRes, ILogger logger, CancellationToken cancellationToken)
at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)
[02:07:45] [WRN] [39] Emby.Server.Implementations.HttpServer.HttpListenerHost: HTTP Response 404 to 192.168.100.172. Time (slow): 0:00:01.274263. http://192.168.100.131:8098/Packages/Installed/Auto Organize?AssemblyGuid=70b7b43b-471b-4159-b4be-56750c795499&version=9.0.0.0
Screenshots
Additional context
@crobibero commented on GitHub (Dec 9, 2020):
Duplicate of https://github.com/jellyfin/jellyfin/issues/4727
Select a lower plugin version.