Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python error(s) #67

Closed
npmstart-pray opened this issue Aug 18, 2022 · 5 comments
Closed

Python error(s) #67

npmstart-pray opened this issue Aug 18, 2022 · 5 comments
Assignees

Comments

@npmstart-pray
Copy link

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
Copy link
Collaborator

masyk commented Aug 18, 2022

What is your Kodi version on Windows, or Linux?

@npmstart-pray
Copy link
Author

npmstart-pray commented Aug 18, 2022

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

@daviddavo
Copy link
Collaborator

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
python/cpython#15225

@npmstart-pray
Copy link
Author

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

@daviddavo
Copy link
Collaborator

I think you can do a PR if you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants