question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’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:closed
  • Created 6 years ago
  • Comments:17 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
shinkyo20commented, Jul 25, 2017

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. 😃

2reactions
shinkyo20commented, Jul 24, 2017

@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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

plugin-error - npm
Error handling for Vinyl plugins.. Latest version: 2.0.1, last published: 15 days ago. Start using plugin-error in your project by running ...
Read more >
How to Fix a Plug-In Error on a Page - Techwalla
Refresh the page that is having a plug-in error. Frequently the plug-in simply did not load fully or properly and refreshing the page...
Read more >
Solve Problems With Plugins – WordPress.com Support
The steps in this guide will help you to solve the problem by deactivating the plugins that may be causing the issue. Table...
Read more >
How to fix WordPress plugin errors on your website - WishDesk
WordPress plugin errors can be annoying and even scary. They are among the possible reasons for 500 server errors, 403 or 404 errors, ......
Read more >
WordPress Plugin Troubleshooting: What To Do When Your ...
No problem. We've got you covered. In this article, you will learn how to troubleshoot WordPress plugins that break your site or don't...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found