CastagnaIT / plugin.video.netflix

InputStream based Netflix plugin for Kodi
MIT License
1.89k stars 258 forks source link

Error when running add-on #1633

Closed Xoppop closed 8 months ago

Xoppop commented 8 months ago

Netflix add-on version

v1.22.1+matrix.1

Operative systems used

Linux (Ubuntu / Mint / ...)

Kodi version used

Kodi 19 (Matrix)

Description of the bug

Running the add-on ends with an error. Tried reinstalling different versions, doesn't help.

Steps to reproduce the behavior

No response

Debug log - mandatory

https://paste.kodi.tv/ijuvafujoz.kodi

Possible fix

No response

Additional context

No response

Screenshots

No response

CastagnaIT commented 8 months ago

log has been cut so i cannot understand nothing more the root of error is not netflix addon, but the dependency component script.module.myconnpy

i could theorize that you could have a too old python version on your system not compatible with that dependency or you have upgraded kodi versions and so messedup kodi user data files and so you need delete kodi user data folder to start from scratch

willem640 commented 8 months ago

It’s asking for annotations from __future__, which you need at least Python 3.7 for (PEP 563). Maybe try updating your Python version and if that doesn’t work reinstalling Kodi and deleting its user files. Seems like it’s a problem with script.module.myconnpy or your setup