Kodi Community Forum

Full Version: NBC Sports Live Extra
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2016-10-15, 17:19)morph78 Wrote: [ -> ]
(2016-10-15, 17:16)j2220 Wrote: [ -> ]
(2016-10-15, 17:15)morph78 Wrote: [ -> ]you need to find where your kodi files are stored, i use es file explorer.

roughly.... find the addon folder, then look for nbcsn addon folder, find the resources folder, then global py file, then click to edit it, then edit the lines and save it. go back in the addon via kodi and links should then load.

if you don't have an idea it's hard to explain, maybe youtube videos might help find your addon folders

Thanks can you confirm what number the lines are

not 100% sure but you'll notice 2 separate lines that look similar and it's the 2nd lot you change, you'll see if you scroll quite far down
thanks iam only finding 1 set of lines like that line 152 and 153 both have a # next to them atm im getting playback failed on all of the premier league games it would be great if someone could upload the edited file or take a screenshot and upload it to imgur or something
Ok i have this working now, i did'nt realise i had to re edit the globals.py after the last update of the addon Big Grin
yeah thats probably them so delete both # and put an extra space at the start of the 2nd line, so the i is inline with the f above it. thats all you have to do. save it
(2016-10-15, 17:32)morph78 Wrote: [ -> ]yeah thats probably them so delete both # and put an extra space at the start of the 2nd line, so the i is inline with the f above it. thats all you have to do. save it

Finally got it working thanks for your help
(2016-10-15, 17:39)j2220 Wrote: [ -> ]
(2016-10-15, 17:32)morph78 Wrote: [ -> ]yeah thats probably them so delete both # and put an extra space at the start of the 2nd line, so the i is inline with the f above it. thats all you have to do. save it

Finally got it working thanks for your help

no probs
Last night I wasn't getting any audio on the hockey and NBA game. The video was working fine but no audio. The audio normally displays AAC 2.0 but it didnt show during video playback. The golf channel and premiere league games audio is working fine
i keep getting an error. checked log and i am getting a 403 error. Anybody got any ideas Sad

http://pasted.co/b066cfa9

Got it working. not really sure how though. played about with VPN settings.

Great to have this back Smile
im having trouble locating the globals.py file im using openelec on a pi2 and ive accessed my device via samba but cant find it any help?
Great to see an update on this addon.
Has anyone gotten it to work with a Comcast subscription? I just tried and got the same error "unknown url type".
Hopefully eracknaphobia can give some insight into that error.

Thanks
(2016-10-15, 18:45)kmNewb Wrote: [ -> ]Great to see an update on this addon.
Has anyone gotten it to work with a Comcast subscription? I just tried and got the same error "unknown url type".
Hopefully eracknaphobia can give some insight into that error.

Thanks

It does not work with Comcast. Getting the same error for premium content. Only free golf channel is playing.
If I'm using an mxq box can this be edited via ES explorer or does it need to be edited with a text editor on a PC and then copied to the android box?

What method have others used?

Thanks
(2016-10-15, 18:45)kmNewb Wrote: [ -> ]Great to see an update on this addon.
Has anyone gotten it to work with a Comcast subscription? I just tried and got the same error "unknown url type".
Hopefully eracknaphobia can give some insight into that error.

Thanks

Nope. Comcast still does not work.

Relevant errorlog bits:

Code:
23:41:08 T:748   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 "C:\Users\ALTIMIT\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py", line 501, in <module>
        SIGN_STREAM(url, name, icon_image)
      File "C:\Users\ALTIMIT\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\nbcsn.py", line 315, in SIGN_STREAM
        var_1, var_2, var_3 = provider.GET_IDP()
      File "C:\Users\ALTIMIT\AppData\Roaming\Kodi\addons\plugin.video.nbcsnliveextra\resources\providers\comcast.py", line 51, in GET_IDP
        resp = opener.open(url)
      File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 396, in open
        protocol = req.get_type()
      File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 258, in get_type
        raise ValueError, "unknown url type: %s" % self.__original
    ValueError: unknown url type:
    -->End of Python script error report<--
23:41:08 T:784   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.nbcsnliveextra/?url=http%3A%2F%2Fnbcstreameast.nbcsports.com%2Fnbcb36%2F457c4116-5bf2-4d8b-b87a-d7f12bbd8fda%2Fnbc-sports1015233126.ism%2Fmanifest%28format%3Dm3u8-aapl-v4%29&mode=5&icon_image=http%3A%2F%2Fhdliveextra-pmd.edgesuite.net%2FHD%2Fimage_sports%2Fmobile%2F27441_m50.jpg]
(2016-10-16, 03:08)ahammersfan Wrote: [ -> ]If I'm using an mxq box can this be edited via ES explorer or does it need to be edited with a text editor on a PC and then copied to the android box?

What method have others used?

Thanks

you can use es file explorer on your box

on mine i go - device - sdcard (could be diff on yours) - android - data - org.xmbc.kodi - files - kodi - addons - nbcsnliveextra - resources - globals.py - text - es note editor - top right click the 3 dots and then edit - make the changes - then click out and press save changes. its done then.

hope that helps
(2016-10-16, 12:53)morph78 Wrote: [ -> ]
(2016-10-16, 03:08)ahammersfan Wrote: [ -> ]If I'm using an mxq box can this be edited via ES explorer or does it need to be edited with a text editor on a PC and then copied to the android box?

What method have others used?

Thanks

you can use es file explorer on your box

on mine i go - device - sdcard (could be diff on yours) - android - data - org.xmbc.kodi - files - kodi - addons - nbcsnliveextra - resources - globals.py - text - es note editor - top right click the 3 dots and then edit - make the changes - then click out and press save changes. its done then.

hope that helps

Excellent mate - all sorted with your advice
Cheers
(2016-10-16, 13:34)ahammersfan Wrote: [ -> ]
(2016-10-16, 12:53)morph78 Wrote: [ -> ]
(2016-10-16, 03:08)ahammersfan Wrote: [ -> ]If I'm using an mxq box can this be edited via ES explorer or does it need to be edited with a text editor on a PC and then copied to the android box?

What method have others used?

Thanks

you can use es file explorer on your box

on mine i go - device - sdcard (could be diff on yours) - android - data - org.xmbc.kodi - files - kodi - addons - nbcsnliveextra - resources - globals.py - text - es note editor - top right click the 3 dots and then edit - make the changes - then click out and press save changes. its done then.

hope that helps

Excellent mate - all sorted with your advice
Cheers

no worries pal