[GH-ISSUE #195] ERROR 'DEFAULT_CIPHERS' #173

Open
opened 2026-02-25 20:34:50 +03:00 by kerem · 1 comment
Owner

Originally created by @Jhoab2916 on GitHub (May 18, 2023).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/195

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

Originally created by @Jhoab2916 on GitHub (May 18, 2023). Original GitHub issue: https://github.com/B16f00t/whapa/issues/195 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 <module> 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](https://github.com/B16f00t/whapa/assets/115972218/0f6590a1-b0a8-4cd5-a0f4-ea2ca0cfcd61) [ ![xd](https://github.com/B16f00t/whapa/assets/115972218/5061dd9b-462b-4e18-ad5b-02e6fd21d3e3) ](url)
Author
Owner

@edglz commented on GitHub (Jun 16, 2023):

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

<!-- gh-comment-id:1595096883 --> @edglz commented on GitHub (Jun 16, 2023): @Jhoab2916 **Run in another terminal: `` pip install 'urllib3<2' `` And try again.**
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whapa#173
No description provided.