Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. 23:20:29 T:1976699904 DEBUG: script.artworkorganizer: script version 3.0.3 started
  2. 23:20:29 T:1976699904 DEBUG: DialogProgress::StartModal called
  3. 23:20:29 T:1976699904 DEBUG: ------ Window Init (DialogProgress.xml) ------
  4. 23:20:29 T:1976699904 DEBUG: int CVideoDatabase::RunQuery(const string&) took 23 ms for 121 items query: select * from movieview WHERE ((movieview.strPath LIKE '%%' OR movieview.strPath IS NULL))
  5. 23:20:30 T:1976699904 DEBUG: POParser: loaded 23 strings from file /storage/emulated/0/Android/data/com.semperpax.spmc/files/.spmc/addons/script.artworkorganizer/resources/language/French/strings.po
  6. 23:20:30 T:1976699904 DEBUG: POParser: loaded 0 strings from file /storage/emulated/0/Android/data/com.semperpax.spmc/files/.spmc/addons/script.artworkorganizer/resources/language/English/strings.po
  7. 23:20:33 T:1976699904 DEBUG: script.artworkorganizer: moviefanart copied: 121
  8. 23:20:33 T:1976699904 DEBUG: int CVideoDatabase::RunQuery(const string&) took 18 ms for 28 items query: SELECT * FROM tvshowview WHERE ((tvshowview.strPath LIKE '%%' OR tvshowview.strPath IS NULL))
  9. 23:20:33 T:1976699904 DEBUG: script.artworkorganizer: tvshowfanart copied: 27
  10. 23:20:33 T:1976699904 DEBUG: int CVideoDatabase::RunQuery(const string&) took 2 ms for 6 items query: select * from musicvideoview WHERE ((musicvideoview.strPath LIKE '%%' OR musicvideoview.strPath IS NULL))
  11. 23:20:33 T:1976699904 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  12. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  13. Error Type: <type 'exceptions.IndexError'>
  14. Error Contents: list index out of range
  15. Traceback (most recent call last):
  16. File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.spmc/addons/script.artworkorganizer/default.py", line 520, in <module>
  17. Main()
  18. File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.spmc/addons/script.artworkorganizer/default.py", line 33, in __init__
  19. self._copy_artwork()
  20. File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.spmc/addons/script.artworkorganizer/default.py", line 148, in _copy_artwork
  21. self._copy_musicvideofanart()
  22. File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.spmc/addons/script.artworkorganizer/default.py", line 247, in _copy_musicvideofanart
  23. if item['artist'][0] != '': # bug workaround, musicvideos can end up in the database without an artistname
  24. IndexError: list index out of range
  25. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement