Advertisement
Guest User

Untitled

a guest
Nov 28th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. 23:34:41 T:10648 DEBUG: Snapper selected = snapvideo.Vimeo:retrieveVideoInfo for video URL = https://vimeo.com/65335118
  2. 23:34:41 T:10648 ERROR: ERROR:root:list index out of range
  3. Traceback (most recent call last):
  4. File "C:\xbmc12\portable_data\addons\script.module.turtlex\lib\snapvideo\Vimeo.py", line 25, in retrieveVideoInfo
  5. referrerObj = re.compile('"timestamp":(.+?),"signature":"(.+?)"').findall(html)[0]
  6. IndexError: list index out of range
  7. 23:34:41 T:10648 NOTICE: .
  8. 23:34:41 T:10648 ERROR: ERROR:root:(102, 'Video is either Removed by hosting website. Please check other links.')
  9. Traceback (most recent call last):
  10. File "C:\xbmc12\portable_data\addons\script.module.turtlex\lib\common\XBMCInterfaceUtils.py", line 54, in callBackDialogProgressBar
  11. returnedObj = function_obj(arg)
  12. File "C:\xbmc12\portable_data\addons\script.module.turtlex\lib\moves\SnapVideo.py", line 145, in __addVideoInfo_in_item
  13. __processAndAddVideoInfo__(item, item.get_moving_data()['videoUrl'])
  14. File "C:\xbmc12\portable_data\addons\script.module.turtlex\lib\moves\SnapVideo.py", line 177, in __processAndAddVideoInfo__
  15. raise Exception(ExceptionHandler.VIDEO_STOPPED, 'Video is either Removed by hosting website. Please check other links.')
  16. Exception: (102, 'Video is either Removed by hosting website. Please check other links.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement