Release Artist Slideshow addon (with skin and addon integration)
This log is whilst playing a music track by the artist Seal and then attempting to start playback of a live TV channel:

http://xbmclogs.com/show.php?id=26974

Code:
09:44:22 T:140180259456768   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('artist',)
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/script.artistslideshow-master/default.py", line 782, in <module>
                                                slideshow = Main()
                                              File "/home/xbmc/.xbmc/addons/script.artistslideshow-master/default.py", line 133, in __init__
                                                self._use_correct_artwork()
                                              File "/home/xbmc/.xbmc/addons/script.artistslideshow-master/default.py", line 192, in _use_correct_artwork
                                                self._start_download()
                                              File "/home/xbmc/.xbmc/addons/script.artistslideshow-master/default.py", line 403, in _start_download
                                                self._wait( min_refresh - (wait_elapsed % min_refresh) )
                                              File "/home/xbmc/.xbmc/addons/script.artistslideshow-master/default.py", line 455, in _wait
                                                if( self._playback_stopped_or_changed() ):
                                              File "/home/xbmc/.xbmc/addons/script.artistslideshow-master/default.py", line 514, in _playback_stopped_or_changed
                                                if ( set(self.ALLARTISTS) <> set(self._get_current_artist()) or self.EXTERNALCALLSTATUS != xbmc.getInfoLabel(self.EXTERNALCALL) ):
                                              File "/home/xbmc/.xbmc/addons/script.artistslideshow-master/default.py", line 493, in _get_current_artist
                                                artists = json.loads(response)['result']['item']['artist']
                                            KeyError: ('artist',)
                                            -->End of Python script error report<--
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by cw-kid - 2013-06-11, 10:47
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5