Kodi Community Forum
Linux Kodi (v19.4) crashes from presumably the embuary.info and themoviedb.helper addons. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux Kodi (v19.4) crashes from presumably the embuary.info and themoviedb.helper addons. (/showthread.php?tid=367986)



Kodi (v19.4) crashes from presumably the embuary.info and themoviedb.helper addons. - CXuOtaku - 2022-04-23

Problem: 
Kodi crashes from presumably the embuary.info and themoviedb.helper addons. Seeing as embuary.info also uses themoviedb in some way, it might be related?

Reproduce:
It happens in a few ways
- Open embuary.info and kodi will immediately crash.
- Open themoviedb.helper and picking any of the menu options and kodi will immediately crash.
- In addition, I also get a crash if I watch anything, exit watching, and just wait around for a bit. I assume what happens here is that embuary.info tries to do something and crashes, at least from looking at the logs myself..

Crash Logs:
 - embuary.info: https://paste.kodi.tv/qoxetecona.kodi
 - themoviedb.helper: https://paste.kodi.tv/hoxadivepu.kodi
 - Waiting after exiting playback: https://paste.kodi.tv/sasizufepo.kodi

Version: 
 - Kodi: 19.4 (kodi/jammy,jammy,now 6:19.4+git20220330.0719-b738e65ae5-0~jammy)
 - embuary.info: 2.0.8 (https://github.com/sualfred/script.embuary.info)
 - themoviedb.helper: 4.7.14, Updated from 4.4.0, in the hopes that it would help.. (https://github.com/jurialmunkey/plugin.video.themoviedb.helper)

Linux Distribution: Kubuntu 22.04 LTS

Hardware:
 - Intel NUC NUC8i7BEH: https://www.intel.com/content/www/us/en/products/sku/126140/intel-nuc-kit-nuc8i7beh/specifications.html
 - Pulse Eight Intel NUC HDMI-CEC Adapter: https://www.pulse-eight.com/p/154/intel-nuc-hdmi-cec-adapter

Other info:
 - I installed Linux on this NUC yesterday, so the Kodi install is completely new.
 - I'm not very familiar with Linux, coming from Windows, but I do have a background in programming so I (hope anyway) that I'm not being stupid Smile
 - I'm using the Arctic Zephyr - Reloaded skin, which requires embuary.info and themoviedb.helper
 - Going back to Estuary, disabling Arctic Zephyr - Reloaded, embuary.info and themoviedb.helper seems to resolve the crash issues as far as I can tell.
 - I've installed PlexKodiConnect. It was crashing even before I did (sans crashing after playback), but was secretly hoping it was crashing due to having an empty library.
 - I also turned on debug logging in themoviedb.helper.


Hopefully didn't miss anything. Been scouring the internet for a while now trying to figure out what's wrong, but haven't been able to find anything.


RE: Kodi (v19.4) crashes from presumably the embuary.info and themoviedb.helper addons. - wsnipex - 2022-04-24

this is a know issue with python 3.10, sadly nothing we can do about atm.
see: https://github.com/xbmc/xbmc/issues/21147 https://github.com/xbmc/xbmc/issues/21243


RE: Kodi (v19.4) crashes from presumably the embuary.info and themoviedb.helper addons. - TheJezstarr - 2022-04-24

The developers of arrow.py are trying to patch a workaround, but still without success.


RE: Kodi (v19.4) crashes from presumably the embuary.info and themoviedb.helper addons. - CXuOtaku - 2022-04-25

I see, I guess there's nothing really to do other than wait for it to be resolved?