Hello Subscribers ,
As I see you all are getting many errors while extracting database from google drive .
so I have created this so that you all can get the Solutions of your Errors.
Just Search for your error on this page and get the Solutions. If you are getting a error which is not Listed in this page then Please Comment .. Thank you
❤Please Support Me Guys On This Channel SUBSCRIBE❤
Original Video Link :- https://youtu.be/rlhrgpMWNGc
------------------------------------------------------------------------------------------------------------------------------------------------------
Download Links
WhatsApp-GD-Extractor-master.zip :- Mail at techpanther22@gmail.com to get the Latest Script
Whatsapp Viewer :- Click Here For Download
Python :- Click here for Download Page
--------------------------------------------------------------------------------------------------------------------------
How to Run in Windows :- https://youtu.be/8WZ5xNd-uiM
How to Get the Key :- http://corneey.com/qX7JPL
--------------------------------------------------------------------------------------------------------------------------
pyportify module not Installed
As I see you all are getting many errors while extracting database from google drive .
so I have created this so that you all can get the Solutions of your Errors.
Just Search for your error on this page and get the Solutions. If you are getting a error which is not Listed in this page then Please Comment .. Thank you
❤Please Support Me Guys On This Channel SUBSCRIBE❤
UPDATED POST
Original Video Link :- https://youtu.be/rlhrgpMWNGc
------------------------------------------------------------------------------------------------------------------------------------------------------
Download Links
WhatsApp-GD-Extractor-master.zip :- Mail at techpanther22@gmail.com to get the Latest Script
Whatsapp Viewer :- Click Here For Download
Python :- Click here for Download Page
--------------------------------------------------------------------------------------------------------------------------
How to Run in Windows :- https://youtu.be/8WZ5xNd-uiM
How to Get the Key :- http://corneey.com/qX7JPL
--------------------------------------------------------------------------------------------------------------------------
pyportify module not Installed
Error :-
Traceback (most recent call last):
File "WhatsAppGDExtract.py", line 12, in <module>
from pyportify.gpsoauth import google
ModuleNotFoundError: No module named 'pyportify'
Solution :-
Open Terminal/Command Prompt and Type
pip install pyportify
--------------------------------------------------------------------------------------------------------------------------
configparser module not installed
Error :-
Traceback (most recent call last):
File "WhatsAppGDExtract.py", line 3, in <module>
from configparser import ConfigParser
ImportError: No module named configparser
File "WhatsAppGDExtract.py", line 3, in <module>
from configparser import ConfigParser
ImportError: No module named configparser
Solution :-
Open Terminal/Command Prompt and Type
pip install requests
--------------------------------------------------------------------------------------------------------------------------
requests module not installed
Error :-
Traceback (most recent call last):
File "WhatsAppGDExtract.py", line 7, in <module> import requests
ModuleNotFoundError: No module named 'requests'
Solution :-
Open Terminal/Command Prompt and type
pip install requests
--------------------------------------------------------------------------------------------------------------------------
Error=NeedsBrowser
Error :-
Error=NeedsBrowser
Url=https://accounts.google.com/signin/continue?sarp=1&scc=1&continue=https://ac
counts.google.com/o/android/auth?hl%3Den%26xoauth_display_name%3DAndroid%2BLogin
%2BService%26source%3DAndroid%2BLogin&plt=AKgnsbsLp8NQCcMopwQbOei5gI8CP0ql5Au2Y2 _L4CQzKBA6sklpf-vk7aJsnRyq_tG6yyJzKh_06HCRvohptENojN5QCMeTSw-rr2LC1Tqa7wtocrKZQz
W9Wkm6_Bqi5eky6im-tywcbiX_ukbrBEjyhzBMVWaC5bgcAkQ wHJ1IepIHnRY-JkCm4e75sgL6yl61mcaie6plUsFruwI1onXDYnMzJdbP1Zjy8EhtdZx5-AbXI8J8Zxy ErrorDetail=To access your account, you must sign in on the web. Touch Next to s
tart browser sign-in.
Solution :-
Go to this link and enable this https://accounts.google.com/b/0/DisplayUnlockCaptcha
--------------------------------------------------------------------------------------------------------------------------
SSL Certificate error
Error :-
SSL: CERTIFICATE_VERIFY_FAILED certificate verify failed (_ssl.c:600)
Solution :-
use python version 3.x or,
Open Terminal and Type
pip install requests==2.15.1; pip uninstall -y certifi
--------------------------------------------------------------------------------------------------------------------------
Error While Installing Pyportify Error :-
pip install pyportify
Collecting pyportify
Using cached pyportify-0.3.16.tar.gz
Collecting aiohttp==2.2.5 (from pyportify)
Using cached aiohttp-2.2.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-7gBCIF/aiohttp/setup.py", line 66, in
raise RuntimeError("aiohttp requires Python 3.4.2+")
RuntimeError: aiohttp requires Python 3.4.2+
Solution :-
open terminal/Command Propt and type
pip install google
apt-get install python3-pip
pip3 install pyportify
If you have any other error Please Message me on my Mail id - techpanther22@gmail.com
--------------------------------------------------------------------------------------------------------------------------
python is not recognized as an internal or external command operable program or batch file
Reinstall Python from this Link :- https://youtu.be/8WZ5xNd-uiM
--------------------------------------------------------------------------------------------------------------------------
Unable to locate google drive file map for: com.whatsapp
If you enter Devid , then leave the devid as it is and only enter the gmail id and password.
--------------------------------------------------------------------------------------------------------------------------
Open Terminal/Command Prompt and Type
pip install requests
--------------------------------------------------------------------------------------------------------------------------
requests module not installed
Error :-
Traceback (most recent call last):
File "WhatsAppGDExtract.py", line 7, in <module> import requests
ModuleNotFoundError: No module named 'requests'
Solution :-
Open Terminal/Command Prompt and type
pip install requests
--------------------------------------------------------------------------------------------------------------------------
Error=NeedsBrowser
Error :-
Error=NeedsBrowser
Url=https://accounts.google.com/signin/continue?sarp=1&scc=1&continue=https://ac
counts.google.com/o/android/auth?hl%3Den%26xoauth_display_name%3DAndroid%2BLogin
%2BService%26source%3DAndroid%2BLogin&plt=AKgnsbsLp8NQCcMopwQbOei5gI8CP0ql5Au2Y2 _L4CQzKBA6sklpf-vk7aJsnRyq_tG6yyJzKh_06HCRvohptENojN5QCMeTSw-rr2LC1Tqa7wtocrKZQz
W9Wkm6_Bqi5eky6im-tywcbiX_ukbrBEjyhzBMVWaC5bgcAkQ wHJ1IepIHnRY-JkCm4e75sgL6yl61mcaie6plUsFruwI1onXDYnMzJdbP1Zjy8EhtdZx5-AbXI8J8Zxy ErrorDetail=To access your account, you must sign in on the web. Touch Next to s
tart browser sign-in.
Solution :-
Go to this link and enable this https://accounts.google.com/b/0/DisplayUnlockCaptcha
--------------------------------------------------------------------------------------------------------------------------
SSL Certificate error
Error :-
SSL: CERTIFICATE_VERIFY_FAILED certificate verify failed (_ssl.c:600)
Solution :-
use python version 3.x or,
Open Terminal and Type
pip install requests==2.15.1; pip uninstall -y certifi
--------------------------------------------------------------------------------------------------------------------------
Error While Installing Pyportify Error :-
pip install pyportify
Collecting pyportify
Using cached pyportify-0.3.16.tar.gz
Collecting aiohttp==2.2.5 (from pyportify)
Using cached aiohttp-2.2.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-7gBCIF/aiohttp/setup.py", line 66, in
raise RuntimeError("aiohttp requires Python 3.4.2+")
RuntimeError: aiohttp requires Python 3.4.2+
Solution :-
open terminal/Command Propt and type
pip install google
apt-get install python3-pip
pip3 install pyportify
If you have any other error Please Message me on my Mail id - techpanther22@gmail.com
--------------------------------------------------------------------------------------------------------------------------
python is not recognized as an internal or external command operable program or batch file
Reinstall Python from this Link :- https://youtu.be/8WZ5xNd-uiM
--------------------------------------------------------------------------------------------------------------------------
Unable to locate google drive file map for: com.whatsapp
If you enter Devid , then leave the devid as it is and only enter the gmail id and password.
--------------------------------------------------------------------------------------------------------------------------