AECX / FinTube

Jellyfin Plugin to import directly from YT
98 stars 10 forks source link

cannot select target library in docker compose #18

Open street-grease-coder opened 1 week ago

street-grease-coder commented 1 week ago

I installed jellyfin using docker compose and added yt dlp and id3v2, but it does not let me select any library

image

this is the error msg, what is the issue?

Edit: Apparently there is a pull request to fix this... since june?

jellyfin      | [01:18:42] [INF] [17] Emby.Server.Implementations.HttpServer.WebSocketManager: WS XXX closed
jellyfin      | [01:18:43] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS XXX request
jellyfin      | [01:18:44] [ERR] [15] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL GET /fintube/libraries.
jellyfin      | System.InvalidOperationException: The AuthorizationPolicy named: 'DefaultAuthorization' was not found.
jellyfin      |    at Microsoft.AspNetCore.Authorization.AuthorizationPolicy.CombineAsync(IAuthorizationPolicyProvider policyProvider, IEnumerable`1 authorizeData, IEnumerable`1 policies)
jellyfin      |    at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
jellyfin      |    at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
jellyfin      |    at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
jellyfin      |    at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
jellyfin      |    at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
jellyfin      |    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
jellyfin      |    at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
jellyfin      |    at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
jellyfin      |    at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
jellyfin      |    at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
jellyfin      |    at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
derMiepz commented 1 week ago

I use Proxmox and installed Jellyfin via the Proxmox VE Helper-Scripts and I have the exact same issue. image

cullenjohnson commented 4 days ago

This is caused by https://github.com/AECX/FinTube/issues/10