Same problem here.
Edit: if you comment this lines in the file the error says around line 1077, plugin seems to work ok with no error for me.
Note: make all the backups you need to recover before edit the file.
/*
$decoded_value = json_decode( $gallery_json_string, true );
if ( json_last_error() === JSON_ERROR_NONE ) {
$value = array_values( $decoded_value );
}
*/