WatchList errors in log...
#1
Anyone else having this problem...


Code:
18:29:07 T:4612  NOTICE: -->Python Interpreter Initialized<--
18:29:07 T:4612   ERROR: Error Type: <type 'exceptions.KeyError'>
18:29:07 T:4612   ERROR: Error Contents: ('result',)
18:29:07 T:4612   ERROR: Traceback (most recent call last):
                                              File "C:\Users\ha\Documents\XBMC\portable_data\addons\script.watchlist\default.py", line 412, in <module>
                                                Main()
                                              File "C:\Users\ha\Documents\XBMC\portable_data\addons\script.watchlist\default.py", line 27, in __init__
                                                self._fetch_info()
                                              File "C:\Users\ha\Documents\XBMC\portable_data\addons\script.watchlist\default.py", line 50, in _fetch_info
                                                self._fetch_movies()
                                              File "C:\Users\ha\Documents\XBMC\portable_data\addons\script.watchlist\default.py", line 72, in _fetch_movies
                                                if json_response['result'].has_key('movies'):
                                            KeyError: ('result',)
I'm not an expert but I play one at work.
Reply

Logout Mark Read Team Forum Stats Members Help
WatchList errors in log...0