MarcoG3 / WhatsDump

Extract WhatsApp private key from any non-rooted Android device (Android 7+ supported)
https://plainsec.org
GNU Lesser General Public License v3.0
269 stars 57 forks source link

SyntaxError: invalid syntax on whatsdump.py line 228 #55

Open dlagg opened 4 years ago

dlagg commented 4 years ago

I get this error by running:

python whatsdump.py --install-sdk --verbose --wa-phone +xxxxxxxxx --wa-verify sms

Specifically on the comma char: except WaException, e:

Python version: 3.8.6 openjdk 14.0.2 2020-07-14 OpenJDK Runtime Environment (build 14.0.2+12) OpenJDK 64-Bit Server VM (build 14.0.2+12, mixed mode)

surabhi4 commented 3 years ago

Same problem .please help.

rsohlot commented 3 years ago

The syntax is updated for defining except in newer python. Use python 2.7. The same issue is raised #6