Subj : web_feed_importer.js erro To : Hatton From : echicken Date : Tue Oct 20 2020 12:15 am Re: web_feed_importer.js erro By: echicken to Hatton on Tue Oct 20 2020 00:11:09 ec>>> 'https://theonion.com/rss'. Remove 'www.' from the URL and try again; Ha>> When I do that I get a log entry "Empty Response from Server" Ha>> Could the SSL address be throwing things off? ec> Not sure; same thing is happening to me here. HTTPS shouldn't be a problem, but I'll have to take a ec> closer look and see what's up. Okay, never mind - my browser was misleading me, and the 'www' is required after all. This little test script, run via jsexec, is able to load the feed and print some articles to my terminal. Please give it a try and let me know what you see: load("rss-atom.js"); var f = new Feed("https://www.theonion.com/rss"); for(var c = 0; c < f.channels.length; c++) { writeln(f.channels[c].title); writeln(f.channels[c].updated); for(var i = 0; i < f.channels[c].items.length; i++) { writeln(f.channels[c].items[i].title); writeln(f.channels[c].items[i].author); writeln(f.channels[c].items[i].date); writeln(f.channels[c].items[i].body); writeln("---"); } writeln("---"); } --- echicken electronic chicken bbs - bbs.electronicchicken.com þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com .