Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when searching #13

Closed
tobi437a opened this issue Nov 24, 2020 · 9 comments
Closed

Error when searching #13

tobi437a opened this issue Nov 24, 2020 · 9 comments

Comments

@tobi437a
Copy link

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
Copy link
Owner

Did u run the installation file?

@tobi437a
Copy link
Author

Yes i did

@AzizKpln
Copy link
Owner

AzizKpln commented Nov 24, 2020

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

@tobi437a
Copy link
Author

Okay thanks

@AzizKpln
Copy link
Owner

can you try to install it again?

@tobi437a
Copy link
Author

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
Copy link
Owner

What OS are you using?

@tobi437a
Copy link
Author

Im using the Kali Linux terminal on Windows

@AzizKpln
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants