Can't seem to get HGTV addon to work now. Was OK, other Addon's are OK.
Says to check log but don't know how to do that. Appreciate any help on this.
Thanks!
OtG
Can't seem to get HGTV addon to work now. Was OK, other Addon's are OK.
Says to check log but don't know how to do that. Appreciate any help on this.
Thanks!
OtG
Read here about logging. Post kodi.log as a link, and we'll have a look.
A work-around to get the HGTV 3.0.13 video add-on working again is to edit the file:
/storage/.kodi/addons/http://plugin.video.hgtv/resources/lib/scraper.py
And change line 49 from:
infoList['Plot'] = h.unescape(plot)
To:
infoList['Plot'] = plot
This minor edit worked for me.