Advertisement
Guest User

Untitled

a guest
Sep 26th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. 20:02:52 T:8896 ERROR: NEWADDON Unknown Music Info Key "plot"
  2. 20:02:52 T:7224 ERROR: Previous line repeats 18 times.
  3. 20:02:52 T:7224 NOTICE: Thread LanguageInvoker start, auto delete: false
  4. 20:02:52 T:7224 NOTICE: -->Python Interpreter Initialized<--
  5. 20:02:52 T:7224 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  6. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  7. Error Type: <type 'exceptions.UnboundLocalError'>
  8. Error Contents: local variable 'path' referenced before assignment
  9. Traceback (most recent call last):
  10. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py", line 94, in <module>
  11. Main()
  12. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\plugin.py", line 57, in __init__
  13. getRecentPlayedAlbums(limit)
  14. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\PluginContent.py", line 579, in getRecentPlayedAlbums
  15. allItems = buildRecentAlbumsListing(limit)
  16. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\PluginContent.py", line 510, in buildRecentAlbumsListing
  17. cdArt, LogoArt, BannerArt, extraFanArt, Info, TrackList = getMusicArtByDbId(item["albumid"], "albums")
  18. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\Utils.py", line 709, in getMusicArtByDbId
  19. if path:
  20. UnboundLocalError: local variable 'path' referenced before assignment
  21. -->End of Python script error report<--
  22. 20:02:52 T:4608 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.skin.helper.service/?action=recentplayedalbums&limit=100
  23. 20:02:52 T:9676 NOTICE: Thread LanguageInvoker start, auto delete: false
  24. 20:02:52 T:9676 NOTICE: -->Python Interpreter Initialized<--
  25. 20:02:52 T:9676 ERROR: NEWADDON Unknown Music Info Key "plot"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement