Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. 19:37:51 T:140366443443968 NOTICE: Thread JobWorker start, auto delete: true
  2. 19:37:51 T:140366729242368 NOTICE: Thread LanguageInvoker start, auto delete: false
  3. 19:37:51 T:140366729242368 NOTICE: -->Python Interpreter Initialized<--
  4. 19:37:51 T:140366729242368 NOTICE: [GoogleMusicEXP-1.8.2] ARGV: ['plugin://plugin.audio.googlemusic.exp/', '2', '']
  5. 19:37:52 T:140366729242368 NOTICE: [GoogleMusicEXP-1.8.2] Loading library
  6. 19:37:52 T:140366729242368 NOTICE: [GoogleMusicEXP-1.8.2] Loading auth from cache
  7. 19:37:54 T:140366729242368 NOTICE: [GoogleMusicEXP-1.8.2] Chunk Size: 808
  8. 19:37:54 T:140366729242368 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  9. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  10. Error Type: <type 'exceptions.IndexError'>
  11. Error Contents: list index out of range
  12. Traceback (most recent call last):
  13. File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/default.py", line 58, in <module>
  14. navigation.api.loadLibrary()
  15. File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/GoogleMusicApi.py", line 64, in loadLibrary
  16. self.updatePlaylistSongs()
  17. File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/GoogleMusicApi.py", line 77, in updatePlaylistSongs
  18. storage.storePlaylistSongs(self.getApi().get_all_user_playlist_contents())
  19. File "/storage/.kodi/addons/plugin.audio.googlemusic.exp/GoogleMusicStorage.py", line 126, in storePlaylistSongs
  20. song = self.getSong(playlist['tracks'][0]['trackId'])
  21. IndexError: list index out of range
  22. -->End of Python script error report<--
  23. 19:37:54 T:140367041017728 ERROR: GetDirectory - Error getting plugin://plugin.audio.googlemusic.exp/
  24. 19:37:54 T:140367041017728 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.googlemusic.exp/) failed
  25. 19:37:54 T:140366729242368 NOTICE: Thread BackgroundLoader start, auto delete: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement