Sadly I couldn't see the collision layer/mask for the player, but lets assume you have the third bit of the collision mask checked for the player.
How do you move the KinematicBody2D (Player)? Do you use move_and_slide
or move_and_collide
? Or are you just adjusting the position of the player?