(2017-06-28, 23:00)Guilouz Wrote: (2017-06-28, 19:58)cd492 Wrote: ExtendedInfo Script here not working, not sure if this skin related or not.
Working for me :
Personnally, I also have big issues with extended info
I can go to this screen:
Then if I try to have info about one of the actors -> error
Or if I try to use the "extended info" button -> error
Or if I try "extended info" from context menu in library -> error
And even if I try the "i+" button in video playback osd -> error
Here is an exemple of the error in the log:
Code:
00:14:20.370 T:8652 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named PIL.Image
Traceback (most recent call last):
File "C:\Users\Cardo\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py", line 63, in <module>
Main()
File "C:\Users\Cardo\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py", line 37, in __init__
listitems = process.start_info_actions(info, self.params)
File "C:\Users\Cardo\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\process.py", line 338, in start_info_actions
name=params.get("name"))
File "C:\Users\Cardo\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\WindowManager.py", line 58, in open_movie_info
from dialogs.DialogMovieInfo import DialogMovieInfo
File "C:\Users\Cardo\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 16, in <module>
from kodi65 import imagetools
File "C:\Users\Cardo\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\imagetools.py", line 9, in <module>
import PIL.Image
ImportError: No module named PIL.Image
-->End of Python script error report<--
But do not know if it comes from the skin or from me using the very early alpha kodi 64-bits for windows