rokudev / samples

Collection of sample channels for side-loading on your Roku device
MIT License
445 stars 286 forks source link

In Analytics Example media.rss shows "503 Service Unavailable". #51

Open chaklasiyanikunj opened 2 years ago

chaklasiyanikunj commented 2 years ago

I just saw and go through analytics for both examples. But this content URL shows service unavailable. Can anyone please check what's wrong here?

bhawanishiv commented 2 years ago

Same issue if the request url is http://api.delvenetworks.com/rest/organizations/59021fabe3b645968e382ac726cd6c7b/channels/1cfd09ab38e54f48be8498e0249f5c83/media.rss

This link was provided in most of samples provided.

If someone could provide the response, I can replicate it by my own. This will help me to run those sample using above url.

Thank you.

okrutiakGL commented 7 months ago

You can use https://devtools.web.roku.com/samples/sample_content.rss Don't forget to add the certificate:

        url.SetUrl("https://devtools.web.roku.com/samples/sample_content.rss")
        url.SetCertificatesFile("common:/certs/ca-bundle.crt")