2024-05-20, 01:57 PM
(This post was last modified: 2024-05-20, 02:25 PM by peewee67. Edited 1 time in total.)
10.9.2 hasn't fixed it for me, trying to record from a m3u iptv live tv stream.
- clean install of 10.9.2, coming from 10.8.13 (update broke m3u live tv al together, appearently still not completely fixed in 10.9.2 :-(
- running in a docker container on a Synology, recording path has write access from the container.
- happens when using the iptv plugin "https://github.com/Kevinjil/Jellyfin.Xtream" but activated a 'normal
m3u livetv source for testing also
[2024-05-20 13:39:47.244 +00:00] [ERR] [29] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/LiveTv/Timers".
System.NotImplementedException: The method or operation is not implemented.
at Jellyfin.Xtream.LiveTvService.CreateTimerAsync(TimerInfo info, CancellationToken cancellationToken)
at Jellyfin.LiveTv.LiveTvManager.CreateTimer(TimerInfoDto timer, CancellationToken cancellationToken)
at Jellyfin.Api.Controllers.LiveTvController.CreateTimer(TimerInfoDto timerInfo)
at lambda_method2237(Closure, Object)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
- clean install of 10.9.2, coming from 10.8.13 (update broke m3u live tv al together, appearently still not completely fixed in 10.9.2 :-(
- running in a docker container on a Synology, recording path has write access from the container.
- happens when using the iptv plugin "https://github.com/Kevinjil/Jellyfin.Xtream" but activated a 'normal
m3u livetv source for testing also
[2024-05-20 13:39:47.244 +00:00] [ERR] [29] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/LiveTv/Timers".
System.NotImplementedException: The method or operation is not implemented.
at Jellyfin.Xtream.LiveTvService.CreateTimerAsync(TimerInfo info, CancellationToken cancellationToken)
at Jellyfin.LiveTv.LiveTvManager.CreateTimer(TimerInfoDto timer, CancellationToken cancellationToken)
at Jellyfin.Api.Controllers.LiveTvController.CreateTimer(TimerInfoDto timerInfo)
at lambda_method2237(Closure, Object)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)