proxy icon indicating copy to clipboard operation
proxy copied to clipboard

Error response from daemon

Open tyrion-sg opened this issue 2 years ago • 8 comments

I get this error

image

How can I work around this? Please help, thank you

tyrion-sg avatar Jan 06 '23 14:01 tyrion-sg

You have something already running on 443. You essentially have 2 choices

  1. Do not try and bind to 443 (HTTPS) which can be done by removing -p 443:443 on the run command or in the docker compose mapping
  2. Re-map to another port on your host, i.e. -p 8443:443 or something like that. However the client is expecting 443 to have a secondary layer of encryption for now, so non-standard ports for 443 are not currently supported. You can however safely remap 80 and 5222 as you see fit.

slawlor avatar Jan 06 '23 14:01 slawlor

I do not understand, what should I run? Why is it crashing after the warnings? it does not help

tyrion-sg avatar Jan 06 '23 14:01 tyrion-sg

Nothing works, all the ports give the same error

tyrion-sg avatar Jan 06 '23 14:01 tyrion-sg

Still get the same error, help please

tyrion-sg avatar Jan 06 '23 15:01 tyrion-sg

@slawlor ?

tyrion-sg avatar Jan 06 '23 15:01 tyrion-sg

Use docker rm $(docker ps -a -q) to remove all docker containers, this will deallocate your proxy host container from the port. Then you can rebuild the proxy host container with docker build /path_to_cloned_repository/proxy/ -t whatsapp_proxy:1.0

luqmanzaceria avatar Jan 06 '23 19:01 luqmanzaceria

After rebuilding I run into same issue

tyrion-sg avatar Jan 08 '23 00:01 tyrion-sg

Since you're on windows, it's potentially related to file line-endings. #72

slawlor avatar Jan 09 '23 15:01 slawlor

Please re-open this issue if it's still a problem. closing for now

slawlor avatar Jan 11 '23 19:01 slawlor