Kodi Community Forum
v17 extended info not working - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: v17 extended info not working (/showthread.php?tid=304114)



extended info not working - glubbish - 2017-01-15

Running rc3

After hitting i on a movie/tv show, I select extended info and get: "error could not find valid content type"

Is this due to a setting or a potential bug?

Thanks


RE: extended info not working - djneil - 2017-01-18

(2017-01-15, 01:06)glubbish Wrote: Running rc3

After hitting i on a movie/tv show, I select extended info and get: "error could not find valid content type"

Is this due to a setting or a potential bug?

Thanks


I have got the same problem, freshly installed libreelec.


RE: extended info not working - edc415 - 2017-02-08

I have the same issue "error could not find valid content type" from the both Series & Episode information screens.using Krypton 17.0 for Android ARM 64bit on Amazon Fire TV. It's like the button is broken. Used to work on earlier builds but stopped working mid-January. Extended.info still works if done from TV Series List using the context menu.


RE: extended info not working - redaktorn - 2017-02-19

Me too - "error could not find valid content type".
Tried all different setting in the add-on including login to TMDB - still not working.
However if I install script for context menu and start from there it is working?

Running krypton with Estuary skin on Ubuntu 16.04


RE: extended info not working - lefty420 - 2017-02-20

(2017-02-19, 18:11)redaktorn Wrote: Me too - "error could not find valid content type".
Tried all different setting in the add-on including login to TMDB - still not working.
However if I install script for context menu and start from there it is working?

Running krypton with Estuary skin on Ubuntu 16.04

Fix for krypton here


RE: extended info not working - majik895 - 2017-03-21

The issue is that the latest extendedinfo script has been made to work with Kodi 18 Leia. In Kodi 18 Leia, the function System.HasModalDialog has been changed to System.HasActiveModalDialog. This causes the error "Could not find valid content type". To fix it for Kodi 17 look in your addon directory and open the file process.py ("C:\Users\yourusername\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\​lib") .

Look for the line:
if xbmc.getCondVisibility("System.HasActiveModalDialog")

should be line 260 and change it to

if xbmc.getCondVisibility("System.HasModalDialog").

Hope the original author can fix it in an update to work with both Kodi 17 and 18.


RE: extended info not working - hamsandwich - 2017-04-11

What if your using the android version, how do you fix this problem?


RE: extended info not working - igenena - 2017-05-14

How can we fix this on Android, am using Nvidia shield tv pro.


RE: extended info not working - Hardax - 2017-08-22

(2017-05-14, 00:21)igenena Wrote: How can we fix this on Android, am using Nvidia shield tv pro.

Yep, same here. On an Nvidia Shield so cant apply the suggested fix unless my machine was rooted.

Kodi 18 is still in alpha. Heck 17 is still at RC status isnt it? Why would you want to have a major plugin not support the current stable build??


RE: extended info not working - mmccking - 2017-08-23

Same problem since Shield automatically updated to 17.4.


RE: extended info not working - Karellen - 2017-08-23

This might solve it... https://forum.kodi.tv/showthread.php?tid=160558&pid=2538808#pid2538808