B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.11k stars 261 forks source link

AttributeError: Module gpsoauth.google #95

Closed Scaflown closed 3 years ago

Scaflown commented 3 years ago

Hi, I have this problem. image

B16f00t commented 3 years ago

Install a previous version of gpsoauth. pip install gpsoauth==0.4.3

shuriken-444 commented 3 years ago

i tried what you suggested but still not working, its weird, since iv been using it before and not problems at all.. any tip to makes it run again?

B16f00t commented 3 years ago

What is your gpsoauth version?

shuriken-444 commented 3 years ago

gpsoauth Version: 1.0.0

shuriken-444 commented 3 years ago

i actually tried installing gpsoauth==0.4.3, but still the same output, no luck yet.

shuriken-444 commented 3 years ago

output:

Requesting Auth for Google.... Failed

Error=BadAuthentication

Workaround

  1. Check that your email and password are correct in the settings file, if so change your google password and try again.
  2. Your are using a old python version. Works > 3.7.7.
  3. Update the gpsoauth dependency to its latest version, use in a terminal: 'pip install -U gpsoauth' or 'pip3 install -U gpsoauth'

All workaround tips were done, no changes. Thanks for your time mate.

shuriken-444 commented 3 years ago

-------------- Whatsapp Google Drive Extractor -------------- [i] Searching...

Traceback (most recent call last): File "/home/kali/whapa/./libs/whagodri.py", line 318, in bearer = getGoogleDriveToken(getGoogleAccountTokenFromAuth()) File "/home/kali/whapa/./libs/whagodri.py", line 78, in getGoogleAccountTokenFromAuth encpass = google.signature(gmail, passw, android_key_7_3_29) AttributeError: module 'gpsoauth.google' has no attribute 'signature'

B16f00t commented 3 years ago

You are using a old version

thecreed commented 3 years ago

it appears that signature method has changed to construct_signature [0]

[0] https://github.com/simon-weber/gpsoauth/commit/6c5cbeb7466d67d84746b562c9159ab543fbeb68

B16f00t commented 3 years ago

I will change it in the next version.