Kodi Community Forum
CBC Sports "Stream Not Available" Error - 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: CBC Sports "Stream Not Available" Error (/showthread.php?tid=328282)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


RE: CBC Sports "Stream Not Available" Error - barney63 - 2021-09-23

(2021-09-22, 14:49)jbinkley60 Wrote: someone in Canada will need to test and provide logs on failures of usage / functionality..
I'll provide feedback as best I can, and hopefully some others as well


RE: CBC Sports "Stream Not Available" Error - jbinkley60 - 2021-09-24

I've completed steps 1 & 2 and don't get any errors loading the addon into Matrix but, as mentioned, I can't really test it.  Please give it a try and let me know.

CBC Sports Matrix version



Jeff


RE: CBC Sports "Stream Not Available" Error - barney63 - 2021-09-24

That was a pretty quick response, thanks for that.  I'll post screenshots to illustrate errors

Addon seemed to load ok without error.

Icon for addon was missing

Upon clicking on the addon the menus were not named and they had no content


RE: CBC Sports "Stream Not Available" Error - jbinkley60 - 2021-09-24

I'll take a look at these. Is it possible to send screenshots of what these should look like ?  I am not sure if you have Kodi 18 loaded with that version of the addon. 


Jeff


RE: CBC Sports "Stream Not Available" Error - jbinkley60 - 2021-09-24

I posted a fix for the missing addon icon.  Please try it again.


Jeff


RE: CBC Sports "Stream Not Available" Error - barney63 - 2021-09-24

(2021-09-24, 07:07)jbinkley60 Wrote: I posted a fix for the missing addon icon.  Please try it again
Yup, that worked for the missing addon icon (Kodi 19.1)


RE: CBC Sports "Stream Not Available" Error - rocko - 2021-09-24

(2021-09-24, 07:21)barney63 Wrote:
(2021-09-24, 07:07)jbinkley60 Wrote: I posted a fix for the missing addon icon.  Please try it again
Yup, that worked for the missing addon icon (Kodi 19.1)
I installed the addon to KODI 19 and it opened ok but was empty.

Am I missing something or is that where we are right now?


RE: CBC Sports "Stream Not Available" Error - barney63 - 2021-09-24

(2021-09-24, 21:52)rocko Wrote: I installed the addon to KODI 19 and it opened ok but was empty.  Am I missing something or is that where we are right now?
That's where we are so far


RE: CBC Sports "Stream Not Available" Error - barney63 - 2021-09-24

(2021-09-24, 06:58)jbinkley60 Wrote: Is it possible to send screenshots of what these should look like ?  I am not sure if you have Kodi 18 loaded with that version of the addon.
This is what the menus in the addon looked like in Kodi 18.9 (using the old CBC Sports addon).  This is what you get when clicking on the Most Recent menu

When clicking on an event nothing happens (the event does not open)


RE: CBC Sports "Stream Not Available" Error - jbinkley60 - 2021-09-25

Ok.  Thanks.  Give me some time to look into this a bit.  I may need to instrument the code a bit more to help me determine what is happening.


Jeff


RE: CBC Sports "Stream Not Available" Error - jbinkley60 - 2021-09-25

Ok.  Take another look at it.  I made some updates and some of the menu items are populating now when you click on a menu item.  I still need to fix the menu labels but let me know if the videos play.




Jeff


RE: CBC Sports "Stream Not Available" Error - jbinkley60 - 2021-09-25

Ok.  More progress.  I fixed the menu labels and icons.  Please take a look.  I still have some more cleanup to do but it seems to be functioning.


Jeff


RE: CBC Sports "Stream Not Available" Error - barney63 - 2021-09-25

You are the man.  It is working very well.  The only issues I see are:
Nothing comes up under the Live Schedule menu (gives an error)
Each menu (Highlights/Most Recent/Archives) outputs exactly ten results each.  Are there more and can they be accessed.

Thanks so much for this. Only wish I knew more to update past quality addons to Matrix myself.  Thanks again.


RE: CBC Sports "Stream Not Available" Error - rocko - 2021-09-25

(2021-09-25, 05:25)barney63 Wrote: You are the man.  It is working very well.  The only issues I see are:
Nothing comes up under the Live Schedule menu (gives an error)
Each menu (Highlights/Most Recent/Archives) outputs exactly ten results each.  Are there more and can they be accessed.

Thanks so much for this. Only wish I knew more to update past quality addons to Matrix myself.  Thanks again.

All works for me too except live TV.

Thanks for this.


RE: CBC Sports "Stream Not Available" Error - jbinkley60 - 2021-09-25

(2021-09-25, 05:25)barney63 Wrote: You are the man.  It is working very well.  The only issues I see are:
Nothing comes up under the Live Schedule menu (gives an error)
Each menu (Highlights/Most Recent/Archives) outputs exactly ten results each.  Are there more and can they be accessed.

Thanks so much for this. Only wish I knew more to update past quality addons to Matrix myself.  Thanks again.

Ok.  Live Schedule should now be working.  It was another unnecessary encoding method which Matrix / Python 3 now supports natively.  I still have cleanup to do (update logging, fix some GUI error message displays etc..) and will get to them on Sunday. 

I don't know about the 10 limit.  I don't see anything in the code which limits it to this number.  If I get some time I could instrument what is coming back from the CBC Sports server and see how many responses it provides.  Was the Kodi 18 version displaying more than 10 ?  The Live Schedule is presenting more than 10 so it feels like a limit on the CBC Sports side.


Jeff