Warning: Couldn't fetch JSLikeHTMLElement. Node no longer exists

I’m getting an error with this page, including when testing with your official demo

https://app.quotemedia.com/quotetools/newsItem.htm?webmasterId=91112&storyId=6890627908383802

with extract.php the error is different:

{"title":"","excerpt":"\\r\\n \\\/td>\\\/tr>\\\/table>\\r\\n \\r\\n\\r\\n\\r\\n\\\/td>\\\/tr>\\\/table>\\r\\n\\\/html>\\r\\n\");","date":null,"author":null,"language":"en","url":"https:\/\/app.quotemedia.com\/quotetools\/newsItem.htm?webmasterId=91112","effective_url":"https:\/\/app.quotemedia.com\/quotetools\/newsItem.htm?webmasterId=91112","domain":"app.quotemedia.com","word_count":31,"og_url":null,"og_title":null,"og_description":null,"og_image":null,"og_type":null,"twitter_card":null,"twitter_site":null,"twitter_creator":null,"twitter_image":null,"twitter_title":null,"twitter_description":null,"content":"\\r\\n <br \/><b>An error has occurred while processing your request. If this error persists, please contact your system administrator:\\\/b&gt; You must specify a valid news item using the storyId parameter<p>\\r\\n \\\/td&gt;\\\/tr&gt;\\\/table&gt;\\r\\n \\r\\n\\r\\n\\r\\n\\\/td&gt;\\\/tr&gt;\\\/table&gt;\\r\\n\\\/html&gt;\\r\\n\");\n<\/p><\/b>"}

Thanks for the great support

Thanks for reporting this. The source document isn’t actually valid HTML (it has no <html> or <body> elements where they’re expected, but they randomly appear within a <table> element.

You can tell Full-Text RSS to use the old libxml parser (which often handles these kind of documents better) by passing the &parser=libxml in the query string.

We’ve also just added code to Full-Text RSS to fix this issue with the default HTML5-PHP parser. It will be part of the next release.

Thanks again for reporting. Do let us know if you still have trouble.