jtaylor154 / bluecop-xbmc-repo

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

ESPN3 - Login Option results in script error #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure ESPN3 app with valid comcast login
2. Launch App

What is the expected output? What do you see instead?

Expected output should show ESPN3 feed. Instead it shows espn3 script error and 
does not launch

What version of the product are you using? On what operating system?

Linux 3.1.9 - raspbmc 12.0-ALPHA (Compiled June 20. 2012)

Please provide any additional information below.

Output logs

                                            </script>
                                                <div style="display:none">
                                            <script type="text/javascript" src="/static/js/omniture.js?v=11"></script>
                                            <script type="text/javascript"><!--
                                                s.pageName="sign in"
                                                s.events = "event11"
                                                s.channel = "sign in"
                                                s.prop4 = "sign in"
                                                s.prop7 = "www.espn360.com"
                                                s.prop33 = "comcast net"
                                                s.prop35 = "authentication"
                                                s.prop36 = "site:home"
                                                s.eVar36 = "site:home"
                                                s.eVar47 = "anonymous"
                                                s.eVar7 = "www.espn360.com"

                                                /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
                                                var s_code=s.t();if(s_code)document.write(s_code);//-->
                                            </script> 
                                            </div>
                                            </body>
                                            </html>
12:09:34 T:1305474112    INFO: -->Python script returned the following error<--
12:09:34 T:1305474112   ERROR: Error Type: <class 
'mechanize._form.ControlNotFoundError'>
12:09:34 T:1305474112   ERROR: Error Contents: no control matching name 
'password'
12:09:34 T:1305474112   ERROR: Traceback (most recent call last):
                                              File "/home/pi/.xbmc/addons/plugin.video.espn3/default.py", line 577, in <module>
                                                login()
                                              File "/home/pi/.xbmc/addons/plugin.video.espn3/default.py", line 417, in login
                                                br["password"] = selfAddon.getSetting("login_pass")
                                              File "/home/pi/.xbmc/addons/script.module.mechanize/lib/mechanize/_form.py", line 2780, in __setitem__
                                                control = self.find_control(name)
                                              File "/home/pi/.xbmc/addons/script.module.mechanize/lib/mechanize/_form.py", line 3101, in find_control
                                                return self._find_control(name, type, kind, id, label, predicate, nr)
                                              File "/home/pi/.xbmc/addons/script.module.mechanize/lib/mechanize/_form.py", line 3185, in _find_control
                                                raise ControlNotFoundError("no control matching "+description)
                                            ControlNotFoundError: no control matching name 'password'
12:09:34 T:1305474112    INFO: -->End of Python script error report<--
12:09:34 T:1100959744   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
12:09:34 T:1305474112    INFO: Python script stopped
12:09:34 T:1305474112   DEBUG: Thread XBPyThread 1305474112 terminating
12:09:34 T:1100959744   DEBUG:  WaitOnScriptResult - plugin exited prematurely 
- terminating
12:09:34 T:1100959744   ERROR: GetDirectory - Error getting 
plugin://plugin.video.espn3
12:09:34 T:1100959744   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.espn3) failed
12:09:34 T:1100959744   DEBUG: CGUIMediaWindow::GetDirectory 
(addons://sources/video/)
12:09:34 T:1100959744   DEBUG:   ParentPath = []
12:09:35 T:1305474112  NOTICE: Thread Background Loader start, auto delete: 
false
12:09:35 T:1100959744   DEBUG: waiting for python thread 7 to stop
12:09:35 T:1100959744   DEBUG: python thread 7 destructed
12:09:35 T:1305474112   DEBUG: Thread Background Loader 1305474112 terminating
12:09:35 T:1100959744   DEBUG: ------ Window Deinit (DialogProgress.xml) ------
12:09:38 T:1271043136   DEBUG: JSONRPC: Incoming request: 
[{"method":"Application.GetProperties","id":7,"jsonrpc":"2.0","params":{"propert
ies":["volume","muted"]}},{"id":8,"jsonrpc":"2.0","method":"Player.GetActivePlay
ers"}]
12:09:38 T:1271043136   DEBUG: JSONRPC: Calling application.getproperties
12:09:38 T:1271043136   DEBUG: JSONRPC: Calling player.getactiveplayers
12:09:39 T:1100959744   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------

Original issue reported on code.google.com by Stevo81...@gmail.com on 19 Jul 2012 at 5:13