Advertisement
Guest User

Untitled

a guest
May 10th, 2013
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1.  
  2. start of FREE CABLE plugin
  3. 12:51:31 T:2872 ERROR: L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\history.py:17: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  4. import sha as sha1
  5. 12:51:31 T:2872 NOTICE: FREE CABLE --> common :: getURL :: url = http://www.history.com/components/get-signed-signature?url=xc6n8B/PEtx6dTKVc1u
  6. 12:51:31 T:2872 NOTICE: fu
  7. 12:51:31 T:2872 NOTICE: http://link.theplatform.com/s/xc6n8B/PEtx6dTKVc1u?switch=rtmp&assetTypes=medium_video_s3&mbr=true&metafile=true&sig=00518cd36fc89ef15a86966edece3d5afe8d3c1da7738d6159733363723374&format=SMIL&Tracking=true&Embedded=true&mbr=true&auth=daEbfbTdjaccacMd9aHd_ccdLbad6cjdSdg-brIOlw-cOW-ooHzv
  8. 12:51:31 T:2872 NOTICE: FREE CABLE --> common :: getURL :: url = http://link.theplatform.com/s/xc6n8B/PEtx6dTKVc1u?switch=rtmp&assetTypes=medium_video_s3&mbr=true&metafile=true&sig=00518cd36fc89ef15a86966edece3d5afe8d3c1da7738d6159733363723374&format=SMIL&Tracking=true&Embedded=true&mbr=true&auth=daEbfbTdjaccacMd9aHd_ccdLbad6cjdSdg-brIOlw-cOW-ooHzv
  9. 12:51:37 T:2872 NOTICE: **
  10. 12:51:37 T:2872 NOTICE: <smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  11. <head>
  12. </head>
  13. <body>
  14. <seq>
  15. <ref src="http://link.theplatform.com/s/errorFiles/Unavailable.mp4" title="Geographic Restriction" abstract="This content is not available in your location.">
  16. <param name="isException" value="true"/>
  17. <param name="exception" value="GeoLocationBlocked"/>
  18. <param name="responseCode" value="403"/>
  19. </ref>
  20. </seq>
  21. </body>
  22. </smil>
  23. 12:51:37 T:2872 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  24. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  25. Error Type: <type 'exceptions.TypeError'>
  26. Error Contents: 'NoneType' object is unsubscriptable
  27. Traceback (most recent call last):
  28. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\default.py", line 68, in <module>
  29. modes ( )
  30. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\default.py", line 64, in modes
  31. exec 'sitemodule.%s()' % common.args.sitemode
  32. File "<string>", line 1, in <module>
  33. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\history.py", line 199, in play
  34. base = tree.find('meta')['base']
  35. TypeError: 'NoneType' object is unsubscriptable
  36. -->End of Python script error report<--
  37. 12:51:37 T:5600 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.free.cable/?url="http%3A%2F%2Flink.theplatform.com%2Fs%2Fxc6n8B%2FPEtx6dTKVc1u%3Fswitch%3Drtmp%26assetTypes%3Dmedium_video_s3%26mbr%3Dtrue%26metafile%3Dtrue"&mode="history"&sitemode="play"]
  38. 12:51:37 T:1620 NOTICE: Thread Background Loader start, auto delete: false
  39.  
  40. start of FREE CABLE plugin
  41. 12:54:16 T:608 ERROR: L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\history.py:17: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  42. import sha as sha1
  43. 12:54:16 T:608 NOTICE: FREE CABLE --> common :: getURL :: url = http://www.history.com/shows/ax-men/videos
  44. 12:54:20 T:608 NOTICE: DEBUG VIDEOES
  45. 12:54:20 T:608 NOTICE: http://www.history.com/shows/ax-men/videos
  46. 12:54:20 T:608 NOTICE: sart of signin
  47. 12:54:20 T:608 NOTICE: FREE CABLE --> common :: getURL :: url = http://www.history.com/shows/ax-men/videos
  48. 12:54:22 T:608 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  49. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  50. Error Type: <type 'exceptions.IndexError'>
  51. Error Contents: list index out of range
  52. Traceback (most recent call last):
  53. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\default.py", line 68, in <module>
  54. modes ( )
  55. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\default.py", line 64, in modes
  56. exec 'sitemodule.%s()' % common.args.sitemode
  57. File "<string>", line 1, in <module>
  58. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\history.py", line 73, in showcats
  59. videos()
  60. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\history.py", line 84, in videos
  61. jsonData = re.compile('var playlist = (.+);').findall(data)[0];
  62. IndexError: list index out of range
  63. -->End of Python script error report<--
  64. 12:54:22 T:5600 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f81578-4.jpg%22&mode=%22history%22&name=%22Ax%20Men%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f81578-1.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f81578-g3.jpg%22&tvdb_id=%2281578%22&url=%22http%3a%2f%2fwww.history.com%2fshows%2fax-men%2fvideos%22
  65. 12:54:22 T:5600 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f81578-4.jpg%22&mode=%22history%22&name=%22Ax%20Men%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f81578-1.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f81578-g3.jpg%22&tvdb_id=%2281578%22&url=%22http%3a%2f%2fwww.history.com%2fshows%2fax-men%2fvideos%22) failed
  66. 12:54:22 T:2116 NOTICE: Thread Background Loader start, auto delete: false
  67. 12:54:26 T:1916 NOTICE: Previous line repeats 1 times.
  68. 12:54:26 T:1916 NOTICE: Thread XBPyThread start, auto delete: false
  69. 12:54:26 T:1916 NOTICE: -->Python Interpreter Initialized<--
  70. 12:54:27 T:1916 ERROR: L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\_common.py:11: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  71. import md5
  72. 12:54:27 T:1916 NOTICE: addoncompat.py: XBMC Revision not available - Version String: 12.2 Git:20130502-32b1a5e
  73. 12:54:27 T:1916 NOTICE:
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. start of FREE CABLE plugin
  81. 12:54:27 T:1916 ERROR: L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\history.py:17: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  82. import sha as sha1
  83. 12:54:27 T:1916 NOTICE: FREE CABLE --> common :: getURL :: url = http://www.history.com/shows/battle-360/videos
  84. 12:54:57 T:1916 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  85. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  86. Error Type: <class 'urllib2.URLError'>
  87. Error Contents: <urlopen error timed out>
  88. Traceback (most recent call last):
  89. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\default.py", line 68, in <module>
  90. modes ( )
  91. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\default.py", line 64, in modes
  92. exec 'sitemodule.%s()' % common.args.sitemode
  93. File "<string>", line 1, in <module>
  94. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\history.py", line 59, in showcats
  95. data = common.getURL(url)
  96. File "L:\Users\Uta\AppData\Roaming\XBMC\addons\plugin.video.free.cable\resources\lib\_common.py", line 729, in getURL
  97. response = urllib2.urlopen(req)
  98. File "L:\Program Files\XBMC\system\python\Lib\urllib2.py", line 126, in urlopen
  99. return _opener.open(url, data, timeout)
  100. File "L:\Program Files\XBMC\system\python\Lib\urllib2.py", line 391, in open
  101. response = self._open(req, data)
  102. File "L:\Program Files\XBMC\system\python\Lib\urllib2.py", line 409, in _open
  103. '_open', req)
  104. File "L:\Program Files\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
  105. result = func(*args)
  106. File "L:\Program Files\XBMC\system\python\Lib\urllib2.py", line 1170, in http_open
  107. return self.do_open(httplib.HTTPConnection, req)
  108. File "L:\Program Files\XBMC\system\python\Lib\urllib2.py", line 1145, in do_open
  109. raise URLError(err)
  110. URLError: <urlopen error timed out>
  111. -->End of Python script error report<--
  112. 12:54:57 T:5600 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f81551-3.jpg%22&mode=%22history%22&name=%22Battle%20360%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f81551-1.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f81551-g5.jpg%22&tvdb_id=%2281551%22&url=%22http%3a%2f%2fwww.history.com%2fshows%2fbattle-360%2fvideos%22
  113. 12:54:57 T:5600 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.free.cable/?fanart=%22http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f81551-3.jpg%22&mode=%22history%22&name=%22Battle%20360%22&poster=%22http%3a%2f%2fthetvdb.com%2fbanners%2fposters%2f81551-1.jpg%22&sitemode=%22showcats%22&thumb=%22http%3a%2f%2fthetvdb.com%2fbanners%2fgraphical%2f81551-g5.jpg%22&tvdb_id=%2281551%22&url=%22http%3a%2f%2fwww.history.com%2fshows%2fbattle-360%2fvideos%22) failed
  114. 12:54:57 T:5940 NOTICE: Thread Background Loader start, auto delete: false
  115. 12:54:59 T:984 NOTICE: Previous line repeats 1 times.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement