Advertisement
Guest User

Untitled

a guest
May 27th, 2016
1,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  2. Error Type: <type 'exceptions.UnicodeDecodeError'>
  3. Error Contents: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
  4. Traceback (most recent call last):
  5. File "/storage/.kodi/addons/plugin.audio.spotify/plugin.py", line 3, in <module>
  6. Main().main()
  7. File "/storage/.kodi/addons/plugin.audio.spotify/resources/plugincontent.py", line 1055, in main
  8. eval(action)()
  9. File "/storage/.kodi/addons/plugin.audio.spotify/resources/plugincontent.py", line 429, in browse_playlists
  10. playlists = self.get_user_playlists(self.ownerid)
  11. File "/storage/.kodi/addons/plugin.audio.spotify/resources/plugincontent.py", line 394, in get_user_playlists
  12. cache = self.getListFromCache(cacheStr)
  13. File "/storage/.kodi/addons/plugin.audio.spotify/resources/plugincontent.py", line 33, in getListFromCache
  14. cache = WINDOW.getProperty("SpotifyCache.%s"%try_encode(cacheStr)).decode("utf-8")
  15. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
  16. -->End of Python script error report<--
  17. 20:49:44 12317.009766 T:1962393600 ERROR: GetDirectory - Error getting plugin://plugin.audio.spotify/?action=browse_playlists&ownerid=j%C3%B6nke
  18. 20:49:44 12317.009766 T:1962393600 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.spotify/?action=browse_playlists&ownerid=j%C3%B6nke) failed
  19. 20:50:48 12380.929688 T:1962393600 NOTICE: Samba is idle. Closing the remaining connections
  20.  
  21. ################################################################################
  22. # ... output of cat /storage/.kodi/temp/.kodi_crashlog.log
  23. # LibreELEC release: RPi2.arm-devel-20160522212027-#0522-g0dee619
  24. # LibreELEC git: 0dee619c4bac55b63535a169b662314b5000c0d3
  25. ################################################################################
  26. ############## kodi CRASH LOG ###############
  27.  
  28. ################ SYSTEM INFO ################
  29. Date: Tue Apr 5 16:53:17 CEST 2016
  30. kodi Options: --standalone -fs --lircdev /run/lirc/lircd
  31. Arch: armv7l
  32. Kernel: Linux 4.4.6 #1 SMP Mon Apr 4 21:05:36 BST 2016
  33. Release: OpenELEC devel-20160404210441-#0404-g0026734
  34. ############## END SYSTEM INFO ##############
  35.  
  36. ############### STACK TRACE #################
  37. =====> Core file: /storage/.cache/cores/core.!usr!lib!kodi!kodi.bin.1459867995.631
  38. =========================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement