I’m having similar issue.
This is what I get:
PHP Warning: array_merge(): Argument #1 is not an array in XXX\wp-content\plugins\polylang\include\filters.php on line 157
Line 157 in filters.php is:
$args[‘exclude’] = array_merge( $args[‘exclude’], get_posts( $r ) );