AzizKpln / Moriarty-Project

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

Error message #30

Closed ef1500 closed 2 years ago

ef1500 commented 3 years ago

File "/home/kali/Moriarty-Project/Moriarty.py", line 166, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/kali/Moriarty-Project/Moriarty.py", line 60, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/main/div/a[2]"))).click()
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 672, in _execute
return self._parent.execute(command, params)
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.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (392, 327). Other element would receive the click:

...

(Session info: headless chrome=89.0.4389.114)

I get this error when I run it on both windows and on kali, any idea why?

AzizKpln commented 2 years ago

Updated