Crash when starting certain movies
Opened this issue · 1 comments
Describe the bug
Kodi crash when trying to playing some movies, not all.
To Reproduce
Steps to reproduce the behavior:
- Open Kodi > Vtm Go add-on > Movies > Laatste kans
- Selecteer 'Nomadland'
- "Enter" > spinner > crash
Remark: does not happen for other movies like "World War Z" or "The fast and the furious"
I can reproduce this on kodi on Ubuntu on PC (kodi crash only), and kodi on libreelec (crashes the raspberry pi completely into reboot)
Expected behavior
I was hoping to watch the movie before it's gone from the site
Logs
I enabled debugging, and recorded kodi.log, when doing these actions:
- Start kodi
- go to vtm.go add-on > laatste kans
- start World War Z => speel 10 seconden > stop
- start Nomadland => crash
System
- Addon version: 1.4.3+matrix
- Kodi version: 20.2
- Inputstream adaptive version: 20.3.16
- Operating System (Windows / Mac OS / Android / LibreElec / OSMC / ...): Linux & LibreElec
- Special Hardware (RPI / Vero4K+ / ...): PC & RPI
Additional context
First time ever this happens to me!
Can reproduce every time.
Looking at the last message from the crash log
24-01-26 19:38:52.225 T:16141 info <general>: [plugin.video.vtm.go] [resources.lib.service] Player: [onAVChange] called
so I commented out
self.__check_subtitles()
in the function onAVChange to see if that mattered, but no.