You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Jellyfin crashes when playing Live TV through Jellyfin. When unchecking of playback synchronization, everything works correctly. Have also tried through a docker version & have the same error.
Steps To Reproduce
Expected behavior
Relevant Jellyfin log output
[2024-11-20 13:57:21.371 +13:00] [INF] [35] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/var/packages/ffmpeg7/target/bin/ffmpeg" "-analyzeduration 3000000 -probesize 1G -i \"http://localhost:9981/stream/channelid/299055571?ticket=6f698787678b00295ad8fbfbeefbcb8d0d79772b\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -codec:v:0 libx264 -preset superfast -crf 23 -maxrate 66419477 -bufsize 132838954 -profile:v:0 high -level 51 -x264opts:0 subme=0:me_range=16:rc_lookahead=10:me=hex:open_gop=0 -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -sc_threshold:v:0 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,yadif=0:-1:0,format=yuv420p\" -codec:a:0 libfdk_aac -ab 384000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"768b5a1f7286eade0593833f30c1303f-1.mp4\" -start_number 0 -hls_base_url \"hls/768b5a1f7286eade0593833f30c1303f/\" -hls_segment_filename \"/volume1/@appdata/jellyfin/cache/transcodes/768b5a1f7286eade0593833f30c1303f%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/volume1/@appdata/jellyfin/cache/transcodes/768b5a1f7286eade0593833f30c1303f.m3u8\""
[2024-11-20 13:57:32.480 +13:00] [FTL] [35] Main: Unhandled Exception
System.ArgumentException: Guid can't be empty (Parameter 'id') at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id) at Jellyfin.Plugin.TubeArchivistMetadata.Plugin.OnPlaybackProgress(Object sender, PlaybackProgressEventArgs eventArgs) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state) at System.Threading.QueueUserWorkItemCallback.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()[2024-11-20 13:57:32.482 +13:00] [FTL] [27] Main: Unhandled ExceptionSystem.ArgumentException: Guid can't be empty (Parameter 'id')
at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id)
at Jellyfin.Plugin.TubeArchivistMetadata.Plugin.OnPlaybackProgress(Object sender, PlaybackProgressEventArgs eventArgs)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
at System.Threading.QueueUserWorkItemCallback.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
Anything else?
No response
The text was updated successfully, but these errors were encountered:
I've read the documentation
Operating System
Synology Linux & Docker
Your Bug Report
Describe the bug Jellyfin crashes when playing Live TV through Jellyfin. When unchecking of playback synchronization, everything works correctly. Have also tried through a docker version & have the same error.
Steps To Reproduce
Expected behavior
Relevant Jellyfin log output
Anything else?
No response
The text was updated successfully, but these errors were encountered: