mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #106] Error #92
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#92
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 @WhiteSide82 on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/106
I update to the lastest version. work well with one account, but change to another and present this error.
@Gas30111971 commented on GitHub (Jun 5, 2021):
It used to work open accounts.google.com/displayunlockcaptcha within the account and unlock, but since two days ago, it seems not being working, the message keep showing again and again. Does any one know how to resolve the issue?
Btw, it happens with earlier versions, so probably the problem is in google, not in the app
Thanks
@Pinguino71 commented on GitHub (Jun 9, 2021):
You may need to update python with the requeriment.txt file provided in the solution
pip install --upgrade -r ./doc/requirements.txt
It solved the issue in my case
@User1920ca commented on GitHub (Jun 13, 2021):
Still not working for me
@TehBotolSosro commented on GitHub (Jun 20, 2021):
it used to work fine, but now same issue as above.
already tried upgrading the python to the newest version and already did the requirement.txt and yet still not working.
@B16f00t commented on GitHub (Jun 20, 2021):
I would like you to test if this script works for you, https://github.com/YuriCosta/WhatsApp-GD-Extractor-Multithread and if it does, let me know so I can incorporate it in my tool.
Whapa currently works with some accounts and not others, I'm not sure if it's the python version, Whatsapp, or something from the google account.
@TehBotolSosro commented on GitHub (Jun 20, 2021):
Thank you the new script it worked great
using gpsoauth-0.4.3 result in {'Error': 'BadAuthentication'}
using gpsoauth1.0.0 result in {'Error': 'NeedsBrowser', 'Url':
after doing https://accounts.google.com/b/0/DisplayUnlockCaptcha
then it worked fine like whapa has few months ago
also using Charles Web Proxy with ssl proxying (to see the request/response) result in {'Error': 'BadAuthentication'}, u need to turn off the ssl proxying so the script can work
small observation in the new script seem need to be improved since doing Info result in KeyError: 'passwordProtectedBackupEnabled'
also got an error the first time it sync (downloading he backup files) but resolved it by repeating the sync option (probably a bad connection)
also testing it on a Google Account that have two whatsapp backup (two phone number) result only one of them that are downloaded . and it end with an error
Info Result
Traceback (most recent call last):
File "C:\twowha\WhatsAppGDExtract.py", line 230, in
main(sys.argv)
File "C:\twowha\WhatsAppGDExtract.py", line 207, in main
print(backup_info(backup))
File "C:\twowha\WhatsAppGDExtract.py", line 179, in backup_info
metadata = json.loads(backup["metadata"])
KeyError: 'metadata'
@TehBotolSosro commented on GitHub (Jun 20, 2021):
i always use same android ID for several account without issue (even if the device are not the one that are linked to that google account), since without entering the android id it will cause a new android device every time you try to use the script, and YOUR DEVICES on your google account will be filled with Android Unknown Device
@B16f00t commented on GitHub (Jun 20, 2021):
dows Whapa work for you or only works the YuriCosta Script?
@B16f00t commented on GitHub (Jun 20, 2021):
Update gpsoauth to the latest version
@TehBotolSosro commented on GitHub (Jun 20, 2021):
Windows Whapa used to work for me few months ago, but few days ago when i try Whapa again it keep saying Error': 'NeedsBrowser', even after doing the unlockcaptcha url (and still doesn't work even after updating the python and the requirement package)
so for now only YuriCosta Script that work for me, Tried it with several google account, and only YuriCosta script that work
could it be the old gpsoauth (0.4.3) that are causing the error? and only v1.0.0 that work now?, sadly i tried gpsoauth 1.0.0 with whapa but it wasn't compatible (something about signature error).
W>
@TehBotolSosro commented on GitHub (Jun 20, 2021):
ah yeah the YuriCosta does indeed work with gpsoauth 0.4.2 and 1.0.0 but not with 0.4.3 (Error': 'BadAuthentication)
sadly Whapa still doesn't work with gpsoauth 0.4.2 (NeedBrowser) nor 0.4.3
@dilinjabass commented on GitHub (Jun 21, 2021):
I've been testing the YuriCosta app and it seems to work ok. Some backups have an error on a file which closes the whole sync and you cant get the whole backup. But other backups synced fine, even from multiple numbers on the same account. (it automatically downloads all backups on the account)
I didn't edit the android ID, I just left it all 0's in every case.
One nice thing with the YuriCosta script is when it syncs the backup, it shows you in percentage how much of the backup is downloaded, kinda useful to see how much longer it has.
@B16f00t commented on GitHub (Jun 26, 2021):
Version 1.5 fix the issue, python 3.8 is required and update requirements.