Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. 21:00:41 T:1292 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.KeyError'>
  4. Error Contents: ('id',)
  5. Traceback (most recent call last):
  6. File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.audio.googlemusic.exp\default.py", line 78, in <module>
  7. navigation.executeAction(params)
  8. File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.audio.googlemusic.exp\GoogleMusicNavigation.py", line 99, in executeAction
  9. self.api.getPlaylistSongs(params["playlist_id"], True)
  10. File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 35, in getPlaylistSongs
  11. self.updatePlaylistSongs(playlist_id)
  12. File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.audio.googlemusic.exp\GoogleMusicApi.py", line 73, in updatePlaylistSongs
  13. self.storage.storePlaylistSongs(self.getApi().get_all_user_playlist_contents())
  14. File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.audio.googlemusic.exp\GoogleMusicStorage.py", line 140, in storePlaylistSongs
  15. self.storeInAllSongs(api_songs)
  16. File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.audio.googlemusic.exp\GoogleMusicStorage.py", line 201, in storeInAllSongs
  17. ":url, :total_discs, :duration, :album_art_url, :display_name, NULL)", songs())
  18. File "C:\Users\XBMC\AppData\Roaming\XBMC\addons\plugin.audio.googlemusic.exp\GoogleMusicStorage.py", line 172, in songs
  19. 'song_id': get("id", get("storeId",api_song["id"])), #+str(i),
  20. KeyError: ('id',)
  21. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement