• 1
  • 205
  • 206
  • 207(current)
  • 208
  • 209
  • 249
Release NBC Sports Live Extra
How do you install them please on a galaxy phone. Thanks
Reply
XFILE::CPluginDirectory::StartScript - calling plugin NBC Sports Live Extra('plugin://plugin.video.nbcsnliveextra/','8','?url=http%3A%2F%2Fsprtott8-i.akamaihd.net%2Fhls%2Flive%2F222483%2FGolf-Live-Extra1102103155%2FOTT8%2Fmaster.m3u8&mode=5&icon_image=http%3A%2F%2Fhdliveextra-pmd.edgesuite.net%2FHD%2Fimage_sports%2Fmobile%2F28249_m50.jpg')
12:38:23 T:6560 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the NBC Sports Live Extra (id=18) plugin...
12:38:23 T:7340 DEBUG: Thread LanguageInvoker start, auto delete: false
12:38:23 T:7340 INFO: initializing python engine.
12:38:23 T:7340 DEBUG: CPythonInvoker(18, C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py): start processing
12:38:23 T:7340 DEBUG: -->Python Interpreter Initialized<--
12:38:23 T:7340 DEBUG: CPythonInvoker(18, C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py): the source file to load is "C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py"
12:38:23 T:7340 DEBUG: CPythonInvoker(18, C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py): setting the Python path to C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra;C:\Users\Media\AppData\Roaming\Kodi\addons\script.module.httplib2\lib;C:\Users\Media\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
12:38:23 T:7340 DEBUG: CPythonInvoker(18, C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py): entering source directory C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra
12:38:23 T:7340 DEBUG: CPythonInvoker(18, C:\Users\Media\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py): instantiating addon using automatically obtained id of "plugin.video.nbcsnliveextra" dependent on version 2.14.0 of the xbmc.python api
12:38:23 T:7340 DEBUG: Mode: 5
12:38:23 T:7340 DEBUG: URL: http://sprtott8-i.akamaihd.net/hls/live/...aster.m3u8
12:38:23 T:7340 DEBUG: Name: None
12:38:23 T:7340 DEBUG: scrape_type:None
12:38:23 T:7340 DEBUG: icon image:http://hdliveextra-pmd.edgesuite.net/HD/image_sports/mobile/28249_m50.jpg
12:38:23 T:7340 DEBUG: MSO ID === Comcast_SSO
12:38:23 T:7340 NOTICE: PROVIDER =Comcast (xfinity)
12:38:23 T:7340 NOTICE: Did cookies expire? True
12:38:23 T:7340 NOTICE: Does the auth token file exist? False
12:38:23 T:7340 NOTICE: Does the last provider match the current provider? True
12:38:23 T:7340 NOTICE: Who was the last provider? Comcast_SSO
12:38:23 T:7340 DEBUG: ADOBE PASS
12:38:23 T:7340 DEBUG: XOS92Qt+TkDKHbfEhbudHx4ye/dAS2ERLfSF0wdp2q6xroADHg29eZL5MYWnT80t+QDH2RAs7aI0+ZzttbqHs0UCDNfWGKkiNca6NUmtWidCYtIOGDScx3qEqFsZcZaiVnPmc3kPyLaE8hYdgvo8NmN/ekQXtsXFxx0+97UMvAZW4x4ivpgsP2rbQ9/W/ERKZA7heWGBndR9digvfQk0Ua1rOJrO725n12rSbEDw2UaQfZoCmYXjItlGZkGVfhWoS4zFgakDMVMM9BAF4VLGvUia737Tm+ejdrRvt8dr0OJjBMSB5cnokL70f3aOk4gMYnwgVieu9u9lbM0frKnNeg==
12:38:24 T:6560 DEBUG: DialogProgress::Open called

I keep getting the above errors everytime, cookies expired and no authorization token. Anyone have any idea how to get around this?

Cheers!
Reply
hmmm... starting to get the dreaded
Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: unknown url type:
                                            Traceback (most recent call last):
                                              File "/home/kodi/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 490, in <module>
                                                SIGN_STREAM(url, name, icon_image)
                                              File "/home/kodi/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 303, in SIGN_STREAM
                                                var_1, var_2, var_3 = provider.GET_IDP()
                                              File "/home/kodi/.kodi/addons/plugin.video.nbcsnliveextra/resources/providers/verizon.py", line 50, in GET_IDP
                                                resp = opener.open(redirect_url)
                                              File "/usr/lib/python2.7/urllib2.py", line 421, in open
                                                protocol = req.get_type()
                                              File "/usr/lib/python2.7/urllib2.py", line 283, in get_type
                                                raise ValueError, "unknown url type: %s" % self.__original
                                            ValueError: unknown url type:
                                            -->End of Python script error report<--

full log --> http://paste.ubuntu.com/23419445/
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
Tried with VPN, east coast west coast no VPN, still get check username and password for comcast Sad
Reply
Direct TV, Failed to authorize error got in 2016.10.21v addon....yesterday was all fine.....
Reply
Maybe its not just me then?!
Reply
all back to normal, working again.....maybe something wrong on nbcsports streaming site.....
Reply
well I still cant log in Smile
Reply
still unable to watch games when trying to use comcast log in, can anyone help
Reply
I can log in fine with directv. Make sure you have the correct version installed. I updated it also in the configure bit. Works fine.
Reply
Asking for a captcha how do I do this?
Reply
(2016-11-03, 07:27)locomot1f Wrote: hmmm... starting to get the dreaded
Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ValueError'>
                                            Error Contents: unknown url type:
                                            Traceback (most recent call last):
                                              File "/home/kodi/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 490, in <module>
                                                SIGN_STREAM(url, name, icon_image)
                                              File "/home/kodi/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 303, in SIGN_STREAM
                                                var_1, var_2, var_3 = provider.GET_IDP()
                                              File "/home/kodi/.kodi/addons/plugin.video.nbcsnliveextra/resources/providers/verizon.py", line 50, in GET_IDP
                                                resp = opener.open(redirect_url)
                                              File "/usr/lib/python2.7/urllib2.py", line 421, in open
                                                protocol = req.get_type()
                                              File "/usr/lib/python2.7/urllib2.py", line 283, in get_type
                                                raise ValueError, "unknown url type: %s" % self.__original
                                            ValueError: unknown url type:
                                            -->End of Python script error report<--

full log --> http://paste.ubuntu.com/23419445/

... and, yes, I can log into the web site just fine.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
Is authentication possibly being tied to a single device? 2 android tv devices on my home network using the same login, yet only one is able to authenticate successfully while the other gives the "please verify..." dialog. Using the same login on two different devices was never a problem before. I guess I'll try creating a new login and see if that works.

Thanks to Erack for all all the hard work!
Reply
Does anyone have this working on a windows 7 machine, running Kodi 16.1 using an xfinity account?

Cheers!
Reply
no one having problem with streaming nbc sports live extra matches? i got buffering every minute or two...
Reply
  • 1
  • 205
  • 206
  • 207(current)
  • 208
  • 209
  • 249

Logout Mark Read Team Forum Stats Members Help
NBC Sports Live Extra13