AzizKpln / Moriarty-Project

This tool gives information about the phone number that you entered.
MIT License
1.47k stars 215 forks source link

Tool crashes after running commands #22

Closed Pyreaus closed 3 years ago

Pyreaus commented 3 years ago

When I run: python3 Moriarty.py -n [number] the tool crashes with output:

Owner Name/Number Information:

Traceback (most recent call last):
File "Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "Moriarty.py", line 59, in microsoft_mail
driver = uc.Chrome(options=options)
File "/home/utilitarian/.local/lib/python3.8/site-packages/undetected_chromedriver/init.py", line 51, in new
instance.init(*args, **kwargs)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 95, 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.WebDriverException: Message: unknown error: cannot find Chrome binary

AzizKpln commented 3 years ago

Tool has been updated. You won't be encountering with errors.