blummat0360 / bluecop-xbmc-repo

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

ESPN3 v.0.9.2 - Script Error #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Selecting Live event
2.Selecting Replay event
3.

What is the expected output? What do you see instead?
Script error message

What version of the product are you using? On what operating system?
XBMC Live 10.04.3
ESPN3 v. 0.9.2

Please provide any additional information below.
xbmc.log

                                             <entitlement>
                                               ESPNALL
                                              </entitlement>
                                             </entitlements>
                                             <status-code>
                                              1
                                             </status-code>
                                             <updated-fingerprint>
                                              =
                                             </updated-fingerprint>
                                            </user-verified-media-response>
09:13:49 T:2814364528    INFO: -->Python script returned the following error<--
09:13:49 T:2814364528   ERROR: Error Type: <type 'exceptions.IndexError'>
09:13:49 T:2814364528   ERROR: Error Contents: list index out of range
09:13:49 T:2814364528   ERROR: Traceback (most recent call last):
                                              File "/home/brad/.xbmc/addons/plugin.video.espn3/default.py", line 513, in <module>
                                                PLAYESPN1(url)
                                              File "/home/brad/.xbmc/addons/plugin.video.espn3/default.py", line 185, in PLAYESPN1
                                                PLAY(url,'n501')
                                              File "/home/brad/.xbmc/addons/plugin.video.espn3/default.py", line 239, in PLAY
                                                auth = smilurl.split('?')[1]
                                            IndexError: list index out of range
09:13:49 T:2814364528    INFO: -->End of Python script error report<--
09:13:49 T:8107824   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
09:13:49 T:8107824   DEBUG: Alloc resources: 0.00ms (0.00 ms skin load)
09:13:49 T:2814364528    INFO: Python script stopped
09:13:49 T:2814364528   DEBUG: Thread XBPyThread 2814364528 terminating

Original issue reported on code.google.com by wazzub...@gmail.com on 29 Oct 2011 at 3:23