mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-26 03:15:53 +03:00
[GH-ISSUE #72] Error=BadAuthentication #66
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @limsifu on GitHub (Oct 19, 2020).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/72
Requesting Auth for Google....
Failed
Error=BadAuthentication
Workaround
settings.cfg
[report]
logo = ./cfg/logo.png
company =
record =
unit =
examiner =
notes =
[auth]
gmail = xxx@gmail.com
passw = xxx
celnumbr = xxx
User and Password is correct.
@B16f00t commented on GitHub (Oct 25, 2020):
Are you using the latest version of whapa?
@faliagag commented on GitHub (Nov 12, 2020):
It happens to me exactly the same.
I am with version whapa 1.21, phyton 3.7.7.
Update gpsoauth
And still I get Error = BadAuthentication
@inimaginablexhs commented on GitHub (Nov 22, 2020):
i have the same problem :c
@molossusbook commented on GitHub (Nov 22, 2020):
Hi: sounds like a great tool but cannot get it to work, because I get same problem with "BadAuthentication"
Last version of whapa (updated today) and python, under lubuntu18.
Email and password checked and correct. Tried to change password but does not solve.
I wonder if there is anything I have to do on the Google side: any account setting? any unlocking?
visited https://accounts.google.com/DisplayUnlockCaptcha and unlocked access there.
Just let me know if you need me to produce other info to let you reproduce and/or understand the issue
thanks a lot
@B16f00t commented on GitHub (Nov 23, 2020):
There is a problem with the latest version of requests.
I recommend install requests 2.21 to solve it.
Sent from my iPhone
@inimaginablexhs commented on GitHub (Nov 23, 2020):
install the request 2.21 and I continue with the problem :c
@sobelito commented on GitHub (Nov 23, 2020):
In using whagodri.py, I have seen an interesting behavior where it looks like these calls are failing w/ "BadAuthentication" if run from VMWare or from an EC2 instances, but they work from Windows Desktop and OSX.
In looking at the "Recent security activity" and clicking on the individual event, I can see "VMWare Virtual Platform" or "t3.medium" respectively on the failed attempts. Anyway, just wanted to share the data points.
I also tested from Windows Desktop but VPNing through an EC2 IP address, and this worked.
@sobelito commented on GitHub (Nov 23, 2020):
Thank you! Indeed, did "pip install requests==2.21.0" on the EC2 instance (as noted above) and it worked.
@molossusbook commented on GitHub (Nov 23, 2020):
installed requests 2.21.0 and IT DID WORK for me, and that is the good news
just to make sure, here below is the output I get when checking a whatsapp backup
do you confirm this indicates an empty/corrupt backup? (that would be the bad part of the news)
thank you all for the support
**-------------- Whatsapp Google Drive Extractor --------------
[i] Searching...
Requesting Auth for Google....
Granted
Getting Token from Google....
Granted
No files for this backup**
@B16f00t commented on GitHub (Nov 24, 2020):
It seems that the google drive account linked to the phone does not have any backup. So it may be a bad backup or one that never existed.
@suttter commented on GitHub (Nov 24, 2020):
Problem solved after installing 2.21.0.
I got the msgstore.db.crypt12 file but the key is needed to decrypt it. Is it possible to get the msgstore.db file or the key from Drive?
@molossusbook commented on GitHub (Nov 24, 2020):
ok. will also double check by creating another (valid) backup and trying with that
thanks!
@shamanasanka commented on GitHub (Nov 26, 2020):
Hi,
I'm getting this error, what should i do?
File "E:\whapa-master\libs\whagodri.py", line 296, in
getConfigs()
File "E:\whapa-master\libs\whagodri.py", line 64, in getConfigs
except(ConfigParser.NoSectionError, ConfigParser.NoOptionError):
AttributeError: type object 'ConfigParser' has no attribute 'NoSectionError'
Thanks
@Samour50 commented on GitHub (Dec 5, 2020):
Yes