-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 400 #16
Comments
@YuriCosta I have the same issue, but only with one account i tested |
I fixed it, look up the xda thread. |
@YuriCosta post the ulr plis |
Pull request made. |
you can pass me your files, I tried, this error appears Traceback (most recent call last): |
I think you're fetching an older version, try my repository, you can see it in my profile or in the pull requests. |
Hello, would you help me recover some photos from a backup |
What kind of error the program is showing? |
Hey! can u help me with my Key error? |
Hello and thanks for your work on this! Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Could you help me?? Thanks! |
@Ditto89 look if your config file is complete, looks like you're using a older version without the cell number |
Please, can you point me the newer version? I thought I was using it already (it already has the cell number field)... |
https://github.com/YuriCosta/WhatsApp-GD-Extractor-Multithread Thats the
link of the file, just enter and click on the ''Clone or download'' button,
and done
El mar., 2 de oct. de 2018 a la(s) 14:20, Ditto89 ([email protected])
escribió:
… @Ditto89 <https://github.com/Ditto89> look if your config file is
complete, looks like you're using a older version without the cell number
Please, can you point me the newer version? I thought I was using it
already...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AodUmJjDp7ZzH5vJrF5T5YGnb-mId_iDks5ug6BvgaJpZM4TLAXG>
.
|
It worked! Thanks!!! Perhaps, do you have some script to extract the key from db.crypt12 file? |
Thank you!!!! I managed to download my backup thanks to this post. Unfortunately it was corrupted as the local one and it's no good, but that's another story. Greetings |
hello |
@anoureldin try the scrip I uploaded on my repository, it's working but you'll need the cellphone number too like it's written on the google drive "backups" section. |
getting this error everytime: C:\Users\Himanshu\Desktop\WhatsApp-GD-Extractor-master\WhatsApp-GD-Extractor-master>python WhatsAppGDExtract.py -info any help pls |
@hs25791 did you download the recent version? |
I runned into this error:
Traceback (most recent call last): File "WhatsAppGDExtract.py", line 206, in <module> main() File "WhatsAppGDExtract.py", line 191, in main runMain('sync', 'all', 0) File "WhatsAppGDExtract.py", line 138, in runMain drives = gDriveFileMap() File "WhatsAppGDExtract.py", line 65, in gDriveFileMap for result in jres['items']: KeyError: 'items'
After some debuging I traced the error back to the gDriveFileMap function, the rawGoogleDriveRequest returns a response
{ "error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "Invalid query", "locationType": "parameter", "location": "q" } ], "code": 400, "message": "Invalid query" } }
Which is weird since the bearer is ok, it even returns a valid error-free empty list if I run the code in any account without whatsapp backup.
The text was updated successfully, but these errors were encountered: