Closed dimaslanjaka closed 2 years ago
@dimaslanjaka the error message looks strange! In the function extractWithReadability, we accept a html string and alway convet it to Document object before initiazing Readaability instance.
Could you check each one URL from your sitemap to see exactly which one causes error?
@dimaslanjaka the error message looks strange! In the function extractWithReadability, we accept a html string and alway convet it to Document object before initiazing Readaability instance.
Could you check each one URL from your sitemap to see exactly which one causes error?
fixed by removing empty strings of urls with .filter(str => str.trim().length > 0)
article parser version
snippet i used
error logs