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
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