September 13, 2020 at 11:12 PM #1 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
September 13, 2020 at 11:29 PM Official Post #2 Read here about logging. Post kodi.log as a link, and we'll have a look.
September 14, 2020 at 5:31 AM #3 Quote from Da Flex Read here about logging. Post kodi.log as a link, and we'll have a look. Try this .. hastebin
September 15, 2020 at 5:40 PM #4 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.pyAnd change line 49 from:infoList['Plot'] = h.unescape(plot)To:infoList['Plot'] = plotThis minor edit worked for me.