Ok, i’ve searched and i’ve just found a fix:
Look for line:
$json = strstr( $json, ‘{“entry_data”‘ );
and change it to:
$json = strstr( $json, ‘window._sharedData = ‘ );
$json = str_replace(‘window._sharedData = ‘, ”, $json);
If you are lucky enought, widget will work again ?? I found this FIX on support forum.
Michele