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: 
Nemesisesq
Visitor

Ooyala Integration: No feed Tag found

Hey I'm having some trouble using the syndication feed from Ooyala. I am using the Video player project as my base project and I put the feed url in the feed parameter in the category leaf tag in category.xml when I try to retrieve the feed I get a no feed tag error. Any Ideas for how I can fix this?

-Carl
0 Kudos
1 REPLY 1
RokuChris
Roku Employee
Roku Employee

Re: Ooyala Integration: No feed Tag found

If you find the code that's generating that error...

    if xml.GetName() <> "feed" then
print "no feed tag found"
return feed
endif


...it happens when it can't find an XML element named feed.

Most likely, the feed uses a different XML schema than the parsing logic is expecting.
0 Kudos