AzizKpln / Moriarty-Project

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

Error when searching #13

Closed tobi437a closed 3 years ago

tobi437a commented 3 years ago

I tried to search for a phone number and got this error

Owner Name/Number Information:

Traceback (most recent call last): File "Moriarty.py", line 177, 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/tobi437a/.local/lib/python3.8/site-packages/undetected_chromedriver/init.py", line 51, in new instance.init(*args, **kwargs) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init RemoteWebDriver.init( File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 152, in init self.start_session(capabilities, browser_profile) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute self.error_handler.check_response(response) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally. (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location /usr/bin/chromium is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

AzizKpln commented 3 years ago

Did u run the installation file?

tobi437a commented 3 years ago

Yes i did

AzizKpln commented 3 years ago

I just realized something. I have to make some changes in the installation file. I Will update the tool tomorrow.

tobi437a commented 3 years ago

Okay thanks

AzizKpln commented 3 years ago

can you try to install it again?

tobi437a commented 3 years ago

I installed it again and now when i search i get this.

Traceback (most recent call last): File "Moriarty.py", line 177, 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/tobi437a/.local/lib/python3.8/site-packages/undetected_chromedriver/init.py", line 51, in new instance.init(*args, **kwargs) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init RemoteWebDriver.init( File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 152, in init self.start_session(capabilities, browser_profile) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute self.error_handler.check_response(response) File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally. (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location /usr/bin/chromium is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

AzizKpln commented 3 years ago

What OS are you using?

tobi437a commented 3 years ago

Im using the Kali Linux terminal on Windows

AzizKpln commented 3 years ago

i released the version 2.6 you won't be encountring with this error anymore i believe.