• 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
[RELEASE] NHL Gamecenter Plugin
(2015-10-18, 06:19)asskikerus Wrote: THeres a option to show score notifications or not

2nd ques it doesn't change until Jan 1 2016

Is neulion going dark on 1-1-16 or will it remain up through the season?
Reply
My live game feeds were not showing up so I deleted the addon cookies file, the live games load however it runs for 17 seconds (every time I tried it) buffers for 20 seconds and then closes the feed back to the menu, any ideas what might be causing this? I am using version 0.8.4.
Reply
which Game NewYork or Winnipeq?

I ve also a bit Problems around 9 o'clock MEZ, = 3 pm ET.

Why judder allmost all Canadian Feeds ? Also on apple TV ??
Reply
It was the rangers game, but I've just tries the jets and its stilling doing the same , so I don't think it was just the fees. It does it on both home and away feeds.
Reply
here was the same.

I ve testet 4 Minutes end 1st intermission and no problems.
Reply
Today i must delete again the cookie file.
Reply
(2015-10-11, 01:06)Kentbrockman Wrote: Try deleting the cookies.lwp file in ...\userdata\addon_data\plugin.video.nhl-gamecenter
I have to do this every night to get the games to show up.

Thank you so much. 0.8.4 works again !!
Reply
(2015-10-19, 19:43)WHamilton Wrote: Today i must delete again the cookie file.

I have fixed that. As I reverted it back to checking how long ago the cookies.lwp was last modified. You can test if this works better for you without the need to always having to delete the cookies.lwp file.

https://github.com/TheCookieMonster70/pl...gamecenter
Reply
I downloaded it. How do I install this addon?
Reply
(2015-10-24, 15:45)cookiemonster70 Wrote: I have fixed that. As I reverted it back to checking how long ago the cookies.lwp was last modified. You can test if this works better for you without the need to always having to delete the cookies.lwp file.

https://github.com/TheCookieMonster70/pl...eMonster70

That is cool. Is that a fork, though ? And who would accept the merge request to the main branch (if the fix works) ?
Reply
(2015-10-25, 20:38)torgeir1 Wrote:
(2015-10-24, 15:45)cookiemonster70 Wrote: I have fixed that. As I reverted it back to checking how long ago the cookies.lwp was last modified. You can test if this works better for you without the need to always having to delete the cookies.lwp file.

https://github.com/TheCookieMonster70/pl...eMonster70

That is cool. Is that a fork, though ? And who would accept the merge request to the main branch (if the fix works) ?

Yes it is a Fork over. It has been submitted. ellisd or someone else with permission to accept the merge request. I also updated the link to the Fork Master https://github.com/TheCookieMonster70/pl...gamecenter
Reply
Been getting errors with all NHL GC addons starting yesterday. Tried on my PC and my Shield TV. Havent seen anyone with similar issue or resolution so far.

Quote:09:16:57 T:3228 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 [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
Traceback (most recent call last):
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\default.py", line 27, in <module>
CATEGORIES()
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\resources\lib\userinterface.py", line 61, in CATEGORIES
checkLogin()
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\resources\lib\common.py", line 71, in checkLogin
login()
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\resources\lib\common.py", line 31, in login
r=opener.open('https://gamecenter.nhl.com/nhlgc/secure/login', login_data)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 404, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 422, in _open
'_open', req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 382, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
-->End of Python script error report<--
09:16:57 T:11800 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nhl-gamecenter/
09:16:57 T:11800 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nhl-gamecenter/) failed
09:16:57 T:10460 NOTICE: Thread BackgroundLoader start, auto delete: false
Reply
(2015-10-29, 15:19)thedave1022 Wrote: Been getting errors with all NHL GC addons starting yesterday. Tried on my PC and my Shield TV. Havent seen anyone with similar issue or resolution so far.

Quote:09:16:57 T:3228 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 [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
Traceback (most recent call last):
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\default.py", line 27, in <module>
CATEGORIES()
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\resources\lib\userinterface.py", line 61, in CATEGORIES
checkLogin()
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\resources\lib\common.py", line 71, in checkLogin
login()
File "C:\Users\david\AppData\Roaming\Kodi\addons\plugin.video.nhl-gamecenter-TheCookieMonster70\resources\lib\common.py", line 31, in login
r=opener.open('https://gamecenter.nhl.com/nhlgc/secure/login', login_data)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 404, in open
response = self._open(req, data)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 422, in _open
'_open', req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 382, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 1184, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 8] _ssl.c:510: EOF occurred in violation of protocol>
-->End of Python script error report<--
09:16:57 T:11800 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.nhl-gamecenter/
09:16:57 T:11800 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nhl-gamecenter/) failed
09:16:57 T:10460 NOTICE: Thread BackgroundLoader start, auto delete: false


What version of Kodi are you using? Are you using a Proxy? Did you Update Kodi or started using a Proxy recently?
Reply
(2015-10-29, 21:17)cookiemonster70 Wrote: What version of Kodi are you using? Are you using a Proxy? Did you Update Kodi or started using a Proxy recently?

Think I've figured it out and it's the Smart DNS Proxy causing the issue. Their support is looking into it, but using a different smart dns worked for now. Thanks
Reply
Just had a strange issue - entered login credentials, worked for a couple of days. Then it stopped. Deleted the addon_data under userdata, reentered u/p - definitely correct. Still error. Changed pw at GCL then entered the new one into the addon and it worked. I would have guessed the pw is stored in a hashed file under the addons data directory, so deleting this should have fixed it. Anyone know why changing the pw resolved this?
Reply
  • 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31

Logout Mark Read Team Forum Stats Members Help
[RELEASE] NHL Gamecenter Plugin7