whapa icon indicating copy to clipboard operation
whapa copied to clipboard

WhaGoDri shows {'Error': 'Unknown'} since last month

Open andre-zan-ramos opened this issue 9 months ago • 3 comments

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?

andre-zan-ramos avatar Feb 11 '25 14:02 andre-zan-ramos

I'm facing the same problem too.

mpcabd avatar Feb 16 '25 19:02 mpcabd

did you have any luck in solving it? I'm facing the same problem

fab1198 avatar Mar 21 '25 17:03 fab1198

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

JBou avatar Jun 21 '25 14:06 JBou

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

firststef avatar Jun 25 '25 20:06 firststef

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 avatar Jun 25 '25 20:06 firststef

@firststef Any update ?

thiboyyy avatar Jul 29 '25 18:07 thiboyyy