Kodi Community Forum

Full Version: Can't install any addons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I tried installing and running the HGTV addon it installed ok but when launching it gave me an error and and said to check log.

Log :
http://pastebin.com/PcjNBvaj


Closed kodi and restarted the chromebox and tried launching the HGTV plugin again. Again same error. Also tried installing some other addons. Nothing will install even tried some skins they will not install either.

Log 2:
http://pastebin.com/zhgjTzqY

Any suggestions to what i'm doing wrong?
Looks like a python error with that plugin. Here's the thread where you should post for help: http://forum.kodi.tv/showthread.php?tid=97018

Code:
11:05:13 T:2836052800   DEBUG: HGTV: getRequest URL:http://www.hgtv.com/shows/full-episodes
11:05:13 T:2836052800   DEBUG: HGTV: Content Encoding == gzip
11:05:13 T:3001297600   DEBUG: ------ Window Init (DialogBusy.xml) ------
11:05:13 T:2836052800   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'groups'
                                            Traceback (most recent call last):
                                              File "/home/redking/.kodi/addons/plugin.video.hgtv/default.py", line 221, in <module>
                                                if mode==  None:  getShows()
                                              File "/home/redking/.kodi/addons/plugin.video.hgtv/default.py", line 79, in getShows
                                                name, vidcnt, img = re.compile('"video-player-embedded">.+?<h3>(.+?)</h3>.+?"total"\: (.+?),.+?"thumbnailUrl" \: "(.+?)"', re.DOTALL).search(html).groups()
                                            AttributeError: 'NoneType' object has no attribute 'groups'
                                            -->End of Python script error report<--
11:05:13 T:3001297600   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
11:05:13 T:2836052800    INFO: Python script stopped