AECX / FinTube

Jellyfin Plugin to import directly from YT
124 stars 11 forks source link

cannot select target library in docker compose #18

Open street-grease-coder opened 2 months ago

street-grease-coder commented 2 months 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 2 months ago

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

cullenjohnson commented 2 months ago

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

b-jordanov commented 1 month ago

Experiencing the same issue on 10.9.10. I found this https://gitlab.com/Pixselious/youtube-backloader . I'll try it as a workaround for now.

YumDumbPickle commented 1 month ago

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

@derMiepz I have the exact same configuration (installed on proxmox via helper script), did you happen to find a solution?