I build latest LE master from github to test the new Netflix addon on my Wetek Play.
Starting this addon I got the following error:
Python
21:27:23.446 T:2736620448 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: [Errno 38] Function not implemented
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.netflix/addon.py", line 7, in <module>
from resources.lib.KodiHelper import KodiHelper
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/KodiHelper.py", line 11, in <module>
from MSL import MSL
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/MSL.py", line 11, in <module>
import random
File "/usr/lib/python2.7/random.py", line 885, in <module>
File "/usr/lib/python2.7/random.py", line 97, in __init__
File "/usr/lib/python2.7/random.py", line 113, in seed
OSError: [Errno 38] Function not implemented
-->End of Python script error report<--
21:27:23.454 T:3017418848 ERROR: GetDirectory - Error getting plugin://plugin.video.netflix/
Display More
Complete Logfile: Untitled - Stikked
Investigating this, I found a thread in a forum (Arch Linux ARM • View topic - [!] Python 2.7 is broken) and calling
comes up with the same problem. So I think, there is some problem with the used Python version (2.7.13).
I am building a new image to test with Python 2.7.12 if the error still occurs.