akukic1 / bluecop-xbmc-repo

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

ABC not working on Free Cable #218

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run free cable
2. Select ABC
3. Select any show

What is the expected output? What do you see instead?
Expect it to list episodes. Get a script error message.

What version of the product are you using? On what operating system?
Free Cable 0.5.9 Raspberry Pi and OSX Frodo XBMC

Please provide any additional information below.

Original issue reported on code.google.com by mtsg_b...@hotmail.com on 17 Mar 2013 at 10:22

GoogleCodeExporter commented 8 years ago
Same problem. Error output in log: 
18:55:57 T:140502787880704  NOTICE: FREE CABLE --> common :: getURL :: url = 
http://abc.go.com/watch/modern-family/SH559066?rfr=rss
18:55:58 T:140502787880704   ERROR: Error Type: <type 'exceptions.IndexError'>
18:55:58 T:140502787880704   ERROR: Error Contents: list index out of range
18:55:58 T:140502787880704   ERROR: Traceback (most recent call last):
                                              File "/home/art/.xbmc/addons/plugin.video.free.cable/default.py", line 68, in <module>
                                                modes ( )
                                              File "/home/art/.xbmc/addons/plugin.video.free.cable/default.py", line 64, in modes
                                                exec 'sitemodule.%s()' % common.args.sitemode
                                              File "<string>", line 1, in <module>
                                              File "/home/art/.xbmc/addons/plugin.video.free.cable/resources/lib/abc.py", line 48, in seasons
                                                tabs_set = makeDict(re.compile('tabs.set\(\{(.+?)\}\);').findall(data)[0])
                                              File "/home/art/.xbmc/addons/plugin.video.free.cable/resources/lib/abc.py", line 91, in makeDict
                                                season_dict[split[0].strip()]=split[1].strip()
                                            IndexError: list index out of range
18:55:58 T:140503210497920   ERROR: GetDirectory - Error getting 
plugin://plugin.video.free.cable/?url="http%3A%2F%2Fabc.go.com%2Fwatch%2Fmodern-
family%2FSH559066%3Frfr%3Drss"&mode="abc"&sitemode="seasons"&thumb="http%3A%2F%2
Fthetvdb.com%2Fbanners%2Ftext%2F95011.jpg"&tvdb_id="95011"&fanart="http%3A%2F%2F
thetvdb.com%2Fbanners%2Ffanart%2Foriginal%2F95011-23.jpg"&poster="http%3A%2F%2Ft
hetvdb.com%2Fbanners%2Fposters%2F95011-4.jpg"&name="Modern+Family"
18:55:58 T:140503210497920   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.free.cable/?url="http%3A%2F%
2Fabc.go.com%2Fwatch%2Fmodern-family%2FSH559066%3Frfr%3Drss"&mode="abc"&sitemode
="seasons"&thumb="http%3A%2F%2Fthetvdb.com%2Fbanners%2Ftext%2F95011.jpg"&tvdb_id
="95011"&fanart="http%3A%2F%2Fthetvdb.com%2Fbanners%2Ffanart%2Foriginal%2F95011-
23.jpg"&poster="http%3A%2F%2Fthetvdb.com%2Fbanners%2Fposters%2F95011-4.jpg"&name
="Modern+Family") failed

Original comment by art.r.ta...@gmail.com on 11 Apr 2013 at 9:43