Advertisement
Guest User

library data provider (log)

a guest
Nov 18th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. 14:28:14 4914.620117 T:140637672294144 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.UnboundLocalError'>
  4. Error Contents: local variable 'item2' referenced before assignment
  5. Traceback (most recent call last):
  6. File "/storage/.kodi/addons/service.library.data.provider/default.py", line 687, in <module>
  7. Main()
  8. File "/storage/.kodi/addons/service.library.data.provider/default.py", line 70, in __init__
  9. self.parse_tvshows_recommended('recommendedepisodes', 32010, full_liz)
  10. File "/storage/.kodi/addons/service.library.data.provider/default.py", line 317, in parse_tvshows_recommended
  11. if item2['playcount'] >= 1:
  12. UnboundLocalError: local variable 'item2' referenced before assignment
  13. -->End of Python script error report<--
  14. 14:28:14 4914.635254 T:140639036184704 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  15. 14:28:14 4914.716797 T:140639036184704 INFO: CheckIdle - Closing session to http://mirrors.kodi.tv (easy=0x7fe88754d540, multi=0x7fe884e6aba0)
  16. 14:28:14 4914.728027 T:140637672294144 INFO: Python script stopped
  17. 14:28:14 4914.729004 T:140637672294144 DEBUG: Thread LanguageInvoker 140637672294144 terminating
  18. 14:28:14 4914.743652 T:140636615337728 DEBUG: WaitOnScriptResult - plugin exited prematurely - terminating
  19. 14:28:14 4914.743652 T:140636615337728 ERROR: GetDirectory - Error getting plugin://service.library.data.provider/?type=recommendedepisodes+recommendedmovies&reload=
  20. 14:28:14 4914.768555 T:140636570478336 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  21. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  22. Error Type: <type 'exceptions.UnboundLocalError'>
  23. Error Contents: local variable 'item2' referenced before assignment
  24. Traceback (most recent call last):
  25. File "/storage/.kodi/addons/service.library.data.provider/default.py", line 687, in <module>
  26. Main()
  27. File "/storage/.kodi/addons/service.library.data.provider/default.py", line 70, in __init__
  28. self.parse_tvshows_recommended('recommendedepisodes', 32010, full_liz)
  29. File "/storage/.kodi/addons/service.library.data.provider/default.py", line 317, in parse_tvshows_recommended
  30. if item2['playcount'] >= 1:
  31. UnboundLocalError: local variable 'item2' referenced before assignment
  32. -->End of Python script error report<--
  33. 14:28:14 4914.854980 T:140636570478336 INFO: Python script stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement