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.