ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.18k stars 559 forks source link

Error on search - Yandex Reverse Image Search #74

Closed durbuxhack888 closed 4 years ago

durbuxhack888 commented 4 years ago

File "eagle-eye.py", line 139, in main yandex.collectLinksLocal() File "...../EagleEye/grabber/yandex.py", line 74, in collectLinksLocal elems = driver.find_elements_by_xpath('/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div/div/div/div[1]/div[2]/form/div[1]/span/span[2]')[0] IndexError: list index out of range

ThoughtfulDev commented 4 years ago

Yandex is currently broken. Skip yandex search by using the --skipyandex flag.