Kodi Community Forum
Release NHL TV™ - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release NHL TV™ (/showthread.php?tid=243756)



RE: NHL TV™ - skyhigh69 - 2017-10-27

the addon works fine, from the last update the setting default to 800kbps, and games wont work at that resolution, just change your setting to hd 3500or 5600 and it will work Smile


RE: NHL TV™ - seibseibo - 2017-10-27

i have tried at all visual resolutions and git does not change the error.


RE: NHL TV™ - WHamilton - 2017-10-27

There are massive Problems with live Games at the Moment. Nothing works here, but not only on kodi, ATV4 and xbox One too.


RE: NHL TV™ - fonz69ca - 2017-10-27

Awesome add on but yeah major problems with live feeds tonight - nothing working. By the way the Game Centre add on not working for me tonight either.


RE: NHL TV™ - OzPlanet - 2017-10-27

Same here getting error when trying to play. I have the latest 17.5 installed.

21:10:50.704 T:16208 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: No JSON object could be decoded
Traceback (most recent call last):
File "C:\Users\Data\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\addon.py", line 89, in <module>
playTodaysFavoriteTeam()
File "C:\Users\Data\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 732, in playTodaysFavoriteTeam
stream_url, media_auth = fetchStream(str(game_id), local_stream['mediaPlaybackId'], local_stream['eventId'])
File "C:\Users\Data\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 453, in fetchStream
login()
File "C:\Users\Data\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 617, in login
json_source = r.json()
File "C:\Users\Data\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\models.py", line 850, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Program Files (x86)\Kodi_Krypton_rc1\system\python\Lib\json\__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Program Files (x86)\Kodi_Krypton_rc1\system\python\Lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files (x86)\Kodi_Krypton_rc1\system\python\Lib\json\decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
-->End of Python script error report<--
21:10:50.768 T:632 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.nhlgcl/?url=/favteamCurrent&mode=510]


RE: NHL TV™ - cupcrazymaniac - 2017-10-27

FYI

[b]NHLTV SupportVerifizierter Account [/b]@NHLTVSupport

Folge ich Du folg
Apologies, we are aware of issues with http://NHL.TV  tonight, please try accessing your game feed again now, sorry for any delay.


https://twitter.com/NHLTVSupport/status/923727827358404609


RE: NHL TV™ - sesame_oil - 2017-10-27

(2017-10-27, 04:03)cupcrazymaniac Wrote: FYI

[b]NHLTV SupportVerifizierter Account [/b]@NHLTVSupport

Folge ich Du folg
Apologies, we are aware of issues with http://NHL.TV  tonight, please try accessing your game feed again now, sorry for any delay.


https://twitter.com/NHLTVSupport/status/923727827358404609



RE: NHL TV™ - sesame_oil - 2017-10-27

I am with rogers nhl here and I was having problems too. I changed my password and waited 15 minutes. Now at least I could login and watch some nhl games but the kodi app is buffering a bit. I am surprise the NHL still has these quality problems. They must be the worst league for streaming games.


RE: NHL TV™ - OzPlanet - 2017-10-28

To get it working again:

Comment out lines 617-623 in nhl_tv.py

# json_source = r.json()
# if r.status_code != 200:
# #msg = "Please check that your username and password are correct"
# msg = json_source['message']
# dialog = xbmcgui.Dialog()
# ok = dialog.ok('Login Error', msg)
# sys.exit()

Location: C:\Users\%username%\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py


RE: NHL TV™ - sarlan19 - 2017-10-29

Thanks. That worked !


RE: NHL TV™ - hitman6 - 2017-10-29

Still getting the You do not have an active NHL TV subscription I have Rogers NHL LIve LOg In info was done correctly any help is appreciated


RE: NHL TV™ - slycar - 2017-10-29

(2017-10-28, 00:50)OzPlanet Wrote: To get it working again:

Comment out lines 617-623 in nhl_tv.py

# json_source = r.json()
# if r.status_code != 200:
# #msg = "Please check that your username and password are correct"
# msg = json_source['message']
# dialog = xbmcgui.Dialog()
# ok = dialog.ok('Login Error', msg)
# sys.exit()

Location: C:\Users\%username%\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py

This works perfect on OSMC as well. Now we just need to have this pushed as an update.

Linux location is "~/.kodi/addons/plugin.video.nhlgcl/resources/lib/nhl_tv.py"


RE: NHL TV™ - hitman6 - 2017-10-31

can someone let me know if there is an update for NHL TV or NHL Game Center    Cant get it to work on a Nvidia Shield Kodi


RE: NHL TV™ - hitman6 - 2017-10-31

I'm trying to find out the procedure for commenting out lines and inserting new ones


RE: NHL TV™ - Pebcak - 2017-10-31

(2017-10-31, 03:28)hitman6 Wrote: I'm trying to find out the procedure for commenting out lines and inserting new ones

In what OS?  In Linux, Windows, and Android the procedure is the same. Open a terminal, open the file, search to the required lines and add a # to them to comment out the line.