-
Notifications
You must be signed in to change notification settings - Fork 14
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
Anyone experience recording problems with this plugin? #106
Comments
Duplicate of #46 |
This is not a duplicate as #46 is closed and so is this one. My log also states: [2024-06-17 23:00:06.666 +01:00] [ERR] [18] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/LiveTv/Timers". |
I succesfully installed this plugin (0.6.3) in my Jellyfin 10.9.2 docker container (running on a Synology DS918+). Do any of you have recording problems?
All iptv channels play fine, but trying to record a channels results in an ever spinning circle, and logging this fault:
[2024-05-20 14:45:29.518 +00:00] [ERR] [72] 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_method1268(Closure, Object)
AT the jellyfin/jellyfin github they blame this plugin (jellyfin/jellyfin#11756) , but i doubt that very much, because something is messed up in Jellyfijn 10.9.2 when it comes to m3u Live TV tuner sources, i can't get them to work no matter what.
The text was updated successfully, but these errors were encountered: