(2016-02-04, 22:17)cookiemonster70 Wrote: [ -> ]I had some time earlier and viewed your code again I did catch that (2016.2.3 Beta) code lines 413-420 you miss to add req.add_header("Connection", "keep-alive") which may be the reason the authorizing cookie may becoming invalid. It is at the end of the fetchStream() function.
Edit: looked at updated file and it is lines 446-451
Got it, I'll add it. Couldn't hurt.
I've decided to go ahead and push the beta to my repo. I figured the old gcl addon wasn't working anyway and it would be easier for everyone to get the latest changes. So If you haven't installed my repo please do so. The link is on the first post.
Thanks
(2016-02-04, 16:57)NYR94 Wrote: [ -> ]When I tried the beta on the firetv I got a popup that said Dependencies not met,contact the author
Got the same issues using a raspberry pi with kodi
log says
Quote:22:01:57 T:3038314496 DEBUG: ------ Window Deinit (FileBrowser.xml) ------
22:01:57 T:3038314496 DEBUG: CSMBFile::Open - opened share/XBMCrepository/plugin.video.nhlgcl-test_code.zip, fd=10000
22:01:57 T:3038314496 DEBUG: CSMBFile::Close closing fd 10000
22:01:57 T:3038314496 DEBUG: Addon plugin.video.nhlgcl requires xbmc.python version 2.20.0 which is not available
22:01:57 T:3038314496 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x9b082d00
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignmen($
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x9b06acb8
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignmen(16)
22:01:58 T:2616194112 DEBUG: COMXCoreComponent:
einitialize : OMX.broadcom.image_decode handle 0x9b082d00
22:01:58 T:2616194112 DEBUG: COMXCoreComponent:
einitialize : OMX.broadcom.egl_render handle 0x9b06acb8
22:01:58 T:2616194112 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/c/c086341b.jpg 254x256
Updated the beta. 2016.2.3.2
I hope it's not just a fluke but I think i've fixed the too many usage issue. Please test and let me now
Erack, thanks for all of this work that you did to get this back up and running.
I havent tried your new fix yet, but I will be trying tonight. Ok so I am not the most techy...any hints on how I can do this?
I am running the addon off of Kodi on my MYGICA box...do I need to input a new source code? or just play the addon and it will automatically update to the latest version?
Any guidance would help.
Thanks
Thanks for yourgreat work. Hope so you find solution for that sign-on restcrition. I just tested that composite, works ok but it wont go to fullscreen. As you cansee it leaves black borders everywhere:
http://i.imgur.com/SA4Z3Yt.jpg
(2016-02-04, 23:12)Flaxman Wrote: [ -> ] (2016-02-04, 16:57)NYR94 Wrote: [ -> ]When I tried the beta on the firetv I got a popup that said Dependencies not met,contact the author
Got the same issues using a raspberry pi with kodi
log says
Quote:22:01:57 T:3038314496 DEBUG: ------ Window Deinit (FileBrowser.xml) ------
22:01:57 T:3038314496 DEBUG: CSMBFile::Open - opened share/XBMCrepository/plugin.video.nhlgcl-test_code.zip, fd=10000
22:01:57 T:3038314496 DEBUG: CSMBFile::Close closing fd 10000
22:01:57 T:3038314496 DEBUG: Addon plugin.video.nhlgcl requires xbmc.python version 2.20.0 which is not available
22:01:57 T:3038314496 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.image_decode input port 320 output port 321 m_handle 0x9b082d00
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.image_decode) - port(320), nBufferCountMin(2), nBufferCountActual(2), nBufferSize(81920), nBufferAlignmen($
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.egl_render input port 220 output port 221 m_handle 0x9b06acb8
22:01:58 T:2616194112 DEBUG: COMXCoreComponent::UseEGLImage component(OMX.broadcom.egl_render) - port(221), nBufferCountMin(1), nBufferCountActual(1), nBufferSize(15360) nBufferAlignmen(16)
22:01:58 T:2616194112 DEBUG: COMXCoreComponent:
einitialize : OMX.broadcom.image_decode handle 0x9b082d00
22:01:58 T:2616194112 DEBUG: COMXCoreComponent:
einitialize : OMX.broadcom.egl_render handle 0x9b06acb8
22:01:58 T:2616194112 DEBUG: DecodeJpegToTexture: decoded special://masterprofile/Thumbnails/c/c086341b.jpg 254x256
What version of Kodi do you run? I could probably bump the req. python version down to helix (2.19.0) but I don't think this addon will work below 14.
(2016-02-05, 01:07)RCCS Wrote: [ -> ]Erack, thanks for all of this work that you did to get this back up and running.
I havent tried your new fix yet, but I will be trying tonight. Ok so I am not the most techy...any hints on how I can do this?
I am running the addon off of Kodi on my MYGICA box...do I need to input a new source code? or just play the addon and it will automatically update to the latest version?
Any guidance would help.
Thanks
Download my repo and install it in kodi (it's a zip file). System > Addons > Install zip. Once the repo has installed go to Install from repository, select eracknaphobia repo > video addons > nhl tv
After that all updates will happen automatically.
(2016-02-05, 01:09)Jezze Wrote: [ -> ]Thanks for yourgreat work. Hope so you find solution for that sign-on restcrition. I just tested that composite, works ok but it wont go to fullscreen. As you cansee it leaves black borders everywhere: http://i.imgur.com/SA4Z3Yt.jpg
That's how nhl tv has made it. If you watch it on any another device it will be the same, I believe its called multi-cam elsewhere. If you want full screen select a home, away, or french stream.
(2016-02-05, 01:54)Jezze Wrote: [ -> ]How i can solve this: http://i.imgur.com/o8X6dls.jpg ?
I tested without vpn and with US vpn.
That is beyond the scope of this addon. If the official apps block you, this one will as well.
So this cant be bypassed with addon or can i do myself something?
Downloaded the beta 2016.2.3.2 on kodi 15.2 but when I try to launch a live game I get a error. I have my Rogers account info put in and I am able to view recaps from yesterday's games, but full games or live games.
Thank for all the work on this and hope you can get a full working app. It is a great app.
(2016-02-05, 02:33)Salomonl Wrote: [ -> ]Downloaded the beta 2016.2.3.2 on kodi 15.2 but when I try to launch a live game I get a error. I have my Rogers account info put in and I am able to view recaps from yesterday's games, but full games or live games.
Thank for all the work on this and hope you can get a full working app. It is a great app.
Error log please
http://kodi.wiki/view/Log_file/Easy
Watching the Blues stream. First to load for me. Errors on the other streams.
Getting close.
Thanks!!!
Works great for me on android with no more too manu users login error. I have a Rogers account as well. I tried 5 games in a row with no issues. Thanks
Sorry. Thank for that link I am new to getting the logs on this. Hope this helps and did it right. If not let me know.
Here is the uploaded url.
http://xbmclogs.com/pwndrknwo