Can't execute query

SELECT * FROM web_download_count 
                WHERE file_id=75 AND lang_type ='eng'
                AND IP_address='3.135.202.224' AND download_type= 
                AND user_device=0 AND user_info='claudebot' 
                AND download_time >= DATE_SUB(NOW(),INTERVAL 10 MINUTE)

MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_device=0 AND user_info='claudebot' AND download_time ' at line 4

This script cannot continue, terminating.