SIMKL / script.simkl

Kodi add-on for Simkl
https://simkl.com/apps/kodi/
GNU General Public License v3.0
40 stars 14 forks source link

Python error(s) #67

Closed npmstart-pray closed 7 months ago

npmstart-pray commented 2 years ago

Not sure if it's SIMKL or not, but these make regular appearances in my logfile:

https://paste.kodi.tv/cufoqiquye.kodi

Starting Kodi (19.4 (19.4.0) Git:20220517-d476a8cf81-dirty). Platform: Linux ARM 32-bit 2022-08-17 18:09:28.348 T:5522 INFO : Using Debug Kodi x32 build 2022-08-17 18:09:28.348 T:5522 INFO : Kodi compiled 2022-05-17 by GCC 10.2.1 for Linux ARM 32-bit version 5.10.24 (330264) 2022-08-17 18:09:28.348 T:5522 INFO : Running on BCM2835 with XBian 10.0 - Bullseye, kernel: Linux ARM 64-bit version 5.15.50+ aarch64 2022-08-17 18:09:28.348 T:5522 INFO : FFmpeg version/source: 15.0a2-Isengard-24994-gd476a8cf81-kodi-4.3.2-Matrix-19.2 2022-08-17 18:09:28.348 T:5522 INFO : Host CPU: ARMv8 Processor rev 3 (v8l), 4 cores available 2022-08-17 18:09:28.348 T:5522 INFO : ARM Features: Neon enabled

masyk commented 2 years ago

What is your Kodi version on Windows, or Linux?

npmstart-pray commented 2 years ago

Linux. I thought I had included all relevant information above ^

daviddavo commented 2 years ago

In python 2.7 the function was either is_alive or isAlive, but now just is_alive is accepted

https://docs.python.org/3.8/library/threading.html#threading.Thread.is_alive

It was removed from cpython shortly after that https://github.com/python/cpython/pull/15225

npmstart-pray commented 2 years ago

so should I make a PR or is somebody already on it?

daviddavo commented 2 years ago

I think you can do a PR if you want