whapa
whapa copied to clipboard
WhaGoDri shows {'Error': 'Unknown'} since last month
WhaGoDri worked fine for me with manual oauth authentication. But since last month it has been giving this error.
Checking updates... You have the latest version
__ __.__ ________ ________ .__
/ \ / \ |__ _____ / _____/ ____\______ \_______|__|
\ \/\/ / | \\__ \ / \ ___ / _ \| | \_ __ \ |
\ /| Y \/ __ \\ \_\ ( <_> ) ` \ | \/ |
\__/\ / |___| (____ /\______ /\____/_______ /__| |__|
\/ \/ \/ \/ \/
-------------- Whatsapp Google Drive Extractor --------------
[i] Searching...
Requesting authentication for Google Drive... Failed {'Error': 'Unknown'}
Can anyone help me?
I'm facing the same problem too.
did you have any luck in solving it? I'm facing the same problem
I had the same problem, but solved it finally by going to https://myaccount.google.com/apppasswords and creating a new password. Then I pasted it inside settings.cfg and it worked. I left the oauth blank.
[google-auth]
gmail = [email protected]
# Optional. The account password or app password when using 2FA.
password = abcd efgh ijkl mnop
# Optional. Login using the oauth cookie.
oauth = ""
# Optional. The result of "adb shell settings get secure android_id".
android_id = 0000000000000000
# Optional. Enter the backup country code + phonenumber be synchronized, otherwise it synchronizes all backups.
# You can specify a list of celnumbr = BackupNumber1, BackupNumber2, ...
celnumbr = ""
I also had certificate problems first (#218, #231, #239), but I downgraded requests to 2.29.0 to fix them.
Also, I upgraded gpsoauth to the latest version (inside doc/requirements.txt):
requests==2.29.0
colorama
gpsoauth
pyicloud
pandas
numpy
selenium
webdriver-manager
selenium-stealth
ConfigObj
pycryptodome
packaging
i tried the requirements.txt upgrade, tried with the account pass, with the app pass, with oauth, without oauth, i don't get it why it doesn't work for me. {'Error': 'Unknown'} shows sometimes and Bad Request other times
one thing i didnt try is android_id 000000000, i put my own android_id, because somewhere it said it can lock you out of the phone or smth
@firststef Any update ?