AzizKpln / Moriarty-Project

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

# Got Issues #26

Closed martinpk5 closed 3 years ago

martinpk5 commented 3 years ago

Owner Name/Number Information:

Traceback (most recent call last):
File "/home/martin/Desktop/Hunter/Moriarty-Project/Moriarty.py", line 168, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/martin/Desktop/Hunter/Moriarty-Project/Moriarty.py", line 62, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/form[1]/div/div/div[2]/div/div/div[1]/div[2]/div[2]/div/div/div/div[4]/div/div/div/div[2]/input"))).click()
File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", line 86, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

aniruddha2007 commented 3 years ago

getting the same Issue, Running ParrotOS(bare metal)-latest build with Chromium 90. Here's the CLI output Traceback (most recent call last): File "/home/ani/Anonymous/Morarty/Moriarty-Project/Moriarty.py", line 168, in microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password) File "/home/ani/Anonymous/Morarty/Moriarty-Project/Moriarty.py", line 62, in microsoft_mail WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/form[1]/div/div/div[2]/div/div/div[1]/div[2]/div[2]/div/div/div/div[4]/div/div/div/div[2]/input"))).click() File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", line 86, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message:

kinda looks like its having error connecting to outlook service? maybe.

dropfr4me commented 3 years ago

Traceback (most recent call last):
File "/home/kali/Desktop/Moriarty-Project/Moriarty.py", line 168, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/kali/Desktop/Moriarty-Project/Moriarty.py", line 62, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/form[1]/div/div/div[2]/div/div/div[1]/div[2]/div[2]/div/div/div/div[4]/div/div/div/div[2]/input"))).click()
File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", line 86, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

getting the same

LukeTeaKirk commented 3 years ago

Was an Xpath issue, fixed on my PR. Probably...

dropfr4me commented 3 years ago

Awesome. thanks man

AzizKpln commented 3 years ago

@LukeTeaKirk thank you for the pull request. I confirmed it. You guys can try to re-install the tool because the issue stems from xpath as @LukeTeaKirk mentioned.