• 1
  • 202
  • 203
  • 204(current)
  • 205
  • 206
  • 249
Release NBC Sports Live Extra
(2016-10-21, 05:52)Stadelta Wrote: Thanks for all the hard work, Erack. Happy to buy you a few lagers, but Comcast xfinity login still isn't working with the latest release 10.20.16 (at least for me). This was a fresh install.

"Please verify that your username and password are correct"

I get the same message as well.
Reply
(2016-10-22, 17:12)pTeronaut Wrote: Getting an error when trying to access Live & upcoming:
Code:
11:10:11 T:7812   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 404: Not Found
                                            Traceback (most recent call last):
                                              File "C:\Users\Paul\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py", line 487, in <module>
                                                SCRAPE_VIDEOS(url,scrape_type)
                                              File "C:\Users\Paul\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py", line 68, in SCRAPE_VIDEOS
                                                response = urllib2.urlopen(req)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 127, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 410, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 523, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 448, in error
                                                return self._call_chain(*args)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 531, in http_error_default
                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
                                            HTTPError: HTTP Error 404: Not Found
                                            -->End of Python script error report<--
Kodi 16.1 (fresh install) Windows 10 x64 Pro.
Add-On version: 2016-10-21
NBCSports subscription through Comcast(Xfinity)

Can you get to this link in your browser?
http://stream.nbcsports.com/data/mobile/...1-ios.json
Reply
(2016-10-22, 17:24)milli Wrote:
(2016-10-21, 05:52)Stadelta Wrote: Thanks for all the hard work, Erack. Happy to buy you a few lagers, but Comcast xfinity login still isn't working with the latest release 10.20.16 (at least for me). This was a fresh install.

"Please verify that your username and password are correct"

I get the same message as well.

If possible try using a vpn that puts you on the East Coast of the USA and re-try.
Reply
(2016-10-22, 17:31)eracknaphobia Wrote: Can you get to this link in your browser?
http://stream.nbcsports.com/data/mobile/...1-ios.json
Yes.
Reply
For those of you getting the "incorrect username or password" error with Comcast, login once through nbcsports.com on your device and play a stream, then try again with Kodi. It should work then.
Reply
(2016-10-22, 17:35)pTeronaut Wrote:
(2016-10-22, 17:31)eracknaphobia Wrote: Can you get to this link in your browser?
http://stream.nbcsports.com/data/mobile/...1-ios.json
Yes.

Then there should be no reason why the addon can't get there. Does the Featured and replay sections work for you?
Reply
(2016-10-22, 17:52)eracknaphobia Wrote:
(2016-10-22, 17:35)pTeronaut Wrote:
(2016-10-22, 17:31)eracknaphobia Wrote: Can you get to this link in your browser?
http://stream.nbcsports.com/data/mobile/...1-ios.json
Yes.

Then there should be no reason why the addon can't get there. Does the Featured and replay sections work for you?
No.

Edited add:

Seeing new errors in the log now.
Code:
11:58:10 T:6224   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: name 'LIVE_AND_UPCOMING' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\Paul\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py", line 481, in <module>
                                                LIVE_AND_UPCOMING()
                                            NameError: name 'LIVE_AND_UPCOMING' is not defined
                                            -->End of Python script error report<--
11:58:10 T:14964   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nbcsnliveextra/?icon_image=C%3a%5cUsers%5cPaul%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nbcsnliveextra%2ficon.png&mode=1&name=Live%20%26%20Upcoming&scrape_type=None&url=%2flive
11:58:10 T:14964   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nbcsnliveextra/?icon_image=C%3a%5cUsers%5cPaul%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nbcsnliveextra%2ficon.png&mode=1&name=Live%20%26%20Upcoming&scrape_type=None&url=%2flive) failed
Code:
11:58:12 T:10080   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: name 'FEATURED' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\Paul\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py", line 483, in <module>
                                                FEATURED(url)
                                            NameError: name 'FEATURED' is not defined
                                            -->End of Python script error report<--
11:58:12 T:14964   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nbcsnliveextra/?icon_image=C%3a%5cUsers%5cPaul%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nbcsnliveextra%2ficon.png&mode=2&name=Featured&scrape_type=None&url=http%3a%2f%2fstream.nbcsports.com%2fdata%2fmobile%2fmcms%2fprod%2fnbc-featured.json
11:58:12 T:14964   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nbcsnliveextra/?icon_image=C%3a%5cUsers%5cPaul%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nbcsnliveextra%2ficon.png&mode=2&name=Featured&scrape_type=None&url=http%3a%2f%2fstream.nbcsports.com%2fdata%2fmobile%2fmcms%2fprod%2fnbc-featured.json) failed
Code:
12:02:32 T:10056   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.NameError'>
                                            Error Contents: name 'FEATURED' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\Paul\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py", line 483, in <module>
                                                FEATURED(url)
                                            NameError: name 'FEATURED' is not defined
                                            -->End of Python script error report<--
12:02:32 T:14964   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nbcsnliveextra/?icon_image=C%3a%5cUsers%5cPaul%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nbcsnliveextra%2ficon.png&mode=2&name=Featured&scrape_type=None&url=http%3a%2f%2fstream.nbcsports.com%2fdata%2fmobile%2fmcms%2fprod%2fnbc-featured.json
12:02:32 T:14964   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nbcsnliveextra/?icon_image=C%3a%5cUsers%5cPaul%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nbcsnliveextra%2ficon.png&mode=2&name=Featured&scrape_type=None&url=http%3a%2f%2fstream.nbcsports.com%2fdata%2fmobile%2fmcms%2fprod%2fnbc-featured.json) failed
Reply
(2016-10-22, 17:57)pTeronaut Wrote:
(2016-10-22, 17:52)eracknaphobia Wrote:
(2016-10-22, 17:35)pTeronaut Wrote: Yes.

Then there should be no reason why the addon can't get there. Does the Featured and replay sections work for you?
No.

NBC Sports Live Extra is accessible by my network, as I'm currently using Firefox to access it.

Try disabling any proxies you may have set. If you can get to the site through the browser but not kodi it must be something device specific.
Reply
(2016-10-22, 17:36)straightflushin Wrote: For those of you getting the "incorrect username or password" error with Comcast, login once through nbcsports.com on your device and play a stream, then try again with Kodi. It should work then.

It still doesn't work. It works on the browser but not in the addon.
Reply
(2016-10-22, 18:00)eracknaphobia Wrote:
(2016-10-22, 17:57)pTeronaut Wrote:
(2016-10-22, 17:52)eracknaphobia Wrote: Then there should be no reason why the addon can't get there. Does the Featured and replay sections work for you?
No.

NBC Sports Live Extra is accessible by my network, as I'm currently using Firefox to access it.

Try disabling any proxies you may have set. If you can get to the site through the browser but not kodi it must be something device specific.
No proxies, both PCs have this issue (am troubleshooting this on a fresh install on my laptop, as the main Kodi install is on my HTPC using the TV as the display)
This issue is also present on Kodi on Android (Stock Sony 5.1.1), connecting via my network or by mobile data. (NBCSports Live Extra App working)

Edit to add error from Android (which appears to be the same as the 1st PC error)
Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.HTTPError'>
                                            Error Contents: HTTP Error 404: Not Found
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 466, in <module>
                                                LIVE_AND_UPCOMING()
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 35, in LIVE_AND_UPCOMING
                                                SCRAPE_VIDEOS(ROOT_URL+'mcms/prod/nbc-live-ios.json')
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nbcsnliveextra/nbcsn.py", line 72, in SCRAPE_VIDEOS
                                                response = urllib2.urlopen(req)
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 126, in urlopen
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 397, in open
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 510, in http_response
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 435, in error
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 369, in _call_chain
                                              File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/urllib2.py", line 518, in http_error_default
                                            HTTPError: HTTP Error 404: Not Found
                                            -->End of Python script error report<--
12:26:51 T:18446744072423555072   ERROR: static bool XFILE::CDirectory::GetDirectory(const CURL&, CFileItemList&, const XFILE::CDirectory::CHints&, bool) - Error getting plugin://plugin.video.nbcsnliveextra/?icon_image=%2fstorage%2femulated%2f0%2fAndroid%2fdata%2forg.xbmc.kodi%2ffiles%2f.kodi%2faddons%2fplugin.video.nbcsnliveextra%2ficon.png&mode=1&name=Live%20%26%20Upcoming&scrape_type=None&url=%2flive
12:26:51 T:18446744072423555072   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nbcsnliveextra/?icon_image=%2fstorage%2femulated%2f0%2fAndroid%2fdata%2forg.xbmc.kodi%2ffiles%2f.kodi%2faddons%2fplugin.video.nbcsnliveextra%2ficon.png&mode=1&name=Live%20%26%20Upcoming&scrape_type=None&url=%2flive) failed
Reply
Mines off on kodi in android.Worked this morning but it had 5 sections instead of 3.Its went back to 3 and an error comes up "check the log"
Reply
For me this is crazy. I delete any hint of Eracks addon from Kodi using FileZilla. Reinstall. Use my friends xfinity login and password and for some reason it still retains my non functional xfinity email and password (that I don't have access to nbcsn. That's why I'm sharing my friends login and pwd!).

Any help would be appreciated.
Reply
If anyone is getting a "check your username and password" error try the following.

I was getting the error this morning when I knew my credentials were correct, I went to the NBC Sports app for my device (in this case Windows 10) and had to go through the device activation screens again.
After doing this the Kodi addon worked flawlessly Smile

So in short if you're getting login errors and your device has an NBC Sports app available try using that to activate your device then try using this great addon.
Reply
It looks like you can't use another person login and pwd if you are a Comcast customer. It automatically logs you in with your xfinity email and pwd that is associated with your IP address. Sigh.
Reply
Cheers erack, works with Comcast again! Was able to watch all the matches today. Smile
Reply
  • 1
  • 202
  • 203
  • 204(current)
  • 205
  • 206
  • 249

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