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

:: Uploading Local Known Images /// someone help me? #117

Closed cicadasec closed 2 years ago

cicadasec commented 3 years ago

:: Uploading Local Known Images ==> Please agree to google's stuff in the browser Traceback (most recent call last): File "/root/tools/EagleEye/eagle-eye.py", line 229, in main(skipFB=args.skipfb, FBUrls=[], jsonRep=jsonRepFile, dockerMode=aDocker, dockerName=aName) File "/root/tools/EagleEye/eagle-eye.py", line 131, in main g.collectLinksLocal() File "/root/tools/EagleEye/grabber/google.py", line 136, in collectLinksLocal elems = driver.find_elements_by_xpath(self.PHOTO_XPATH)[0] IndexError: list index out of range

ThoughtfulDev commented 3 years ago

Since everything was maintained manually by me and currently i dont find the time to fix it you may submit a pull request if you have time to fix those issues.

Hint: the dev tools of your browser will help you to find the correct xpath

niemajak900 commented 2 years ago

I got exact the same issue. Anyone here who have solved the issue can tell how to fix it? tried to do it myself for a whole week and couldn't ;d just don't know which element is responsible for a particular path...

MasterChief220 commented 2 years ago

Did you try using another browser and changing the path in the config file to that browser.?

ThoughtfulDev commented 2 years ago

Check the latest commit