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

geckodriver problem;how to solve plz help #97

Closed mamun626 closed 4 years ago

mamun626 commented 4 years ago

==> Enter the persons name to find on FB: bjbjb ==> How many jitters, higher is better [max 100] (default=70): 20 ==> Opening Webdriver Traceback (most recent call last): File "eagle-eye.py", line 228, in main(skipFB=args.skipfb, FBUrls=[], jsonRep=jsonRepFile, dockerMode=aDocker, dockerName=aName) File "eagle-eye.py", line 98, in main f.grabData() File "/home/kali/EagleEye/grabber/facebook.py", line 16, in grabData driver = cfg.getWebDriver() File "/home/kali/EagleEye/utils/config.py", line 45, in getWebDriver return webdriver.Firefox(profile) File "/usr/lib/python3/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in init RemoteWebDriver.init( File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 152, in init self.start_session(capabilities, browser_profile) File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute self.error_handler.check_response(response) File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities

waraga2 commented 4 years ago

Had a similar issue, i downloaded kali linux, i ran kali in a virtual machine, then used the autoinstall script provided in the README.md, make sure to execute the script in a non-root terminal and solved that is how i solved the problem. Here's another idea may be you should reinstall EagleEye with the autoinstall script in your current OS, before trying it on a clean linux OS image in a virtual environment or on a live USB, it might just work and spare yourself the hustle.

ThoughtfulDev commented 4 years ago

Yes it was always tested as a non-root user

thanks @waraga2 :)

waraga2 commented 4 years ago

Yeah sure thing buddy :)