2017-02-26, 04:19
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
2017-02-26, 05:35
Never tried 3000 but not really interested in poorer quality. I wonder why iy wouldn't work at 5000 late is working fine on cbc.
2017-02-26, 06:38
(2017-02-26, 03:38)palookaville Wrote: [ -> ]I'm running Kodi 14.2 on a Boxee and this new version is showing as incompatible.
I don't believe there has been any recent version of Kodi since 14.2 for the Boxee Box.
Any chance this can be compatible for older version of Kodi, or is there an older version of NHL TV I can install?
All the older versions are here.
2017-02-26, 08:11
(2017-02-26, 06:38)MetalChris Wrote: [ -> ](2017-02-26, 03:38)palookaville Wrote: [ -> ]I'm running Kodi 14.2 on a Boxee and this new version is showing as incompatible.
I don't believe there has been any recent version of Kodi since 14.2 for the Boxee Box.
Any chance this can be compatible for older version of Kodi, or is there an older version of NHL TV I can install?
All the older versions are here.
Thanks for that, will give it a try.
2017-02-26, 21:18
Hey there. I've had this addon before, but I just reinstalled Kodi. I installed your Reop, but the NHL.tv app isn't in there
2017-02-27, 00:01
(2017-02-26, 21:18)peachey777 Wrote: [ -> ]Hey there. I've had this addon before, but I just reinstalled Kodi. I installed your Reop, but the NHL.tv app isn't in there
Deselect the option in your addons that says "Hide Incompatible". It is selected by default.
2017-02-27, 21:24
plugin isn't working for me, latest version. i can play recaps and extended highlights but nothing live or full games from previous dates.
Code:
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\addon.py", line 74, in <module>
todaysGames(prev_day.strftime("%Y-%m-%d"))
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 39, in todaysGames
response = urllib2.urlopen(req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1200, in do_open
r = h.getresponse(buffering=True)
File "C:\Program Files (x86)\Kodi\system\python\Lib\httplib.py", line 1136, in getresponse
response.begin()
File "C:\Program Files (x86)\Kodi\system\python\Lib\httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "C:\Program Files (x86)\Kodi\system\python\Lib\httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "C:\Program Files (x86)\Kodi\system\python\Lib\socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
timeout: timed out
-->End of Python script error report<--
11:21:15.534 T:9500 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nhlgcl/?icon=C%3a%5cUsers%5cgarrett%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nhlgcl%2ficon.png&mode=105&name=Yesterday%27s%20Games&url=%2flive
11:21:15.535 T:9500 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nhlgcl/?icon=C%3a%5cUsers%5cgarrett%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nhlgcl%2ficon.png&mode=105&name=Yesterday%27s%20Games&url=%2flive) failed
11:21:37.942 T:10464 ERROR: CCurlFile::Exists - Failed: Timeout was reached(28) for http://assets.fanart.tv/fanart/movies/351339/moviebackground/anthropoid-588be9e625a55.jpg
11:21:44.234 T:11424 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'socket.timeout'>
Error Contents: timed out
Traceback (most recent call last):
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\addon.py", line 64, in <module>
todaysGames(game_day)
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 39, in todaysGames
response = urllib2.urlopen(req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1200, in do_open
r = h.getresponse(buffering=True)
File "C:\Program Files (x86)\Kodi\system\python\Lib\httplib.py", line 1136, in getresponse
response.begin()
File "C:\Program Files (x86)\Kodi\system\python\Lib\httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "C:\Program Files (x86)\Kodi\system\python\Lib\httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "C:\Program Files (x86)\Kodi\system\python\Lib\socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
timeout: timed out
-->End of Python script error report<--
11:21:44.284 T:9500 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nhlgcl/?game_day=2017-02-25&icon=C%3a%5cUsers%5cgarrett%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nhlgcl%2ficon.png&mode=101&name=%5bB%5d%3c%3c%20Previous%20Day%5b%2fB%5d&url=%2flive
11:21:44.285 T:9500 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nhlgcl/?game_day=2017-02-25&icon=C%3a%5cUsers%5cgarrett%5cAppData%5cRoaming%5cKodi%5caddons%5cplugin.video.nhlgcl%2ficon.png&mode=101&name=%5bB%5d%3c%3c%20Previous%20Day%5b%2fB%5d&url=%2flive) failed
11:22:20.174 T:4608 ERROR: CCurlFile::Stat - Failed: Timeout was reached(28) for http://nhl.bamcontent.com/images/arena/default/[email protected]
11:22:27.170 T:10296 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.URLError'>
Error Contents: <urlopen error ('_ssl.c:574: The handshake operation timed out',)>
Traceback (most recent call last):
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\addon.py", line 67, in <module>
streamSelect(game_id, epg, teams_stream, stream_date)
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 315, in streamSelect
stream_url, media_auth = fetchStream(game_id, content_id[n],event_id[n])
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 447, in fetchStream
login()
File "C:\Users\garrett\AppData\Roaming\Kodi\addons\plugin.video.nhlgcl\resources\lib\nhl_tv.py", line 628, in login
response = opener.open(req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error ('_ssl.c:574: The handshake operation timed out',)>
-->End of Python script error report<--
11:22:27.220 T:9500 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.nhlgcl/?url=&mode=104&name=%5BCOLOR%3DFF43CD80%5D%5BB%5D%5BCOLOR%3DFF666666%5DFinal%5B%2FCOLOR%5D+%5BCOLOR%3DFFAF1E2D%5DMontr%C3%A9al%5B%2FCOLOR%5D+at+Toronto%5B%2FB%5D%5B%2FCOLOR%5D&game_id=2016020907&epg=%5B%7B%22platform%22%3A+%22web%22%2C+%22items%22%3A+%5B%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22gamePlus%22%3A+false%2C+%22freeGame%22%3A+true%2C+%22mediaFeedType%22%3A+%22NATIONAL%22%2C+%22mediaPlaybackId%22%3A+%2249404703%22%2C+%22callLetters%22%3A+%22CBC%22%2C+%22guid%22%3A+%22c9976cdf-6256-42aa-b7ac-e4e83112eeda%22%7D%2C+%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22%22%2C+%22language%22%3A+%22fra%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22gamePlus%22%3A+false%2C+%22freeGame%22%3A+true%2C+%22mediaFeedType%22%3A+%22FRENCH%22%2C+%22mediaPlaybackId%22%3A+%2249405103%22%2C+%22callLetters%22%3A+%22TVAS%22%2C+%22guid%22%3A+%22fc3bf23b-db08-44e0-b11e-cedfc860a078%22%7D%2C+%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22Multi-Cam+2%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22gamePlus%22%3A+true%2C+%22freeGame%22%3A+true%2C+%22mediaFeedType%22%3A+%22COMPOSITE%22%2C+%22mediaPlaybackId%22%3A+%2249405303%22%2C+%22callLetters%22%3A+%22%22%2C+%22guid%22%3A+%2244b38670-d3ac-4371-a0cd-dbf29bbe5a21%22%7D%2C+%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22Multi-Cam+1%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22gamePlus%22%3A+false%2C+%22freeGame%22%3A+true%2C+%22mediaFeedType%22%3A+%22COMPOSITE%22%2C+%22mediaPlaybackId%22%3A+%2249405403%22%2C+%22callLetters%22%3A+%22%22%2C+%22guid%22%3A+%224d3d3953-92c9-4f33-9d6c-d02a06c619a2%22%7D%2C+%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22Ref+Cam%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22gamePlus%22%3A+true%2C+%22freeGame%22%3A+true%2C+%22mediaFeedType%22%3A+%22ISO%22%2C+%22mediaPlaybackId%22%3A+%2249405503%22%2C+%22callLetters%22%3A+%22%22%2C+%22guid%22%3A+%22d99ddef6-7839-45c7-b99e-82c71c8520ea%22%7D%2C+%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22Endzone+Cam+1%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22gamePlus%22%3A+true%2C+%22freeGame%22%3A+true%2C+%22mediaFeedType%22%3A+%22ISO%22%2C+%22mediaPlaybackId%22%3A+%2249405603%22%2C+%22callLetters%22%3A+%22%22%2C+%22guid%22%3A+%2251317c89-3c40-43f0-ac59-b3ddd068a7cb%22%7D%2C+%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22Endzone+Cam+2%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22gamePlus%22%3A+true%2C+%22freeGame%22%3A+true%2C+%22mediaFeedType%22%3A+%22ISO%22%2C+%22mediaPlaybackId%22%3A+%2249405703%22%2C+%22callLetters%22%3A+%22%22%2C+%22guid%22%3A+%22a864725e-aa42-4807-ab73-27727ecad8cf%22%7D%5D%2C+%22title%22%3A+%22NHLTV%22%7D%2C+%7B%22items%22%3A+%5B%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_DONE%22%2C+%22gamePlus%22%3A+false%2C+%22freeGame%22%3A+false%2C+%22mediaFeedType%22%3A+%22HOME%22%2C+%22mediaPlaybackId%22%3A+%2249404903%22%2C+%22callLetters%22%3A+%22SN590%22%7D%2C+%7B%22eventId%22%3A+%22221-1004348%22%2C+%22feedName%22%3A+%22%22%2C+%22language%22%3A+%22eng%22%2C+%22mediaState%22%3A+%22MEDIA_DONE%22%2C+%22gamePlus%22%3A+false%2C+%22freeGame%22%3A+false%2C+%22mediaFeedType%22%3A+%22AWAY%22%2C+%22mediaPlaybackId%22%3A+%2249405003%22%2C+%22callLetters%22%3A+%22TSN690%22%7D%5D%2C+%22title%22%3A+%22Audio%22%7D%2C+%7B%22items%22%3A+%5B%7B%22playbacks%22%3A+%5B%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465095%2Fmaster_mobile.m3u8%22%2C+%22width%22%3A+%22null%22%2C+%22name%22%3A+%22HTTP_CLOUD_MOBILE%22%2C+%22height%22%3A+%22null%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465095%2Fmaster_tablet.m3u8%22%2C+%22width%22%3A+%22null%22%2C+%22name%22%3A+%22HTTP_CLOUD_TABLET%22%2C+%22height%22%3A+%22null%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465095%2Fmaster_tablet60.m3u8%22%2C+%22width%22%3A+null%2C+%22name%22%3A+%22HTTP_CLOUD_TABLET_60%22%2C+%22height%22%3A+null%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465095%2Fmaster_wired.m3u8%22%2C+%22width%22%3A+%22null%22%2C+%22name%22%3A+%22HTTP_CLOUD_WIRED%22%2C+%22height%22%3A+%22null%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465095%2Fmaster_wired60.m3u8%22%2C+%22width%22%3A+null%2C+%22name%22%3A+%22HTTP_CLOUD_WIRED_60%22%2C+%22height%22%3A+null%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465095%2Fmaster_wired_web.m3u8%22%2C+%22width%22%3A+null%2C+%22name%22%3A+%22HTTP_CLOUD_WIRED_WEB%22%2C+%22height%22%3A+null%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465105%2Fasset_192k.mp4%22%2C+%22width%22%3A+%22320%22%2C+%22name%22%3A+%22FLASH_192K_320X180%22%2C+%22height%22%3A+%22180%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465105%2Fasset_450k.mp4%22%2C+%22width%22%3A+%22400%22%2C+%22name%22%3A+%22FLASH_450K_400X224%22%2C+%22height%22%3A+%22224%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465105%2Fasset_1200k.mp4%22%2C+%22width%22%3A+%22640%22%2C+%22name%22%3A+%22FLASH_1200K_640X360%22%2C+%22height%22%3A+%22360%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2Fecdd1e5b-3e23-4559-b672-65eda09abff8%2F1488080465105%2Fasset_1800k.mp4%22%2C+%22width%22%3A+%22960%22%2C+%22name%22%3A+%22FLASH_1800K_960X540%22%2C+%22height%22%3A+%22540%22%7D%5D%2C+%22description%22%3A+%22Extended+highlights+of+the+Montreal+Canadiens+at+the+Toronto+Maple+Leafs%22%2C+%22title%22%3A+%22MTL+%40+TOR%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22image%22%3A+%7B%22cuts%22%3A+%7B%22640x360%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F640x360%2Fcut.jpeg%22%2C+%22height%22%3A+360%2C+%22width%22%3A+640%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F640x360%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F640x360%2Fcut.jpeg%22%7D%2C+%22568x320%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F568x320%2Fcut.jpeg%22%2C+%22height%22%3A+320%2C+%22width%22%3A+568%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F1136x640%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F568x320%2Fcut.jpeg%22%7D%2C+%221136x640%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F1136x640%2Fcut.jpeg%22%2C+%22height%22%3A+640%2C+%22width%22%3A+1136%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F1136x640%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F1136x640%2Fcut.jpeg%22%7D%2C+%22248x140%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F248x140%2Fcut.jpeg%22%2C+%22height%22%3A+140%2C+%22width%22%3A+248%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F248x140%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F248x140%2Fcut.jpeg%22%7D%2C+%22768x432%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F768x432%2Fcut.jpeg%22%2C+%22height%22%3A+432%2C+%22width%22%3A+768%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F768x432%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F768x432%2Fcut.jpeg%22%7D%2C+%221024x576%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F1024x576%2Fcut.jpeg%22%2C+%22height%22%3A+576%2C+%22width%22%3A+1024%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F1024x576%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F1024x576%2Fcut.jpeg%22%7D%2C+%22320x180%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F320x180%2Fcut.jpeg%22%2C+%22height%22%3A+180%2C+%22width%22%3A+320%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F640x360%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F960x540%2Fcut.jpeg%22%7D%2C+%22960x540%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F960x540%2Fcut.jpeg%22%2C+%22height%22%3A+540%2C+%22width%22%3A+960%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F960x540%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F960x540%2Fcut.jpeg%22%7D%2C+%22372x210%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F372x210%2Fcut.jpeg%22%2C+%22height%22%3A+210%2C+%22width%22%3A+372%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F372x210%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F372x210%2Fcut.jpeg%22%7D%2C+%22124x70%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F124x70%2Fcut.jpeg%22%2C+%22height%22%3A+70%2C+%22width%22%3A+124%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F248x140%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287138852%2F372x210%2Fcut.jpeg%22%7D%7D%2C+%22altText%22%3A+%22%22%2C+%22title%22%3A+%22%22%7D%2C+%22keywords%22%3A+%5B%7B%22displayName%22%3A+%22Y%22%2C+%22type%22%3A+%22shareable%22%2C+%22value%22%3A+%22Y%22%7D%2C+%7B%22displayName%22%3A+%228%22%2C+%22type%22%3A+%22teamId%22%2C+%22value%22%3A+%228%22%7D%2C+%7B%22displayName%22%3A+%22Y%22%2C+%22type%22%3A+%22embeddable%22%2C+%22value%22%3A+%22Y%22%7D%2C+%7B%22displayName%22%3A+%22extendedHighlights%22%2C+%22type%22%3A+%22content%22%2C+%22value%22%3A+%22extendedHighlights%22%7D%2C+%7B%22displayName%22%3A+%2210%22%2C+%22type%22%3A+%22teamId%22%2C+%22value%22%3A+%2210%22%7D%2C+%7B%22displayName%22%3A+%22English%22%2C+%22type%22%3A+%22language%22%2C+%22value%22%3A+%22en%22%7D%5D%2C+%22duration%22%3A+%2206%3A55%22%2C+%22authFlow%22%3A+false%2C+%22mediaPlaybackId%22%3A+%2249760603%22%2C+%22date%22%3A+%222017-02-25T19%3A00%3A00-0500%22%2C+%22type%22%3A+%22video%22%2C+%22id%22%3A+%2249760603%22%2C+%22blurb%22%3A+%22Condensed+Game%3A+Canadiens+%40+Maple+Leafs%22%7D%5D%2C+%22topicList%22%3A+%22283368094%22%2C+%22title%22%3A+%22Extended+Highlights%22%7D%2C+%7B%22items%22%3A+%5B%7B%22playbacks%22%3A+%5B%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656701%2Fmaster_mobile.m3u8%22%2C+%22width%22%3A+%22null%22%2C+%22name%22%3A+%22HTTP_CLOUD_MOBILE%22%2C+%22height%22%3A+%22null%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656701%2Fmaster_tablet.m3u8%22%2C+%22width%22%3A+%22null%22%2C+%22name%22%3A+%22HTTP_CLOUD_TABLET%22%2C+%22height%22%3A+%22null%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656701%2Fmaster_tablet60.m3u8%22%2C+%22width%22%3A+null%2C+%22name%22%3A+%22HTTP_CLOUD_TABLET_60%22%2C+%22height%22%3A+null%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656701%2Fmaster_wired.m3u8%22%2C+%22width%22%3A+%22null%22%2C+%22name%22%3A+%22HTTP_CLOUD_WIRED%22%2C+%22height%22%3A+%22null%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656701%2Fmaster_wired60.m3u8%22%2C+%22width%22%3A+null%2C+%22name%22%3A+%22HTTP_CLOUD_WIRED_60%22%2C+%22height%22%3A+null%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fhls%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656701%2Fmaster_wired_web.m3u8%22%2C+%22width%22%3A+null%2C+%22name%22%3A+%22HTTP_CLOUD_WIRED_WEB%22%2C+%22height%22%3A+null%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656711%2Fasset_192k.mp4%22%2C+%22width%22%3A+%22320%22%2C+%22name%22%3A+%22FLASH_192K_320X180%22%2C+%22height%22%3A+%22180%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656711%2Fasset_450k.mp4%22%2C+%22width%22%3A+%22400%22%2C+%22name%22%3A+%22FLASH_450K_400X224%22%2C+%22height%22%3A+%22224%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656711%2Fasset_1200k.mp4%22%2C+%22width%22%3A+%22640%22%2C+%22name%22%3A+%22FLASH_1200K_640X360%22%2C+%22height%22%3A+%22360%22%7D%2C+%7B%22url%22%3A+%22http%3A%2F%2Fmd-akc.med.nhl.com%2Fmp4%2Fnhl%2F2017%2F02%2F26%2F41e47d51-3007-4cb7-b12a-36231dd1b287%2F1488079656711%2Fasset_1800k.mp4%22%2C+%22width%22%3A+%22960%22%2C+%22name%22%3A+%22FLASH_1800K_960X540%22%2C+%22height%22%3A+%22540%22%7D%5D%2C+%22description%22%3A+%22Andrew+Shaw+scored+in+overtime+for+the+Canadiens%2C+while+Carey+Price+made+32+saves+in+a+3-2+road+win+against+the+Maple+Leafs%22%2C+%22title%22%3A+%22Recap%3A+MTL+3%2C+TOR+2+-+F%2FOT%22%2C+%22mediaState%22%3A+%22MEDIA_ARCHIVE%22%2C+%22image%22%3A+%7B%22cuts%22%3A+%7B%22640x360%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F640x360%2Fcut.jpeg%22%2C+%22height%22%3A+360%2C+%22width%22%3A+640%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F640x360%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F640x360%2Fcut.jpeg%22%7D%2C+%22568x320%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F568x320%2Fcut.jpeg%22%2C+%22height%22%3A+320%2C+%22width%22%3A+568%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F1136x640%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F568x320%2Fcut.jpeg%22%7D%2C+%221136x640%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F1136x640%2Fcut.jpeg%22%2C+%22height%22%3A+640%2C+%22width%22%3A+1136%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F1136x640%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F1136x640%2Fcut.jpeg%22%7D%2C+%22248x140%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F248x140%2Fcut.jpeg%22%2C+%22height%22%3A+140%2C+%22width%22%3A+248%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F248x140%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F248x140%2Fcut.jpeg%22%7D%2C+%22768x432%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F768x432%2Fcut.jpeg%22%2C+%22height%22%3A+432%2C+%22width%22%3A+768%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F768x432%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F768x432%2Fcut.jpeg%22%7D%2C+%221024x576%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F1024x576%2Fcut.jpeg%22%2C+%22height%22%3A+576%2C+%22width%22%3A+1024%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F1024x576%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F1024x576%2Fcut.jpeg%22%7D%2C+%22320x180%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F320x180%2Fcut.jpeg%22%2C+%22height%22%3A+180%2C+%22width%22%3A+320%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F640x360%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F960x540%2Fcut.jpeg%22%7D%2C+%22960x540%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F960x540%2Fcut.jpeg%22%2C+%22height%22%3A+540%2C+%22width%22%3A+960%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F960x540%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F960x540%2Fcut.jpeg%22%7D%2C+%22372x210%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F372x210%2Fcut.jpeg%22%2C+%22height%22%3A+210%2C+%22width%22%3A+372%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F372x210%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F372x210%2Fcut.jpeg%22%7D%2C+%22124x70%22%3A+%7B%22src%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F124x70%2Fcut.jpeg%22%2C+%22height%22%3A+70%2C+%22width%22%3A+124%2C+%22at2x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F248x140%2Fcut.jpeg%22%2C+%22aspectRatio%22%3A+%2216%3A9%22%2C+%22at3x%22%3A+%22https%3A%2F%2Fnhl.bamcontent.com%2Fimages%2Fphotos%2F287134160%2F372x210%2Fcut.jpeg%22%7D%7D%2C+%22altText%22%3A+%22%22%2C+%22title%22%3A+%22%22%7D%2C+%22keywords%22%3A+%5B%7B%22displayName%22%3A+%22Y%22%2C+%22type%22%3A+%22shareable%22%2C+%22value%22%3A+%22Y%22%7D%2C+%7B%22displayName%22%3A+%228%22%2C+%22type%22%3A+%22teamId%22%2C+%22value%22%3A+%228%22%7D%2C+%7B%22displayName%22%3A+%22Y%22%2C+%22type%22%3A+%22embeddable%22%2C+%22value%22%3A+%22Y%22%7D%2C+%7B%22displayName%22%3A+%22gameRecap%22%2C+%22type%22%3A+%22content%22%2C+%22value%22%3A+%22gameRecap%22%7D%2C+%7B%22displayName%22%3A+%22Team+Recap%22%2C+%22type%22%3A+%22content%22%2C+%22value%22%3A+%22teamRecap%22%7D%2C+%7B%22displayName%22%3A+%22English%22%2C+%22type%22%3A+%22language%22%2C+%22value%22%3A+%22en%22%7D%5D%2C+%22duration%22%3A+%2203%3A34%22%2C+%22authFlow%22%3A+false%2C+%22mediaPlaybackId%22%3A+%2249759603%22%2C+%22date%22%3A+%222017-02-25T19%3A00%3A00-0500%22%2C+%22type%22%3A+%22video%22%2C+%22id%22%3A+%2249759603%22%2C+%22blurb%22%3A+%22Shaw%27s+OT+winner+lifts+Habs+past+Maple+Leafs%2C+3-2%22%7D%5D%2C+%22topicList%22%3A+%22283368094%22%2C+%22title%22%3A+%22Recap%22%7D%2C+%7B%22items%22%3A+%5B%5D%2C+%22title%22%3A+%22Power+Play%22%7D%5D&teams_stream=MTLTOR&stream_date=2017-02-26T00%3A00%3A00Z]
2017-02-28, 00:04
(2017-02-25, 02:45)fasteddy Wrote: [ -> ]2-24-2017 Rogers login working for me...maybe just wont work on android box...? that's what I tried it on...
2017-02-28, 01:16
Just checked the forum for some news and seen that a new update was put out. Turns out it still doesn't work for me
. Same issue- I can view highlights/recaps but any full games, even from previous days, I get an error.

2017-02-28, 02:24
(2017-02-26, 06:38)MetalChris Wrote: [ -> ](2017-02-26, 03:38)palookaville Wrote: [ -> ]I'm running Kodi 14.2 on a Boxee and this new version is showing as incompatible.
I don't believe there has been any recent version of Kodi since 14.2 for the Boxee Box.
Any chance this can be compatible for older version of Kodi, or is there an older version of NHL TV I can install?
All the older versions are here.
Thanks again. Used an older version and works perfectly.
2017-02-28, 03:49
whats weird is that timewasted dev build addon is working and he hasn't updated it in like a year http://forum.kodi.tv/showthread.php?tid=...pid2241535, watching the habs game on the french feed perfectly with no issues using the time wasted addon, no go with NHLTV addon
2017-03-02, 21:34
Anyone else still not able to watch games? I am in Canada and never had a problem with the addon until last weekend. It tells me the game is blackedout and it never did that before.
2017-03-03, 19:33
Addon works fine for me in the US.
2017-03-03, 21:21
I'm good.in US.
2017-03-04, 02:14
(2017-01-24, 22:27)einfeyn496 Wrote: [ -> ]Thanks again for such a useful plugin. It saved my NHL subscription's utility when they broke Linux compatibility a few years back!
Recently I'm also having the issue of being unable to play any full games (live or replay), though recap and extended highlights work fine (presumably because they don't require credentials?)
The problem seems to have only come up in the past week, so while it could be related to some system update in a library kodi depends on, the fact that other people are having the same issue might mean we're encountering some corner case.
I get the same error whether I try to play a game, or logout in the settings menu.
I am able to login using the website with the same credentials (but can't watch any games of course because... Linux support)
The error always seems to be:
Code:URLError: <urlopen error [Errno 0] Error>
My system information is reported as:
Code:20:30:53.655 T:140145318548928 NOTICE: -----------------------------------------------------------------------
20:30:53.655 T:140145318548928 NOTICE: Starting Kodi from RPM Fusion (17.0-RC3 Git:Unknown). Platform: Linux x86 64-bit
20:30:53.655 T:140145318548928 NOTICE: Using Release Kodi x64 build
20:30:53.655 T:140145318548928 NOTICE: Kodi compiled Jan 17 2017 by GCC 6.3.1 for Linux x86 64-bit version 4.9.3 (264451)
20:30:53.655 T:140145318548928 NOTICE: Running on Fedora 25 (Twenty Five), kernel: Linux x86 64-bit version 4.9.4-201.fc25.x86_64
20:30:53.655 T:140145318548928 NOTICE: FFmpeg version/source: 3.1.6
20:30:53.655 T:140145318548928 NOTICE: Host CPU: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz, 4 cores available
I'm not using a proxy for my internet connection.
I turned on debugging and pasted the portion of the log corresponding to the attempt to play a game, as well as the logout:
http://pastebin.com/CQeghxei
If I can provide any other useful debugging info, please let me know!
Cheers
Just to follow up on this, I eventually found the right combination of things which enabled me to access the games again.
In the end I had to uninstall kodi and remove the ~/.kodi directory..
After doing this, reinstalling, and reinstalling the plugin, I was able to watch games again
I had tried a couple of times to remove the ~/.kodi/userdata/addon_data/plugin.video.nhlgcl/ directory and reinstall the plugin, but this had not helped.
Sorry I can't say for sure what was broken, but if anyone else is still having the problem described above, maybe this "nuclear" option is of use for you (just be sure to back up your profile settings!)
Cheers
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141