Skip to content
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 'DEFAULT_CIPHERS' #195

Open
Jhoab2916 opened this issue May 18, 2023 · 1 comment
Open

ERROR 'DEFAULT_CIPHERS' #195

Jhoab2916 opened this issue May 18, 2023 · 1 comment

Comments

@Jhoab2916
Copy link

Al cargar el whatpa me sale el siguiente error:
Traceback (most recent call last):
File "C:\Users\jhonp\Downloads\whapa-master\whapa-master\libs\whagodri.py", line 553, in
wa_backup = WaBackup(**getConfigs())
File "C:\Users\jhonp\Downloads\whapa-master\whapa-master\libs\whagodri.py", line 43, in init
token = gpsoauth.perform_master_login(email=gmail, password=password, android_id=android_id)
File "C:\Users\jhonp\Downloads\whapa-master\whapa-master\libs\gpsoauth_init_.py", line 138, in perform_master_login
return perform_auth_request(data, proxy)
File "C:\Users\jhonp\Downloads\whapa-master\whapa-master\libs\gpsoauth_init
.py", line 76, in perform_auth_request
session.mount(AUTH_URL, AuthHTTPAdapter())
File "C:\Users\jhonp\AppData\Local\Programs\Python\Python39\lib\site-packages\requests\adapters.py", line 155, in init
self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block)
File "C:\Users\jhonp\Downloads\whapa-master\whapa-master\libs\gpsoauth_init
.py", line 66, in init_poolmanager
context.set_ciphers(ssl_.DEFAULT_CIPHERS)
AttributeError: module 'urllib3.util.ssl_' has no attribute 'DEFAULT_CIPHERS'
Imagen de WhatsApp 2023-05-17 a las 21 28 17

xd

@SSHxDEV
Copy link

SSHxDEV commented Jun 16, 2023

@Jhoab2916
Run in another terminal:
pip install 'urllib3<2'
And try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants