Hallo,
könnte mir jemand das Moonlight Addon für das aktuelle LibreElec Testbuild (RaspberryPi3) bauen?
Scheinbar gab es mit Build #0314 einen Wechsel von LibreSSL zu OpenSSL, wodurch Moonlight nicht mehr startet. Im Log habe ich folgende Fehlermeldung:
Code
14:23:50.569 T:1428157344 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: libcrypto.so.38: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/storage/.kodi/addons/script.moonlight/addon.py", line 80, in <module>
index()
File "/storage/.kodi/addons/script.moonlight/addon.py", line 27, in index
gs = LibGameStream(addon.getAddonInfo("path") + "/lib")
File "/storage/.kodi/addons/script.moonlight/lib/moonlight.py", line 41, in __init__
self.gslib = ctypes.cdll.LoadLibrary(os.path.join(libpath, "libgamestream.so.0"))
File "/usr/lib/python2.7/ctypes/__init__.py", line 440, in LoadLibrary
File "/usr/lib/python2.7/ctypes/__init__.py", line 362, in __init__
OSError: libcrypto.so.38: cannot open shared object file: No such file or directory
-->End of Python script error report<--
14:23:50.652 T:1945041360 ERROR: GetDirectory - Error getting plugin://script.moonlight/
14:23:50.652 T:1945041360 ERROR: CGUIMediaWindow::GetDirectory(plugin://script.moonlight/) failed
Alles anzeigen