jellyfin / jellyfin-kodi

Jellyfin Plugin for Kodi
https://jellyfin.org
GNU General Public License v3.0
820 stars 111 forks source link

v 0.7.10 and prev. versions crashes after stopping playback or up next (autoplay nex episode) #692

Open Gee1111 opened 1 year ago

Gee1111 commented 1 year ago

Describe the bug v 0.7.8 crashes after stopping playback or up next (autoplay next episode) It doesn't matter if http2 is on or off. Bug only occurs on Matrix, not Leia.

To Reproduce

System (please complete the following information):

oddstr13 commented 1 year ago

Huh, so Kodi itself crashes and closes? I have not personally seen that happen recently.

Gee1111 commented 1 year ago

ive seen that on 5 different clients with differnt Hardware. All with Kodi 19.4 and dont matter what addon version, crash every time. I cant beleve im the only one. Maybe its because i dont use the standart port 8096. Im using 8090

mcarlton00 commented 1 year ago

I also can't replicate this. I've been starting and stopping a bunch of files in my library and so far there's no issues. Port also shouldn't matter because we don't have the port defined anywhere manually. Logs would be helpful, but assuming it's a Kodi crash and not throwing python errors, there's probably not gonna be anything we can do here.

Gee1111 commented 1 year ago

ok i figured it out: Kodi only crashes when i stop the playback nearly at the end of the video like 90% if i press stop at like 10% there is no crash

Tested on 2 win10 machines and coreelec Matrix when its not a client problem it must be server side. i have 10.8.7

But JellyCon seems to work

these are the last logs before the crash:

2022-11-22 00:47:01.244 T:2608 DEBUG : Thread BackgroundLoader 2608 terminating 2022-11-22 00:47:01.271 T:6628 DEBUG <CAddonSettings[plugin.video.jellyfin]>: trying to load setting definitions from old format... 2022-11-22 00:47:01.276 T:6628 DEBUG : requested setting (LastIncrementalSync) was not found. 2022-11-22 00:47:01.276 T:6628 DEBUG : requested setting (MusicRescan) was not found. 2022-11-22 00:47:01.276 T:6628 DEBUG : requested setting (SyncInstallRunDone) was not found. 2022-11-22 00:47:01.276 T:6628 DEBUG : requested setting (devMode) was not found. 2022-11-22 00:47:01.277 T:6628 DEBUG : requested setting (groupedSets) was not found. 2022-11-22 00:47:01.277 T:6628 DEBUG : requested setting (platformDetected) was not found. 2022-11-22 00:47:01.280 T:6628 INFO : JELLYFIN.jellyfin_kodi.database -> DEBUG::jellyfin_kodi\database__init__.py:172 ---<[ database: jellyfin ] 2931227079904 2022-11-22 00:47:01.286 T:6628 DEBUG <CAddonSettings[plugin.video.jellyfin]>: trying to load setting definitions from old format...

oddstr13 commented 1 year ago

The provided log snippet contains no useful information unfortunately. Try to locate the kodi_crashlog-YYYYmmdd_HHMMSS.log file of your crash. It contains stack traces of Kodi, and the log file of the session (I don't know how to read the Kodi stacks, but it may help others). Simply attach the file to the issue, after censoring any private information you deem necessary.

When Kodi crashes, it's not a server issue, and probably not a an issue within the addon (tho, we could be triggering an underlying bug in Kodi somehow)

Gee1111 commented 1 year ago

ya maybe its a bug in Kodi itself. But why im the only person with this error.. Im using the standart kodi Version from kodi.tv. And its an every CE box and win10 also. No matter which hw, addons or os is installed..

when i have time i will upload the crash log if theres one