blummat0360 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

Free Cable Nickelodeon Plugin Script Error #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.open Free cable 
2. Choose Nickelodeon
3. Choose an ICarly show or any other...

What is the expected output? What do you see instead?
Expect full video stream.  Displays script Error instead.

What version of the product are you using? On what operating system?
Newest Version.  OpenElec

Please provide any additional information below.

start of FREE CABLE plugin
03:43:24 T:2746690368  NOTICE: FREE CABLE --> common :: getHTML :: url = 
http://www.nick.com/videos/clip/istart-a-fan-war-full-episode.html
03:43:27 T:2746690368   ERROR: Error Type: <type 'exceptions.IndexError'>
03:43:27 T:2746690368   ERROR: Error Contents: list index out of range
03:43:27 T:2746690368   ERROR: Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/plugin.video.free.cable/default.py", line 49, in <module>
                                                modes ( )
                                              File "/storage/.xbmc/addons/plugin.video.free.cable/default.py", line 45, in modes
                                                exec 'sitemodule.%s()' % common.args.sitemode
                                              File "<string>", line 1, in <module>
                                              File "/storage/.xbmc/addons/plugin.video.free.cable/resources/lib/nick.py", line 93, in playvideo
                                                uri=re.compile('uri:"(.+?)",').findall(data)[0]
                                            IndexError: list index out of range
03:43:27 T:3016623872   ERROR: Playlist Player: skipping unplayable item: 0, 
path 
[plugin://plugin.video.free.cable/?url="http%3A%2F%2Fwww.nick.com%2Fvideos%2Fcli
p%2Fistart-a-fan-war-full-episode.html"&mode="nick"&sitemode="playvideo"]
03:43:27 T:2746690368  NOTICE: Thread Background Loader start, auto delete: 
false
03:43:30 T:2746690368  NOTICE: Thread XBPyThread start, auto delete: false
03:43:30 T:2746690368  NOTICE: -->Python Interpreter Initialized<--
03:43:31 T:2746690368  NOTICE: common.args
03:43:31 T:2746690368  NOTICE: {'url': 
'http://www.nick.com/videos/clip/ido-full-episode.html', 'sitemode': 
'playvideo', 'mode': 'nick'}
03:43:31 T:2746690368  NOTICE: addoncompat.py: XBMC Revision not available - 
Version String: 11.0 Git:a76f5d4

Original issue reported on code.google.com by 3gem...@gmail.com on 1 May 2012 at 3:17

GoogleCodeExporter commented 8 years ago
All nick suff gets a script error. please fix this

Original comment by Siddarth...@gmail.com on 11 Jun 2012 at 9:42

GoogleCodeExporter commented 8 years ago
I suggested a patch for this, see issue 167

Original comment by Piero.Ma...@gmail.com on 10 Jul 2012 at 9:52