Kodi Community Forum

Full Version: NHL TV™
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dude, you're my hero. Have been waiting for the Android tv app to drop, but that hasn't come. Have installed your beta version on my Nvidia shield and it works. Really awesome work, thank you so much.
And of course as soon as I post the video stops...think its having issues with intermissions.
It looks like the archive game tonight works (the rangers vs lightning), but when I try to play the kings knights game, I get an error that says "Streams Not Found Stream not available for content 2701197".

Here is a log (not debug though): https://paste.ubuntu.com/p/XSngRC5ZrF/
I was able to install the add-on. When I click on the Vegas/LA game, I’m promoted to login.

Is there a setting to get around this?
(2022-10-12, 05:40)gqmanvan Wrote: [ -> ]I was able to install the add-on. When I click on the Vegas/LA game, I’m promoted to login.

Is there a setting to get around this?

Did you login via the addon settings?
When I click on todays games and try the Tampa link, again it prompts me to enter a username and password. Are you getting this?
I see the login section in settings. Where would I have to go to either sign up or get a login?
(2022-10-12, 05:42)feerlessleadr Wrote: [ -> ]
(2022-10-12, 05:40)gqmanvan Wrote: [ -> ]I was able to install the add-on. When I click on the Vegas/LA game, I’m promoted to login.

Is there a setting to get around this?

Did you login via the addon settings?

I see the login section in settings. Where would I have to go to either sign up or get a login?
(2022-10-12, 05:45)gqmanvan Wrote: [ -> ]
(2022-10-12, 05:42)feerlessleadr Wrote: [ -> ]
(2022-10-12, 05:40)gqmanvan Wrote: [ -> ]I was able to install the add-on. When I click on the Vegas/LA game, I’m promoted to login.

Is there a setting to get around this?

Did you login via the addon settings?

I see the login section in settings. Where would I have to go to either sign up or get a login?

You need to go to NHL.tv and if you are in a supported country, sign up and pay for service for the year. It's not available in the US however (since ESPN+ now streams NHL games in the US).
Thanks for your hard work, eracknaphobia!

It didn't work for me, because the home_id and away_id were empty.

Once I changed line 43 in game.py from
add_stream(name, '', title, self.home_id, self.away_id, icon, fanart, info, video_info, audio_info, self.start_time):
add_stream(name, '', title, self.home_id, self.away_id, icon, fanart, info, video_info, audio_info, self.start_time)
to
add_stream(name, '', title, home_id, away_id, icon, fanart, info, video_info, audio_info, self.start_time):
add_stream(name, '', title, home_id, away_id, icon, fanart, info, video_info, audio_info, self.start_time)

it worked.
Thank you eracknaphobia for all the hard work.
I’m unable to view archived games. I get a ‘no playable streams found’ message on both the Tampa-Rangers and the Vegas-LA games. Any ideas why?
That was an issue with the stream itself, not the add on. Many folks are complaining about it on HF. When I tried through the official app I was getting the same error.
Cannot install. Downloaded, via file manager put it to Kodi. But from there on -  OK button is not active when I find that zip file in addon- "basket" and install from zip file. After I click on that thare is a just - resources, then language -  lib, and OK button still not active. Somebody can help?
(2022-10-12, 09:09)Södy Wrote: [ -> ]Thanks for your hard work, eracknaphobia!

It didn't work for me, because the home_id and away_id were empty.

Once I changed line 43 in game.py from
add_stream(name, '', title, self.home_id, self.away_id, icon, fanart, info, video_info, audio_info, self.start_time):
add_stream(name, '', title, self.home_id, self.away_id, icon, fanart, info, video_info, audio_info, self.start_time)
to
add_stream(name, '', title, home_id, away_id, icon, fanart, info, video_info, audio_info, self.start_time):
add_stream(name, '', title, home_id, away_id, icon, fanart, info, video_info, audio_info, self.start_time)

it worked.

Good catch. I published some changes after posting that broke this. I will be pushing a patch later today.
(2022-10-12, 14:58)Cgyfan Wrote: [ -> ]Cannot install. Downloaded, via file manager put it to Kodi. But from there on -  OK button is not active when I find that zip file in addon- "basket" and install from zip file. After I click on that thare is a just - resources, then language -  lib, and OK button still not active. Somebody can help?

https://kodi.wiki/view/Add-on_manager#Ho...a_ZIP_file