Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elems = driver.find_elements_by_xpath(self.PHOTO_XPATH)[0] IndexError: list index out of range #181

Open
yangeni1 opened this issue Jan 12, 2025 · 0 comments

Comments

@yangeni1
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant