Does it have a single quote in the title? If so, go to the wpematico_dojob file, isDuplicate function, under the line that says –
$title = $item->get_title();
put
$title2 = str_replace(“‘”,”””,$title);
and in the query below it, change $title to $title2
had the same issue