WhatsApp / proxy

This repository contains the WhatsApp proxy implementation for users to host their own proxy infrastructure to connect to WhatsApp for chat (VoIP is not currently supported)
MIT License
1.47k stars 428 forks source link

Docker run stuck after certificate generation #71

Open abubakrsiddq opened 1 year ago

abubakrsiddq commented 1 year ago

image

After certificate generation it just waits, can someone please help me out with this

kartikwatwani commented 1 year ago

Facing the same issue. What to do next?

mgholam commented 1 year ago

When you run with the interactive command

docker run -it -p 80:80 -p 443:443 -p 5222:5222 -p 8080:8080 -p 8443:8443 -p 8222:8222 -p 8199:8199 whatsapp_proxy:1.0

it will run and show messages, you can connect now with ports 80, 443 etc.

abubakrsiddq commented 1 year ago

@mgholam running with the same command but still facing issue

slawlor commented 1 year ago

If you're on windows, it might be related to line endings. See #72

abubakrsiddq commented 1 year ago

@slawlor this issue occurs even after correcting line endings to LF

slawlor commented 1 year ago

Have you tried connecting to the host once this is "stuck"? If you don't daemonize the container (passing -d to docker run) then the host is alive and waiting for connections. Try going to http://localhost:8199