Regarding the errors above with ad.init(). Seems that the latest nightly build DID add a third parameter, a callback function, though it is supposed to be optional. If your running build 605 then that could be the cause. I’m building with 600.
As for it working with some feeds and others, all I can really do is suggest dropping in some print statements, making sure the console is open in case its crashing and the error might help narrow down were to look.
For instance, I had to hack xml.lua to deal with some special characters and I may not have trapped them all. Or there could be other things in the RSS feed that causes that feed to not validate properly and could break the XML parser.
Check your feed in an XML or Feed validator such as:
http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.w3schools.com%2Fxml%2Fxml_validator.asp
and see if it sees problems with the feed.
[import]uid: 19626 topic_id: 13462 reply_id: 51180[/import]