Shakedash-dev / GmailOSINT

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

Failed to getting information #2

Open ImJoke opened 1 year ago

ImJoke commented 1 year ago

PS C:\Users*\Downloads> python -u "c:\Users*\Downloads\GmailOSINT.py" *@gmail.com --sleep 20 Poor internet connection... Please use --sleep 20 (or higher) Exception ignored in: <function Chrome.del at 0x00000176A0957100> Traceback (most recent call last): File "C:\Users\\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver__init.py", line 793, in del__ self.quit() File "C:\Users***\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver__init__.py", line 748, in quit time.sleep(0.1) OSError: [WinError 6] The handle is invalid

Shakedash-dev commented 1 year ago

Sometimes the pip exetuable and the python executable are beeing run for different python versions. Try running pip -V and python -V. If the versions are the same, you can try "pip install -U undetected-chromedriver"