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

Eagle Eye yandax error "IndexError: list index out of range"?? #69

Closed phonemyatnaing928 closed 5 years ago

phonemyatnaing928 commented 5 years ago

Traceback (most recent call last): File "eagle-eye.py", line 261, in main(skipFB=args.skipfb, skipY=args.skipyandex, FBUrls=[], jsonRep=jsonRepFile, dockerMode=aDocker, dockerName=aName) File "eagle-eye.py", line 139, in main yandex.collectLinksLocal() File "/root/Desktop/TOOLS/Socialvector/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

I have this error on eagle eye how do i fix this??

ThoughtfulDev commented 5 years ago

Look at issue #58

phonemyatnaing928 commented 5 years ago

thank