asciidisco / plugin.video.netflix

Inputstream based Netflix plugin for Kodi
MIT License
1.24k stars 225 forks source link

Cryptdome library version #586

Open GTP95 opened 5 years ago

GTP95 commented 5 years ago

I'm submitting a ...

General infomration

Prerequisites

Description

I've installed the cryptdome library using pip, but wen trying to install your plugin I get an error about that dependency. Due to a slight resolution mismatch between Kody and my tv I can't read the full error message and in particular I can't read the exact version of the library required by the dependency. So what's the right lib version? Thanks for your help

Context (Environment)

Operating System

jakermx commented 5 years ago

I think you are trying to install it from Krypton instead of Leia, please share you full log file

GTP95 commented 5 years ago

After enabling logging I can see in kodi's event log that the full error message is: "The dependency on script.module.pycryptodome version 3.4.3 could not be statisfied". Here you can find my logfile: https://app.box.com/s/t5p5z2jzp6dll6kblq34j2dl6etz375s

jakermx commented 5 years ago

As I said, you are running Kodi 17.6, In order to run this addon, you need to have Kodi 18

This is your log file, line 3...

Starting Kodi (17.6 Git:20171115-d69a54a). Platform: Linux ARM 32-bit

GTP95 commented 5 years ago

Sorry my bad, I will install version 18 when I'm back home. Thank you.