Forum Discussion

Nemesisesq's avatar
Nemesisesq
Visitor
12 years ago

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

1 Reply

  • 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.