Hello,
I was using Pyload as a Kodi plugin (an unofficial addon) for 3 years on my RaspPi 1B. Initially it was created for OpenElec but is was fine on LE as I copied all the files.
Couple days ago I've installed the latest Libreelec 9.2 version and my Pyload is not working anymore. 
It seems an issue with SSL as OpenSSL was in the addon folder and now I have this error:
LibreELEC:~ # ./pyload.start
Traceback (most recent call last):
File "/storage/.kodi/addons/service.downloadmanager.pyload/pyload/pyLoadCore.py", line 46, in <module>
from module.plugins.PluginManager import PluginManager
File "/storage/.kodi/addons/service.downloadmanager.pyload/pyload/module/plugins/PluginManager.py", line 29, in <module>
from module.lib.SafeEval import const_eval as literal_eval
File "/storage/.kodi/addons/service.downloadmanager.pyload/pyload/module/lib/__init__.py", line 36, in <module>
from OpenSSL import crypto
File "/storage/.kodi/addons/service.downloadmanager.pyload/pylib/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import crypto, SSL
File "/storage/.kodi/addons/service.downloadmanager.pyload/pylib/OpenSSL/crypto.py", line 7, in <module> from six import (
ImportError: No module named six
Display More
Would anybody help how to run it on the latest version LE 9.2, please? Maybe I should put there other OpenSSL version?
I'd appreciate any help to run Pyload again.
GreGy