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.
should be

if cookies != '':
temp_url = temp_url + "&Cookie=" + cookies

make sure you put a space in the second line.
Sorry that's just the way it's been pasted into this thread, in the global file there is an indentation on the second line.

So, assuming that the indentation is there, the below is correct? Without any quotations around &Cookie?

if cookies != '':
temp_url = temp_url + &Cookie= + cookies
Quotations needed around "&cookie=" + cookies
Just as morph78 in Post: #2941 has put
Perfect, thanks all
(2016-10-15, 12:56)morph78 Wrote: [ -> ]should be

if cookies != '':
temp_url = temp_url + "&Cookie=" + cookies

make sure you put a space in the second line.

Thanks a million! So great to have live events again!
How great is it to have this back. Big thanks for eracknaphobia and the forum members helping out when needed.
Hi,

I am using a VPN and Direct TV login. The blue links are found however when I click on them it states opening stream and then nothing happens. Have tried all the premiership matches with the same effect. Any ideas ? I can log into Directv through my browser.
Has anyone got this working,i keep getting "one or more items failed to play" ? i'm with DTV Sad
How happy am I working PERFECTLY with my new Minix U1 box 1080P
thank you Thank you guys ..
how do you go about editing this on android please


if cookies != '':
temp_url = temp_url + "&Cookie=" + cookies

make sure you put a space in the second line.
if cookies != '':
temp_url = temp_url + "&Cookie=" + cookies


Could someone please tell me where i would find this code if im using windows kodi?

Thanks much
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
(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
(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