Netflix app crashes

I installed the netflix add on ( GitHub - CastagnaIT/plugin.video.netflix: InputStream based Netflix plugin for Kodi ) However when I select it, it never opens. I assume it just crashes on launch. Anyone else have this issue or know how to troubleshoot it?

To get a better understanding of the problem you are experiencing we need more information from you. The best way to get this information is for you to upload logs that demonstrate your problem. You can learn more about how to submit a useful support request here.

Depending on the used skin you have to set the settings-level to standard or higher, in summary:

  • enable debug logging at settings->system->logging

  • reboot the OSMC device twice(!)

  • reproduce the issue

  • upload the log set (all configs and logs!) either using the Log Uploader method within the My OSMC menu in the GUI or the ssh method invoking command grab-logs -A

  • publish the provided URL from the log set upload, here

Thanks for your understanding. We hope that we can help you get up and running again shortly.

OSMC skin screenshot:

Been a while since I played with it, the mrs prefer the phone as remote then navigating Kodi. So Netflix and other streaming service that support Chromecast gets casted from her phone.

But a while back I made a Netflix installer for OSMC, and then new version of Kodi and addon has come and gone. But the failing point was/is some needed python modules, easily solved by ssh into your VeroV and run this command:

sudo apt-get install python3-cryptography python3-pycryptodome python3-pip

Good Luck!