[GH-ISSUE #235] whagodri not working #204

Open
opened 2026-02-25 20:34:54 +03:00 by kerem · 3 comments
Owner

Originally created by @fab1198 on GitHub (Mar 21, 2025).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/235

I'm having serious issues trying to use whagodri. I'm a total noob in coding, pls help me, I have meaningful messages to recover from gdrive

Image

Originally created by @fab1198 on GitHub (Mar 21, 2025). Original GitHub issue: https://github.com/B16f00t/whapa/issues/235 I'm having serious issues trying to use whagodri. I'm a total noob in coding, pls help me, I have meaningful messages to recover from gdrive ![Image](https://github.com/user-attachments/assets/18d715fe-7a60-4222-b8fa-864617f9d161)
Author
Owner

@rational-gamer commented on GitHub (Mar 23, 2025):

hi,
I managed to have it work using auth_token, one must provide master_token in there as described in Alternative Flow and the gpsoauth-java readme.

There was an SSLError afterward, I've commited a pull request to have it work in multi-threaded (using -np was way to slow).

<!-- gh-comment-id:2746370412 --> @rational-gamer commented on GitHub (Mar 23, 2025): hi, I managed to have it work using auth_token, one must provide master_token in there as described in [Alternative Flow](https://github.com/simon-weber/gpsoauth?tab=readme-ov-file#alternative-flow) and [the gpsoauth-java readme](https://github.com/rukins/gpsoauth-java/blob/b74ebca999d0f5bd38a2eafe3c0d50be552f6385/README.md#receiving-an-authentication-token). There was an SSLError afterward, I've commited a pull request to have it work in multi-threaded (using -np was way to slow).
Author
Owner

@Shuraken007 commented on GitHub (Apr 14, 2025):

@rational-gamer
Can you check one more time, is it still possible to get access to gdrive?
I just got 'ServiceDisabled'.
And original (YuriCosta) project have same problems
https://github.com/YuriCosta/WhatsApp-GD-Extractor-Multithread/issues/57

btw, I loaded your version of project, it still crashed with SslError
on 'auth = gpsoauth.perform_oauth'
Probably it used older version of gpsoauth in requirments.txt
gpsoauth @ git+https://github.com/simon-weber/gpsoauth@b22c57a

<!-- gh-comment-id:2801109591 --> @Shuraken007 commented on GitHub (Apr 14, 2025): @rational-gamer Can you check one more time, is it still possible to get access to gdrive? I just got 'ServiceDisabled'. And original (YuriCosta) project have same problems https://github.com/YuriCosta/WhatsApp-GD-Extractor-Multithread/issues/57 btw, I loaded your version of project, it still crashed with SslError on 'auth = gpsoauth.perform_oauth' Probably it used older version of gpsoauth in requirments.txt `gpsoauth @ git+https://github.com/simon-weber/gpsoauth@b22c57a`
Author
Owner

@rational-gamer commented on GitHub (May 11, 2025):

hello @Shuraken007 ,

read the link i provided in details. there are a couple of authentication methods. the one that worked for me is the one using master_token. the important settings.cfg section is.
[google-auth] gmail = <your gmail> oauth = <the master token not the exchanged one> androidid = <the one picked with adb shell settings get secure android_id> cellnumber = "" # don't know the format for this one

for my setup is just windows 11, python 3.13.2 (free threaded), a tls bundle in msys2 (environment variable REQUEST_CA_BUNDLE)., a venv is set for this project. This should work fine on any other setup.

After fixing tls issues, the only problem is to use the master_token this one I got it while playing with the scripts of gpsoauth (the first request of the mail+password flow), you may have to play with your google account settings to have it working.

Just tested again, just had to reinstall msys for a tls bundle :

Image

Image

concerning the requirement I just removed the weird link to specific version and let it download latest :

Image

<!-- gh-comment-id:2870008641 --> @rational-gamer commented on GitHub (May 11, 2025): hello @Shuraken007 , read the link i provided in details. there are a couple of authentication methods. the one that worked for me is the one using master_token. the important settings.cfg section is. ` [google-auth] gmail = <your gmail> oauth = <the master token not the exchanged one> androidid = <the one picked with adb shell settings get secure android_id> cellnumber = "" # don't know the format for this one ` for my setup is just windows 11, python 3.13.2 (free threaded), a tls bundle in msys2 (environment variable REQUEST_CA_BUNDLE)., a venv is set for this project. This should work fine on any other setup. After fixing tls issues, the only problem is to use the master_token this one I got it while playing with the scripts of gpsoauth (the first request of the mail+password flow), you may have to play with your google account settings to have it working. Just tested again, just had to reinstall msys for a tls bundle : ![Image](https://github.com/user-attachments/assets/15513636-d58d-4ac0-91f2-07c893bf0287) ![Image](https://github.com/user-attachments/assets/daf5c577-c713-4edf-a7a6-ceed12df1dfd) concerning the requirement I just removed the weird link to specific version and let it download latest : ![Image](https://github.com/user-attachments/assets/8420d4d4-bf1d-41c4-877a-0fadf8aedab5)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#204
No description provided.