I installed version 1.8 of the plugin and it kept crashing when starting the plugin. The logs in `.kodi` said it was failing due to cryptodome. I fixed it by installing `python-pycrptodome` package from repository: sudo apt install python-pycryptodome On a sidenote, if running kodi as a separate use...