Advertisement
Guest User

Untitled

a guest
Oct 5th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. 2019-10-05 16:45:50.270 T:1927279488 DEBUG: CLibInputKeyboard::ProcessKey - using delay: 500ms repeat: 33ms
  2. 2019-10-05 16:45:50.270 T:1496302464 DEBUG: Thread Timer start, auto delete: false
  3. 2019-10-05 16:45:50.274 T:1937584144 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  4. 2019-10-05 16:45:50.350 T:1496302464 DEBUG: Thread Timer 1496302464 terminating
  5. 2019-10-05 16:45:50.357 T:1937584144 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
  6. 2019-10-05 16:45:50.357 T:1937584144 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
  7. 2019-10-05 16:45:50.369 T:1937584144 DEBUG: OnPlayMedia plugin://plugin.video.vimeo/play/?uri=%2Fvideos%2F364335684
  8. 2019-10-05 16:45:50.369 T:1937580928 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
  9. 2019-10-05 16:45:50.369 T:1937580928 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
  10. 2019-10-05 16:45:50.372 T:1937584144 DEBUG: StartScript - calling plugin Vimeo('plugin://plugin.video.vimeo/play/','10','?uri=%2Fvideos%2F364335684','resume:false')
  11. 2019-10-05 16:45:50.373 T:1496302464 DEBUG: Thread LanguageInvoker start, auto delete: false
  12. 2019-10-05 16:45:50.373 T:1496302464 INFO: initializing python engine.
  13. 2019-10-05 16:45:50.373 T:1496302464 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.vimeo/addon.py): start processing
  14. 2019-10-05 16:45:50.385 T:1937580928 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
  15. 2019-10-05 16:45:50.385 T:1937580928 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
  16. 2019-10-05 16:45:50.393 T:1558172544 DEBUG: Thread scriptobs start, auto delete: false
  17. 2019-10-05 16:45:50.408 T:1496302464 DEBUG: -->Python Interpreter Initialized<--
  18. 2019-10-05 16:45:50.408 T:1496302464 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.vimeo/addon.py): the source file to load is "/storage/.kodi/addons/plugin.video.vimeo/addon.py"
  19. 2019-10-05 16:45:50.409 T:1496302464 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.vimeo/addon.py): setting the Python path to /storage/.kodi/addons/plugin.video.vimeo:/storage/.kodi/addons/script.module.certifi/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.future/libs:/storage/.kodi/addons/script.module.idna/lib:/storage/.kodi/addons/script.module.requests/lib:/storage/.kodi/addons/script.module.urllib3/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
  20. 2019-10-05 16:45:50.409 T:1496302464 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.vimeo/addon.py): entering source directory /storage/.kodi/addons/plugin.video.vimeo
  21. 2019-10-05 16:45:50.409 T:1496302464 DEBUG: CPythonInvoker(16, /storage/.kodi/addons/plugin.video.vimeo/addon.py): instantiating addon using automatically obtained id of "plugin.video.vimeo" dependent on version 2.25.0 of the xbmc.python api
  22. 2019-10-05 16:45:50.593 T:1937584144 DEBUG: ------ Window Init (DialogBusy.xml) ------
  23. 2019-10-05 16:45:51.833 T:1496302464 DEBUG: CAddonSettings[plugin.video.vimeo]: loading setting definitions
  24. 2019-10-05 16:45:51.833 T:1496302464 DEBUG: CAddonSettings[plugin.video.vimeo]: trying to load setting definitions from old format...
  25. 2019-10-05 16:45:52.228 T:1496302464 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  26. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  27. Error Type: <type 'exceptions.KeyError'>
  28. Error Contents: 'request'
  29. Traceback (most recent call last):
  30. File "/storage/.kodi/addons/plugin.video.vimeo/addon.py", line 3, in <module>
  31. plugin.run()
  32. File "/storage/.kodi/addons/plugin.video.vimeo/resources/plugin.py", line 75, in run
  33. resolved_url = api.resolve_media_url(media_url)
  34. File "/storage/.kodi/addons/plugin.video.vimeo/resources/lib/vimeo/api.py", line 66, in resolve_media_url
  35. return self._extract_url_from_video_config(res)
  36. File "/storage/.kodi/addons/plugin.video.vimeo/resources/lib/vimeo/api.py", line 160, in _extract_url_from_video_config
  37. video_files = video_config["request"]["files"]
  38. KeyError: 'request'
  39. -->End of Python script error report<--
  40. 2019-10-05 16:45:52.228 T:1496302464 DEBUG: onExecutionDone(16, /storage/.kodi/addons/plugin.video.vimeo/addon.py)
  41. 2019-10-05 16:45:52.298 T:1937584144 DEBUG: ------ Window Init (DialogNotification.xml) ------
  42. 2019-10-05 16:45:52.356 T:1496302464 INFO: Python interpreter stopped
  43. 2019-10-05 16:45:52.356 T:1496302464 DEBUG: Thread LanguageInvoker 1496302464 terminating
  44. 2019-10-05 16:45:52.363 T:1558172544 DEBUG: Thread scriptobs 1558172544 terminating
  45. 2019-10-05 16:45:52.363 T:1937584144 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  46. 2019-10-05 16:45:52.363 T:1937584144 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.vimeo/play/?uri=%2Fvideos%2F364335684]
  47. 2019-10-05 16:45:52.363 T:1937584144 DEBUG: Playlist Player: one or more items failed to play... aborting playback
  48. 2019-10-05 16:45:52.364 T:1937584144 DEBUG: ------ Window Init (DialogConfirm.xml) ------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement