Hemmu / plugin.video.areena

YLE Areena plugin for Kodi, using the official API.
8 stars 3 forks source link

Plugin won't start #3

Open teemue opened 8 years ago

teemue commented 8 years ago

Running OpenELEC 6 on Raspberry Pi and trying to start plugin. Following error appears in log:

22:32:42 184551.890625 T:1571812416 NOTICE: Thread LanguageInvoker start, auto delete: false 22:32:43 184552.593750 T:1571812416 NOTICE: -->Python Interpreter Initialized<-- 22:32:44 184553.218750 T:1571812416 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

rasjani commented 8 years ago

addon uses a python library which is typically provided by OS itself, but its not available on OpenElec so fails(?). Solutions: provide Crypto.Cipher* within addon or add it as a dependency to addon.xml (if its available as a script module for Kodi)