B16f00t / whapa

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

New version not working anymore #174

Open broche0 opened 2 years ago

broche0 commented 2 years ago

This is the error i got everytime with new version

Traceback (most recent call last): File "/Users/xxxx/whapa-master/libs/whagodri.py", line 553, in wa_backup = WaBackup(**getConfigs()) File "/Users/xxxx/whapa-master/libs/whagodri.py", line 43, in init token = gpsoauth.perform_master_login(email=gmail, password=password, android_id=android_id) File "/Users/xxxx/whapa-master/libs/gpsoauth/init.py", line 138, in perform_master_login return _perform_auth_request(data, proxy) File "/Users/xxxx/whapa-master/libs/gpsoauth/init.py", line 76, in _perform_auth_request session.mount(AUTH_URL, AuthHTTPAdapter()) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests/adapters.py", line 129, in init self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) File "/Users/xxxx/whapa-master/libs/gpsoauth/init.py", line 68, in initpoolmanager context.options &= ~ssl.OP_NOTICKET AttributeError: module 'urllib3.util.ssl' has no attribute 'OP_NO_TICKET'

B16f00t commented 2 years ago

pip3 install --upgrade -r ./doc/requirements.txt

You have requirements incomplete. The tool works perfectly.

Please read the readme file before opening a new issue.