Advertisement
Guest User

Untitled

a guest
Sep 13th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. 07:08:55 T:3058839552 DEBUG: ------ Window Init (DialogSelect.xml) ------
  2. 07:08:55 T:3058839552 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
  3. 07:08:56 T:2816459856 DEBUG: webserver: request received for /jsonrpc
  4. 07:09:03 T:3058839552 DEBUG: Previous line repeats 4 times.
  5. 07:09:03 T:3058839552 DEBUG: OnKey: 167 (0xa7) pressed, action is Down
  6. 07:09:04 T:2705638480 DEBUG: Previous line repeats 1 times.
  7. 07:09:04 T:2705638480 DEBUG: webserver: request received for /jsonrpc
  8. 07:09:05 T:3058839552 DEBUG: OnKey: 11 (0x0b) pressed, action is Select
  9. 07:09:05 T:3058839552 DEBUG: ------ Window Deinit (DialogSelect.xml) ------
  10. 07:09:05 T:2661069904 DEBUG: script.tvtunes: promptForSearchEngine: New search engine is grooveshark.com
  11. 07:09:05 T:2661069904 DEBUG: DialogProgress::StartModal called
  12. 07:09:05 T:2661069904 DEBUG: ------ Window Init (DialogProgress.xml) ------
  13. 07:09:05 T:2661069904 INFO: Loading skin file: DialogProgress.xml, load type: KEEP_IN_MEMORY
  14. 07:09:05 T:2661069904 DEBUG: script.tvtunes: searchThemeList: Search for 35 heures, c'est déjà trop (Office Space)
  15. 07:09:05 T:2661069904 DEBUG: script.tvtunes: DefaultListing: ThemeSearch for 35 heures, c'est déjà trop
  16. 07:09:05 T:2816459856 DEBUG: webserver: request received for /jsonrpc
  17. 07:09:05 T:2661069904 DEBUG: script.tvtunes: GroovesharkListing: Search for 35 heures, c'est déjà trop
  18. 07:09:07 T:2705638480 DEBUG: webserver: request received for /jsonrpc
  19. 07:09:08 T:2661069904 DEBUG: script.tvtunes: DefaultListing: Before regex escape: 35 heures, c'est déjà trop
  20. 07:09:08 T:2661069904 DEBUG: script.tvtunes: DefaultListing: After regex escape: 35\ heures\,\ c\'est\ d\éj\à\ trop
  21. 07:09:08 T:2661069904 DEBUG: script.tvtunes: DefaultListing: Using regex: ((?=.*35)(?=.*heures\,)(?=.*c\'est)(?=.*d\éj\à)(?=.*trop)(?=.*[ ()\[\]"'\.](OST|theme|title|soundtrack|score|tv|t\.v|movie|tema|BSO|B\.S\.O|banda sonora|pelicula|music|overture|finale|prelude|opening|closing|collection)[ ()\[\]"'\.]))|((?=.*35)(?=.*heures\,)(?=.*c\'est)(?=.*dj)(?=.*trop)(?=.*[ ()\[\]"'\.](OST|theme|title|soundtrack|score|tv|t\.v|movie|tema|BSO|B\.S\.O|banda sonora|pelicula|music|overture|finale|prelude|opening|closing|collection)[ ()\[\]"'\.]))|((?=.*35)(?=.*heures\,)(?=.*c\'est)(?=.*deja)(?=.*trop)(?=.*[ ()\[\]"'\.](OST|theme|title|soundtrack|score|tv|t\.v|movie|tema|BSO|B\.S\.O|banda sonora|pelicula|music|overture|finale|prelude|opening|closing|collection)[ ()\[\]"'\.]))
  22. 07:09:08 T:2816459856 DEBUG: webserver: request received for /jsonrpc
  23. 07:09:09 T:2661069904 DEBUG: script.tvtunes: DefaultListing: Before regex escape: 35 heures, c'est déjà trop
  24. 07:09:09 T:2661069904 DEBUG: script.tvtunes: DefaultListing: After regex escape: 35\ heures\,\ c\'est\ d\éj\à\ trop
  25. 07:09:09 T:2661069904 DEBUG: script.tvtunes: DefaultListing: Using regex: ((?=.*35)(?=.*heures\,)(?=.*c\'est)(?=.*d\éj\à)(?=.*trop))|((?=.*35)(?=.*heures\,)(?=.*c\'est)(?=.*dj)(?=.*trop))|((?=.*35)(?=.*heures\,)(?=.*c\'est)(?=.*deja)(?=.*trop))
  26. 07:09:09 T:2661069904 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  27. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  28. Error Type: <type 'exceptions.TypeError'>
  29. Error Contents: isUserCancelled() takes exactly 1 argument (2 given)
  30. Traceback (most recent call last):
  31. File "/storage/.xbmc/addons/script.tvtunes/plugin.py", line 443, in <module>
  32. menuNav.fetchAllMissingThemes()
  33. File "/storage/.xbmc/addons/script.tvtunes/plugin.py", line 328, in fetchAllMissingThemes
  34. TvTunesFetcher(videoList)
  35. File "/storage/.xbmc/addons/script.tvtunes/resources/lib/themeFetcher.py", line 70, in __init__
  36. self.scan(videoList)
  37. File "/storage/.xbmc/addons/script.tvtunes/resources/lib/themeFetcher.py", line 93, in scan
  38. if not self.scanSingleItem(show, showProgressDialog=False):
  39. File "/storage/.xbmc/addons/script.tvtunes/resources/lib/themeFetcher.py", line 112, in scanSingleItem
  40. theme_list = self.searchThemeList(show[0], show[2], manual=False, showProgressDialog=showProgressDialog)
  41. File "/storage/.xbmc/addons/script.tvtunes/resources/lib/themeFetcher.py", line 277, in searchThemeList
  42. theme_list = searchListing.themeSearch(showname, alternativeTitle, showProgressDialog)
  43. File "/storage/.xbmc/addons/script.tvtunes/resources/lib/themeFetcher.py", line 539, in themeSearch
  44. if (alternativeTitle is not None) and (alternativeTitle != "") and not progressDialog.isUserCancelled(False):
  45. TypeError: isUserCancelled() takes exactly 1 argument (2 given)
  46. -->End of Python script error report<--
  47. 07:09:09 T:3058839552 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
  48. 07:09:09 T:3058839552 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
  49. 07:09:10 T:2661069904 INFO: Python script stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement