Hi Mods, realised I shouldnt have posted here so I've reposted on the skin (estuary) specific board, please delete
littlejeem
______________________
Hi All
Hopefully, I'm in the right place
I have an issue with script.extendedinfo on Kodi 18.5. What happens is that when i select the extended info button on a movie I get an error message in the top right-hand corner.
error box message
The debug log is here
debug log
From scanning through this it looks like the issue is to do with this section
bash:
2020-01-25 18:08:15.373 T:140514510743296 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 YDStreamExtractor
Traceback (most recent call last):
File "/home/jlivin25/.kodi/addons/script.extendedinfo/default.py", line 8, in <module>
from resources.lib import process
File "/home/jlivin25/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 16, in <module>
import Trakt
File "/home/jlivin25/.kodi/addons/script.extendedinfo/resources/lib/Trakt.py", line 8, in <module>
import TheMovieDB as tmdb
File "/home/jlivin25/.kodi/addons/script.extendedinfo/resources/lib/TheMovieDB.py", line 9, in <module>
from kodi65 import kodijson
File "/home/jlivin25/.kodi/addons/script.module.kodi65/lib/kodi65/__init__.py", line 9, in <module>
from listitem import ListItem, VideoItem, AudioItem
File "/home/jlivin25/.kodi/addons/script.module.kodi65/lib/kodi65/listitem.py", line 8, in <module>
from kodi65 import utils
File "/home/jlivin25/.kodi/addons/script.module.kodi65/lib/kodi65/utils.py", line 21, in <module>
import YDStreamExtractor
ImportError: No module named YDStreamExtractor
-->End of Python script error report<--
seems the script is looking for something called YDStreamExtractor but it's missing
bash:
ImportError: No module named YDStreamExtractor
I don't have enough knowledge to fix and my googlefu has failed me on this occasion.
Any help or pointers gratefully received!