im85288 / service.upnext

GNU General Public License v2.0
80 stars 41 forks source link

[BUG] Kodi Crash - "Show stop button" instead of "Close". If you deactivate this, it works again. #299

Open Seger85 opened 1 year ago

Seger85 commented 1 year ago

I always have a crash of Kodi under Kodi 20.1 when I press stop. I have found the error, it is due to nextup and will not be fixed with the new version. In the settings of Nextup, there is the setting "Show stop button" instead of "Close". If you deactivate this, it works again.

https://emby.media/community/index.php?/topic/116208-embyforkodi-next-gen-8xx-support/&do=findComment&comment=1252849

MoojMidge commented 1 year ago

It seems unlikely that Up Next is the cause of the problem, as that setting will only perform a normal stop via xbmc.Player().stop(), while it seems that the reported problem happens even when Up Next is disabled or when stopping before Up Next starts, which indicates that there is a more general problem with stopping for some reason.

Please provide a debug log and/or crashlog and I can have a look.