Advertisement
Guest User

Untitled

a guest
Feb 26th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. 23:26:57 T:5576 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: (1,)
  5. Traceback (most recent call last):
  6. File "C:\Users\kiwi\AppData\Roaming\XBMC\addons\plugin.audio.groove\default.py", line 1043, in <module>
  7. grooveshark.searchSongs()
  8. File "C:\Users\kiwi\AppData\Roaming\XBMC\addons\plugin.audio.groove\default.py", line 294, in searchSongs
  9. self._add_songs_directory(songs)
  10. File "C:\Users\kiwi\AppData\Roaming\XBMC\addons\plugin.audio.groove\default.py", line 768, in _add_songs_directory
  11. item = self.songItem(songid, name, album, artist, coverart, trackLabelFormat, (n+1))
  12. File "C:\Users\kiwi\AppData\Roaming\XBMC\addons\plugin.audio.groove\default.py", line 528, in songItem
  13. duration = stream[1]
  14. KeyError: (1,)
  15. -->End of Python script error report<--
  16. 23:26:57 T:568 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.groove/?id=0&mode=1&name=Search%20for%20songs...
  17. 23:26:57 T:568 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.groove/?id=0&mode=1&name=Search%20for%20songs...) failed
  18. 23:26:57 T:5620 NOTICE: Thread Background Loader start, auto delete: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement