Kodi Community Forum

Full Version: NBA International League Pass - Add-on
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
looks like your latest version and Kodi Isengard Alpha 2 on Fire TV don´t work, i get an error message when i try to start it, can it be that the older version that work don´t have playoffs available ? it doesn´t show any games under live right now and its washington @ toronto right now
I see the match now... What was the error you saw?
The upcoming games feature is on the new latest unreleased version: https://github.com/maxgalbu/xbmc.plugin....a/releases
(2015-04-18, 20:58)maxgalbu Wrote: [ -> ]I see the match now... What was the error you saw?

it says "NBA League Pass Error" See log for more details, the problem is, where can i find that log on my fire tv ?

version 0.7.0 is working without problems, but the live section stayed empty the whole day yesterday

the new version you just posted also does not work same error
(2015-04-19, 03:48)maxgalbu Wrote: [ -> ]The upcoming games feature is on the new latest unreleased version: https://github.com/maxgalbu/xbmc.plugin....a/releases

thanks! Now I can use the plugin just to check what teams are to play. Smile

Any chance for displaying time of tipoff in local timezone?
(2015-04-19, 10:16)mandig Wrote: [ -> ]
(2015-04-19, 03:48)maxgalbu Wrote: [ -> ]The upcoming games feature is on the new latest unreleased version: https://github.com/maxgalbu/xbmc.plugin....a/releases

thanks! Now I can use the plugin just to check what teams are to play. Smile

Any chance for displaying time of tipoff in local timezone?

for which platform do you use it and which software version ?
(2015-04-19, 03:48)maxgalbu Wrote: [ -> ]The upcoming games feature is on the new latest unreleased version: https://github.com/maxgalbu/xbmc.plugin....a/releases

Thank you for your great support!
I see you've also included local timezones, but sadly i get an error with that setting active:
"list index out of range"
so i downgraded to Kodi 14.2 and now the NBA addon works
(2015-04-19, 16:28)pünktchen Wrote: [ -> ]
(2015-04-19, 03:48)maxgalbu Wrote: [ -> ]The upcoming games feature is on the new latest unreleased version: https://github.com/maxgalbu/xbmc.plugin....a/releases

Thank you for your great support!
I see you've also included local timezones, but sadly i get an error with that setting active:
"list index out of range"

this must have something to do with the local timezone stuff, it's working for me but probably doesn't find any timezone for you.
unfortunately there's no easy way to get the local timezone in the format that pytz needs :/
can you find the line where the error is? (look at xmbc.log, there's no need to enable debugging)
(2015-04-20, 12:08)maxgalbu Wrote: [ -> ]
(2015-04-19, 16:28)pünktchen Wrote: [ -> ]
(2015-04-19, 03:48)maxgalbu Wrote: [ -> ]The upcoming games feature is on the new latest unreleased version: https://github.com/maxgalbu/xbmc.plugin....a/releases

Thank you for your great support!
I see you've also included local timezones, but sadly i get an error with that setting active:
"list index out of range"

this must have something to do with the local timezone stuff, it's working for me but probably doesn't find any timezone for you.
unfortunately there's no easy way to get the local timezone in the format that pytz needs :/
can you find the line where the error is? (look at xmbc.log, there's no need to enable debugging)
Huh, im from Germany. That shouldn't be too difficult for pytz! Could it be a problem with Kodi Isengard? I will look at the logs later...
Okay, i've tried Helix also - same error!
Without "debug option" there is nothing in the logs. That's what i get with debugging:
https://www.dropbox.com/s/8gvfdp9uuhyl8mp/kodi.log?dl=0

I have a Premium League Pass if that matters...
The new version should work now, I've found a way to include tzlocal from a module:

https://github.com/maxgalbu/xbmc.plugin....a/releases
(2015-04-14, 16:28)maxgalbu Wrote: [ -> ]Wow! I've added it to the plugin, that's a nice feature Smile

PS: users with premium league pass, please test the nba tv live stream and let me know if it still work with the new quality setting

Hey,

first of all: I'm totally new to everything related to Kodi, so don't wonder if I may not know what you're talking about.

I haven't watched a live game yet but the archived games work with the new setting, even with my bad internet connection

I just have a problem with NBA TV: after around 3 minutes the stream just ends and closes. Has anyone experienced the same?

Edit: I'm using a Fire TV Stick, Kodi v. 14.0 Helix
Edit 2: Just watched an archived game a little longer. Once every 90 seconds the stream just turns black for 1 second and continues after that.
Final Edit for tonight: I switched to 720:3000 and startet watching Celtics - Cavaliers. After about 2 1/2 minutes the stream just freezed. I closed Kodi, cleared the Cache and started it again. Now the live stream is very solid.
(2015-04-23, 19:09)maxgalbu Wrote: [ -> ]The new version should work now, I've found a way to include tzlocal from a module:

https://github.com/maxgalbu/xbmc.plugin....a/releases

Thank you so much! The local time is right now.
Only one small enhancement: please change line 210 in games.py
from
Code:
name += toLocalTimezone(game_start_datetime_est).strftime(" (at %I:%M %p)")
to
Code:
name += toLocalTimezone(game_start_datetime_est).strftime(" (at %a, %I:%M %p)")
Right now it shows the correct date "2015-04-24 at 02:00 AM" which is of course Friday, but the starting time in my timezone is actually on Saturday.
Better still, I've formatted both date and time with python so the date is the next day for the night games