Plugin.video.themoviedb.helper: Authorizing Trakt from settings gives error, opening addon gives another one

Created on 3 Jun 2020  路  13Comments  路  Source: jurialmunkey/plugin.video.themoviedb.helper

I managed to authorize Trakt by opening addon and navigating to Trakt / TV Shows Collection, but it gives this error when trying to use the addon (see pic).
Is that because OpenInfo is installed on my linux laptop?
ksnip_20200603-175641

Most helpful comment

According to this comment sualfred/script.embuary.helper#28 (comment) - downgrading numpy module to version 1.15.4 will resolve the issue.

Thank you, that was all I needed.
In case another Linux user has this issue -since Linux uses both 3.8 and 2.7 Python, it's a bit tricky-, here are the necessary commands:
python2.7 -m ensurepip --user --default-pip
python2.7 -m pip install --user numpy==1.15.4
ksnip_20200605-221544

All 13 comments

Those errors are not related to TMDbHelper at all.

Yeah clearly that log refers to extendedinfo (ie openinfo). Nothing at all todo with Tmdbhelper.

You both are right about above error, so I completely removed OpenInfo and tried TMDBhelper again and got this error -see pic.
This might be a linux specific error, since a friend using windows and a shield doesn't have an issue with same version of Tmdbhelper.
ksnip_20200605-063508

Just updated to version 2.4.82 and got same error:
ksnip_20200605-064037

That appears to be an issue with the Android version of PIL, right @jurialmunkey?

EDIT: That's actually what the first error appears to be as well, to me.

Thank you @drinfernoo, I installed Tmdbhelper on an empty Kodi and it worked fine so that PIL android version might be the issue, still have no clue about getting the linux version (if there is one) but I'll look it up.

@cgcgcgcgcg Are you on Android? And what version of Kodi?

@cgcgcgcgcg Are you on Android? And what version of Kodi?

I'm using Kodi v18.6 and v18.7 (on the empty Kodi, using flatpak) on latest Manjaro Linux.
I found a PIL version in System / Manage Dependencies that might be android only and cause this.
No other version to choose from though.

I found script.module.pil and will replace and test current one soon.

@cgcgcgcgcg There should be no reason to have an Android-only module on a Linux install... How would it have gotten there? Are you using builds?

It's a problem specific to Manjaro Linux using a version of numpy module that is different to the one included with Kodi's built-in python interpreter.

Similar issue with other addons that use PIL (and thus numpy) on Manjaro Linux specifically: https://github.com/sualfred/script.embuary.helper/issues/28

According to this comment https://github.com/sualfred/script.embuary.helper/issues/28#issuecomment-554781105 - downgrading numpy module to version 1.15.4 will resolve the issue.

According to this comment sualfred/script.embuary.helper#28 (comment) - downgrading numpy module to version 1.15.4 will resolve the issue.

Thank you, that was all I needed.
In case another Linux user has this issue -since Linux uses both 3.8 and 2.7 Python, it's a bit tricky-, here are the necessary commands:
python2.7 -m ensurepip --user --default-pip
python2.7 -m pip install --user numpy==1.15.4
ksnip_20200605-221544

Was this page helpful?
0 / 5 - 0 ratings