whatsapp-web-reveng icon indicating copy to clipboard operation
whatsapp-web-reveng copied to clipboard

Cannot conect to the server

Open mauriciog98 opened this issue 7 years ago • 3 comments
trafficstars

When I try to connect to the server

[0] got message  { command: 'api-connectBackend', from: 'client', type: 'call' }
[1] sending {"type": "connected", "from": "backend"}
[1] ('127.0.0.1', 50372) connected to backend
[0] got message  { from: 'meta', type: 'opened' }
[0] got message  { type: 'connected', from: 'backend' }
[0] got message  { command: 'backend-connectWhatsApp',
[0]   from: 'client',
[0]   type: 'call' }
[1] 1529099960012,{"command":"backend-connectWhatsApp","from":"api2backend","type":"call"}
[1] {u'from': u'api2backend', u'command': u'backend-connectWhatsApp', u'type': u'call'}
[1] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)
[1] sending {"type": "resource_gone", "resource": "whatsapp", "resource_instance_id": "1c30db64f3d64f6b92469685d17c4910", "from": "backend"}
[1] WhatsApp backend Websocket closed.

mauriciog98 avatar Jun 15 '18 22:06 mauriciog98

Well, a SSL: CERTIFICATE_VERIFY_FAILED error is very unlikely to be an issue with this project, probably it's because of your system configuration, i.e. invalid or expired certificates which may be resolved using some sort of update. Can you use regular WhatsApp Web in your browser? When using a simple Python script that would download content from an SSL encrypted website, does that work for you?

sigalor avatar Jun 17 '18 14:06 sigalor

Yes, I can use WhatsApp Web in my browser, I tried different configurations in python but nothing work, just can't download content from SSL

mauriciog98 avatar Jun 19 '18 01:06 mauriciog98

I am getting same issue.

aadityatamrakar avatar May 14 '20 23:05 aadityatamrakar