Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot choose to "Record Series" #35

Open
bobcoup opened this issue Apr 15, 2021 · 1 comment
Open

Cannot choose to "Record Series" #35

bobcoup opened this issue Apr 15, 2021 · 1 comment

Comments

@bobcoup
Copy link

bobcoup commented Apr 15, 2021

If I use the guide and select to Record a show that has multiple episodes I am not offered the option to "Record Series".

If I select the "auto record" option in the tvheadend website then the show appears in the "Series" section of the Jellyfin GUI and I can edit settings.

This feature is available if I use the "NextPVR" plugin.

Would be great if it could be enabled.

@Dwarfex
Copy link

Dwarfex commented Apr 15, 2021

I have an Issue here too -
I see the option "Record Series" but the Request to "/LiveTv/SeriesTimers" results in an 500 Error - "Error processing request."

Log
Apr 15 18:51:06 slimmicro jellyfin[773]: [18:51:06] [ERR] Error processing request. URL POST /LiveTv/SeriesTimers.
Apr 15 18:51:06 slimmicro jellyfin[773]: System.NotImplementedException: The method or operation is not implemented.
Apr 15 18:51:06 slimmicro jellyfin[773]:    at TVHeadEnd.LiveTvService.CreateSeriesTimerAsync(SeriesTimerInfo info, CancellationToken cancellationToken)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Emby.Server.Implementations.LiveTv.LiveTvManager.CreateSeriesTimer(SeriesTimerInfoDto timer, CancellationToken cancellationToken)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Api.Controllers.LiveTvController.CreateSeriesTimer(SeriesTimerInfoDto seriesTimerInfo)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at lambda_method982(Closure , Object )
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.Invoke(HttpContext context)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context)
Apr 15 18:51:06 slimmicro jellyfin[773]:    at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants