mirror of
https://github.com/tubearchivist/tubearchivist-jf-plugin.git
synced 2026-03-23 20:37:14 +00:00
[GH-ISSUE #29] [Bug]: Crashing during playing of Live TV #23
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-jf-plugin#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bashman83 on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-jf-plugin/issues/29
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
@joshand commented on GitHub (Dec 23, 2024):
I observed the same issue. However, I was able to stop the crash from happening when I disabled all of the Playback synchronization options. I'm guessing it was specifically "Synchronize Jellyfin playback progress to TubeArchivist", but I've not tested individually. Perhaps Jellyfin is trying to send progress of a Live TV session back to TA?
@DarkFighterLuke commented on GitHub (Jan 8, 2025):
Hi @bashman83 , can you provide me a live tv to use for example in order to test this behavior?
@bashman83 commented on GitHub (Jan 9, 2025):
Hi?@DarkFighterLuke I was using the TVHeadend plugin when this error occurred.
So this has some local Digital TV broadcasts, as well as some IPTV channels provided by @matthuisman
@DarkFighterLuke commented on GitHub (Jan 9, 2025):
I haven't a TVHeadend setup up and running at the moment, I am trying to configure one, but some help from you would be appreciate. Did you followed this guide without any other steps to setup TVHeadend with Jellyfin?
@DarkFighterLuke commented on GitHub (Jan 9, 2025):
Moreover, what are your Jellyfin and TubeArchivist plugin versions?
@bashman83 commented on GitHub (Jan 9, 2025):
Both Jellyfin & TA-JF are at the newest versions available. So 10.10.3 & 1.3.4.0
As mentioned above, this is only an issue when using the playback synchronisation. When that isn't ticked it all works perfectly fine.
@Jurrer commented on GitHub (Mar 17, 2025):
I'm not sure if it will help but from the logs I noticed this plugin tries to synchronize to -> TA every played video.
For example, while watching Anime from a different library it's sending requests to sync the watching status to TA
Of course it is returning an error saying that the video cannot be found. It's harmless in this case but maybe it's related
@DarkFighterLuke commented on GitHub (Mar 17, 2025):
@Jurrer you're right, I've already find out the reason, but unfortunately I have no time to fix it quickly at the moment. Maybe in some days I will release a fix.
@DarkFighterLuke commented on GitHub (Jul 13, 2025):
I think that this bug has been fixed, can you confirm that?
@bashman83 commented on GitHub (Aug 8, 2025):
I'm still getting this error during Live TV. Although I haven't used it as much as I did previously. However, when I watch music videos or when I have other home videos, in Jellyfin, they also crash JF during playback. I will try to track down the error in the long in the next day or two, but from memory it all looked exactly the same.
@ngthunter commented on GitHub (Aug 9, 2025):
Same for me, JF crashes whenever I watch a movie as long as sync to TA is on
@klix commented on GitHub (Aug 10, 2025):
I believe the already merged PR https://github.com/tubearchivist/tubearchivist-jf-plugin/pull/54 would fix this.
@fernandeusto commented on GitHub (Aug 16, 2025):
Hi, I just wanted to confirm that I'm also experiencing this issue.
Whenever I play any media from a library other than TubeArchivist, Jellyfin crashes with the following error:
It seems like the plugin is trying to handle playback progress for all media, even when it's not related to TubeArchivist, and crashes when the item doesn't have a valid GUID.
And only "Synchronize Jellyfin playback progress to TubeArchivist" have checked.
Disabling playback sync avoids the crash, but that defeats the purpose of having the plugin installed. I hope this can be addressed soon—maybe by filtering playback events to only process TubeArchivist items?
Thanks for your work!
@mattkduran commented on GitHub (Oct 18, 2025):
@bashman83 I have a potential fix for this on PR 62 and PR 63 if you want to try a build for it. Let me know if you're not able to build, I might be able to add the DLL here and you can load the plugin manually that way.
@bashman83 commented on GitHub (Oct 19, 2025):
While I'd love to try this one for you, I have no knowledge or idea of how to build these to test them
@DarkFighterLuke commented on GitHub (Oct 23, 2025):
Hi, the new version 1.4.0 should have fixed this bug.
I'll close this issue.