2014-10-24, 01:16
Copying and pasting from the old thread as this is still happening to me
I have done a little troubleshooting on my issue and I am posting these results for Carb0 to ponder over.
If I run the most current version, 0.7.1, unedited I get an the error 'Check your login credentials' which is being thrown from line 72 in userinterface.py.
I have verified that my credentials ARE correct.
I have also verified that I get a cookie in C:\Users\Theatre\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.nhl-gamecenter\cookies.lwp
My cookie contents are: I have removed the JSESSIONID incase NHL is logging them, though I doubt it or they would fill up a crap ton of space in doing so
Now if I remove
from line 58 in userinterface.py the addon will work and I am presented with the main menu
Live Games
Latest Games
Game Highlights
Condensed Games
Archived Games
If I go in to the Live Games menu I am presented with tonight's games
If I go further and try to play a live stream it works. I don't know what any of this means but I am hoping it helps resolve this.
I have done a little troubleshooting on my issue and I am posting these results for Carb0 to ponder over.
If I run the most current version, 0.7.1, unedited I get an the error 'Check your login credentials' which is being thrown from line 72 in userinterface.py.
Code:
dialog.ok('Login failed', 'Check your login credentials')
I have verified that my credentials ARE correct.
I have also verified that I get a cookie in C:\Users\Theatre\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.nhl-gamecenter\cookies.lwp
My cookie contents are: I have removed the JSESSIONID incase NHL is logging them, though I doubt it or they would fill up a crap ton of space in doing so
Code:
#LWP-Cookies-2.0
Set-Cookie3: JSESSIONID="XXXXXXXXXXX"; path="/nhlgc"; domain="gamecenter.nhl.com"; path_spec; discard; version=0
Now if I remove
Code:
(USERNAME in open(os.path.join(ADDON_PATH_PROFILE, 'cookies.lwp')).read())
Live Games
Latest Games
Game Highlights
Condensed Games
Archived Games
If I go in to the Live Games menu I am presented with tonight's games
If I go further and try to play a live stream it works. I don't know what any of this means but I am hoping it helps resolve this.