B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.09k stars 258 forks source link

SyntaxWarning: invalid escape sequence '\ ' #210

Open southall01 opened 7 months ago

southall01 commented 7 months ago

Hello, everthing was working fine and now i get this error.

whapa-gui.py:797: SyntaxWarning: invalid escape sequence '\ ' """ Change / or \ depend on the OS""" whapa-gui.py:1450: SyntaxWarning: invalid escape sequence '\ '

[i] Searching...

Requesting access to Google... Failed {'Error': 'BadAuthentication'}

Workaround

  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
  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.

Thanks

jddcef commented 1 month ago

Same here... tried a bunch of things