-
Notifications
You must be signed in to change notification settings - Fork 29
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
Upnext doesn't play the next episode, or can cause Kodi to crash #218
Comments
kodi.log:
Kodi stacktrace:
|
I think I've found another issue here. I've only managed to crash Kodi once (stacktrace above), but the other times, it actually doesn't start the next episode. When testing, I play an episode and click at about a minute before the end. Then, at about 30 seconds before the end, the popup appears, and when the UpNext dialog has still a few seconds left, the stream already ends (I assume this could be related to a bug with the Periods handling, where the full stream length isn't correctly calculated or something). In the log, I can see the message Is it possible that UpNext thinks I've stopped the stream myself, and doesn't play the next episode? |
Okay, this last issue seems to be fixed in the latest master branch of service.upnext. I'll need to do some further testing. @dagwieers is it possible to do a release of service.upnext with this fix? |
This may explain I haven't seen crashes for a long time now. We can do a new release, but I am not sure if the master branch had sufficient testing. (I am running a PR myself) |
Looking at the changes really quick, it seems that this PR fixes it: im85288/service.upnext#198 (it's actually the only code-change since the latest release besides CI and translations). I can keep on running the master branch for a while, but we might want to have some more testing. I'll also do some more testing now. |
I'm mainly testing the playback of the next episode automatically (without selecting an option). This seems to work reliable now after testing 5 episodes. |
It seems that when playing an episode, somehow, it starts playing at -00:02 seconds, therefore, not triggering upnext correctly at the end. By putting it in a playlist, it will be picked up by Kodi automatically. |
This will be fixed with a 1.1.3 release of UpNext and this PR: #220 |
Fixed in latest UpNext |
Describe the bug
I've noticed a few times already that Kodi crashes when the next episode should play with Up Next. It doesn't happen every time, so I think there's a race condition where we ask to play the next episode while the player is shutting down. I can't seem to find a log related to this, probably since Kodi crashed before it could write the log or something.
Maybe the playlist approach that VRT NU uses is a better way to start the next episode.
@dagwieers what do you think? Have you also noticed this behavior?
To Reproduce
Steps to reproduce the behavior:
System
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: