2024-06-19, 12:31 PM
(2023-08-28, 01:22 PM)Voltage6905 Wrote: Anyone tested this with docker?
I tested FinTube 1.0.1.0 from the AECX repo (and not one of the few forks that have small changes/improvements) with Jellyfin 10.9.1. Once I got a volume mount that included a Linux binary of yt-dlp (because my docker host is CentOS 7 with python 3.6 which is too old for yt-dlp), and I configured FinTube from the My Plugins page, I tried a yt-dlp operation.
Unfortunately, it failed with this error:
Code:
jellyfin_1 | [12:20:43] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL POST /fintube/submit_dl.
jellyfin_1 | System.InvalidOperationException: The AuthorizationPolicy named: 'DefaultAuthorization' was not found.
jellyfin_1 | at Microsoft.AspNetCore.Authorization.AuthorizationPolicy.CombineAsync(IAuthorizationPolicyProvider policyProvider, IEnumerable`1 authorizeData, IEnumerable`1 policies)
jellyfin_1 | at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
jellyfin_1 | at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
jellyfin_1 | at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
jellyfin_1 | at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
jellyfin_1 | at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
jellyfin_1 | at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
jellyfin_1 | at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
jellyfin_1 | at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
jellyfin_1 | at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
jellyfin_1 | at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
jellyfin_1 | at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)