Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. 14:48:57 T:140511507629824 NOTICE: MICHS YoutubeLibrary:::::::: Playlist last scanned on: 2012-11-23 14:48:57.275717, now: 2015-11-23 14:48:57.275808
  2. 14:48:57 T:140511507629824 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <type 'exceptions.UnboundLocalError'>
  5. Error Contents: local variable 'tag' referenced before assignment
  6. Traceback (most recent call last):
  7. File "/config/.kodi/addons/plugin.video.youtubelibrary/addon.py", line 62, in <module>
  8. routes.run_service()
  9. File "/config/.kodi/addons/plugin.video.youtubelibrary/resources/lib/routes.py", line 34, in run_service
  10. service.update_playlists()
  11. File "/config/.kodi/addons/plugin.video.youtubelibrary/resources/lib/service.py", line 54, in update_playlists
  12. update_playlist(child.attrib['id']) #Update the nfo & strm files for this playlist
  13. File "/config/.kodi/addons/plugin.video.youtubelibrary/resources/lib/service.py", line 79, in update_playlist
  14. generators.write_tvshow_nfo(folder, settings)
  15. File "/config/.kodi/addons/plugin.video.youtubelibrary/resources/lib/generators.py", line 376, in write_tvshow_nfo
  16. tags_xml = '<tag>'+tag.strip(' \t\n\r')+'</tag>'
  17. UnboundLocalError: local variable 'tag' referenced before assignment
  18. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement