mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 19:05:51 +03:00
[GH-ISSUE #172] "BadAuthentication" error in WhaGoDri #155
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#155
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 @nicolaslazo on GitHub (Jun 15, 2022).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/172
Hello, I was wondering if maybe you knew what I'm doing wrong when I'm trying to authenticate? I get a
{'Error': 'BadAuthentication'}message whenever I try to run WhaGoDri.I've tried setting my email address and device ID as I found through ADB into my config. Then I tried
Exchanged that for a token and copied and pasted that into my config. This is where I got that token from (text fields emptied for security reasons)
No luck so far. Has anyone else been having this problem? Am I misconfiguring something?
Thanks!
@B16f00t commented on GitHub (Jun 29, 2022):
If you are receving BadAutenthication.
"1. Check that your email and password are correct in the settings file."
"2. Your are using a old python version. Works >= 3.8."
"3. Update requirements, use in a terminal: 'pip3 install --upgrade -r ./doc/requirements.txt' or 'pip install --upgrade -r ./doc/requirements.txt\n"
"4. Your OAuth token configured in the settings file may have expired. The token will be deleted and you will have to log in again.")"
If you have the Ouath token you can write it down in the settings.cfg file and it will log in without username and password.
If your account has 2FA enabled or is a GSuite account, whapa will display a needbrowser bug, and a URL that will automatically open in a browser and once you log in, the program will automatically add your OUATH token to the setting file. So it's automatic...
@sheeddy commented on GitHub (Mar 6, 2023):
i have OAUTH token but... i can't login without username and password...
so i need use outh token with username and pass ....
@techAndrePrado commented on GitHub (Jun 21, 2023):
Hello, I have the following error, described below.
I'm using Python version 3.9.
__ . ________ ________ .__
/ \ / \ |__ _____ / / _ _||
\ // / | \__ \ / \ ___ / _ | | _ __ \ |
\ /| Y / __ \ _\ ( <> ) ` \ | / |
_/\ / || (_ /______ /_/____ /| ||
/ / / / /
[i] Searching...
Enter your password for :
Requesting authentication for Google Drive...
Traceback (most recent call last):
File "C:\Users\Prado\Desktop\whapa-master\libs\whagodri.py", line 553, in
wa_backup = WaBackup(**getConfigs())
File "C:\Users\Prado\Desktop\whapa-master\libs\whagodri.py", line 120, in init
auth = gpsoauth.perform_oauth(
NameError: name 'gpsoauth' is not defined