Shakedash-dev / GmailOSINT

Use Google services to gather details on an owner of a google acount
8 stars 0 forks source link

Used on Unix with Python@3.10 and requirements installed #1

Open HellGateAI opened 1 year ago

HellGateAI commented 1 year ago

It throws that ERROR:

Traceback (most recent call last): File "/Users/0x01/Tools/Osint/GmailOSINT/GmailOSINT.py", line 229, in main() File "/Users/0x01/Tools/Osint/GmailOSINT/GmailOSINT.py", line 153, in main driver = uc.Chrome(use_subprocess=True) File "/usr/local/lib/python3.10/site-packages/undetected_chromedriver/init.py", line 411, in init browser = subprocess.Popen( File "/usr/local/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/local/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 1722, in _execute_child and os.path.dirname(executable) File "/usr/local/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/posixpath.py", line 152, in dirname p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType

Any Idea why that happend??

Greetz

Shakedash-dev commented 1 year ago

I've tested it only on Windows but it should work on any os that as well. Try "pip install -U undetected-chromedriver"