hi I have the same error.
The only way to make it work is to run the monitor mode using the following command

sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 up
...