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.19k stars 558 forks source link

IndexError: list index out of range #58

Closed Saraphimm closed 5 years ago

Saraphimm commented 5 years ago

:: Yandex Reverse Image Search ==> Opening Webdriver ==> Uploading Local Images -> Inserting Image URL Traceback (most recent call last): File "./eagle-eye.py", line 239, in main(skipFB=args.skipfb, skipY=args.skipyandex, FBUrls=[], jsonRep=jsonRepFile) File "./eagle-eye.py", line 130, in main yandex.collectLinksLocal() File "/root/Downloads/EagleEye/grabber/yandex.py", line 76, in collectLinksLocal input = driver.find_elements_by_xpath('/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div/div/div/div[4]/div/div[1]/div/form[1]/input')[0] IndexError: list index out of range

ThoughtfulDev commented 5 years ago

Yandex is broken again. Disable yandex by using the --skipyandex option... i will fix it if i find the time. You are also welcome to make a pull request.

Saraphimm commented 5 years ago

Thanks for the quick reply, and this great project. If I can I will try to help out when possible.

mabed-fr commented 5 years ago

I use this : docker run -t --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" -v /opt/EagleEye/known/:/EagleEye/known -v /opt/EagleEye/result/:/result -v /opt/EagleEye/entry.sh:/entry.sh eagle-eye

How fix ?