robvanderleek / mudslide

Send WhatsApp messages from the command-line
ISC License
120 stars 12 forks source link

Error on login #93

Open SureshVeeraRaghavan opened 3 weeks ago

SureshVeeraRaghavan commented 3 weeks ago

Hi, I get the following error when I login. Any help please

Screenshot 2024-06-03 at 22 57 19
SureshVeeraRaghavan commented 3 weeks ago

Also, I am trying to deploy in a docker container. But unable to connect it with the mobile (Doesn't list chrome in the linked device)

robvanderleek commented 3 weeks ago

Hi @SureshVeeraRaghavan

Are you running a container built with the Dockerfile in this repository, or a different docker configuration?

I suspect the error is caused by a missing pseudo-TTY that allows you to interact with the container (the login commands waits for a key-press). Perhaps you can fix this with the -it flag, for example: docker run -it mudslide login