Plugin Error
See original GitHub issueI’m running Ubuntu 16.10
I have build Kodi 18 (https://github.com/FernetMenta/kodi-agile) master branch
I have build inputstream.adaptive (https://github.com/liberty-developer/inputstream.adaptive.git) agile branch
I tried to run this plugin but getting the following error in kodi.log:
11:00:05.604 T:139643773998848 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.ImportError'> Error Contents: No module named Cryptodome.PublicKey Traceback (most recent call last): File "/home/xbmc/.kodi/addons/plugin.video.netflix/service.py", line 11, in <module> from resources.lib.MSLHttpRequestHandler import MSLHttpRequestHandler File "/home/xbmc/.kodi/addons/plugin.video.netflix/resources/lib/MSLHttpRequestHandler.py", line 9, in <module> from MSL import MSL File "/home/xbmc/.kodi/addons/plugin.video.netflix/resources/lib/MSL.py", line 17, in <module> from Cryptodome.PublicKey import RSA ImportError: No module named Cryptodome.PublicKey -->End of Python script error report<--
I tried to install pycrypto:
pip install pycrypto
Still, same error
I tried to install python-paramiko, siggested on some forums, still, same error.
What am i missing?
Issue Analytics
- State:
- Created 6 years ago
- Comments:17 (3 by maintainers)
Thank you very much, @jet86. It worked like a charm. Now I might need to make Amazon Video run on my RPi and I’ll be a happy lad. 😃
@jet86 you are the best! I will try following your tutorial this evening. I want to dual boot RetroPie and LibreElec, so I will prepare the card using PINN and follow your steps.