Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Blackhawk
Roku Guru

The feed wont display

I'm using the channel from this site: https://github.com/rokudev/videoplayer-channel
When I'm loading the channel with this feed 
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
categories>[/color][/url]
banner_ad: optional element which displays an at the top level category sc...

category title="Bonanza" hd_img="http://crashtv.website/images/mm_icon_focus_sd.png" sd_img="http://...
0 Kudos
9 REPLIES 9
joetesta
Roku Guru

Re: The feed wont display

Apparently Roku Co is no longer maintaining the rokudev.roku.com hostname.
The example you linked has this categories feed, https://devtools.web.roku.com/videoplayer/xml/categories.xml[/url:17n9xnch]
why are you using that ol...
aspiring
0 Kudos
Blackhawk
Roku Guru

Re: The feed wont display

I had changed thed the feed 

<?xml version="1.0" encoding="UTF-8" standalone="true"?>
<categories>
<!-- banner_ad: optional element which displays an at the top level category screen -->
 <category title="Bonanza" description="The widowed patriarch Ben Cartwright had three sons, each by a different wife: the oldest was the urbane architect Adam Cartwright, who built the ranch house. The second was the warm and lovable giant Eric, better known by his nickname Hoss. And the youngest was the hotheaded and impetuous Joseph or Little Joe. They all lived and worked on The Ponderosa. Nearby Virginia City helped populate the episodes with guest starring characters from all over America." sd_img="http://griffingatv.website/images/mm_icon_focus_sd.png" hd_img="http://griffingatv.website/images/mm_icon_focus_sd.png">
  <categoryLeaf title="" description="" feed="http://griffingatv.website/xml/bonanza.xml"/>
  </category>
</categories>
This code keeps showing up:

Error: status code was: -51
0 Kudos
destruk
Binge Watcher

Re: The feed wont display

The list of error codes is here:
https://sdkdocs.roku.com/display/sdkdoc/roUrlEvent

-51
CURLE_PEER_FAILED_VERIFICATION
peer's certificate or fingerprint wasn't verified

Try loading it with http.  And your png files don't exist or don't have the required permissions.
0 Kudos
Blackhawk
Roku Guru

Re: The feed wont display

I still cant get it to display
0 Kudos
destruk
Binge Watcher

Re: The feed wont display

Trying to load http://griffingatv.website/images/mm_icon_focus_sd.png in a browser fails.
If you can't load a url in a browser with the url you are telling Roku to use, then it's not going to load on Roku either.
0 Kudos
Blackhawk
Roku Guru

Re: The feed wont display

That means I shouldn't load it off my domain?
0 Kudos
destruk
Binge Watcher

Re: The feed wont display

All your links are broken on your domain -
http://griffingatv.website/

The only link that actually does anything is at the bottom of the page to install your roku channel.
Your website is screwed up, so your roku channel can't use anything there.  Fix the site and most likely your channel will start working again.  Ask HostGator for help if you need it.
0 Kudos
Blackhawk
Roku Guru

Re: The feed wont display

I changed it but there's a new error: Error: status code was: 404
0 Kudos
destruk
Binge Watcher

Re: The feed wont display

404 is file not found.
0 Kudos