rmed / wat-bridge

Bridge between Whatsapp and Telegram, because why not
MIT License
248 stars 103 forks source link

Cannot receive the message on Whatsapp #14

Closed nhoangvu closed 2 years ago

nhoangvu commented 4 years ago

Hi,

I have successfully setup the bot. I can add the phone number and name in the bot. Ex: /add felix 8412322322 (84 is the country code) After sending, /send felix Hello from the other side.

I cannot receive the sms on whatsapp. Please help on this case. Thanks, Felix.

This is the response I received on the terminal.

[INFO] 2020-03-30 19:38:18,947 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:19,850 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:20,751 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:21,720 - tg[relay_wa]: relaying message to Whatsapp
[INFO] 2020-03-30 19:38:21,723 - signals[to_wa_handler]: sending message to felixn (+8434612xxxx)
[INFO] 2020-03-30 19:38:21,721 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:22,687 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:23,553 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:24,432 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:25,296 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:27,431 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:28,366 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:29,287 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:30,270 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:31,301 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:32,338 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:33,401 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:34,373 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:35,430 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:36,496 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:37,495 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:38,472 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:39,425 - listeners[wa_listener]: Start Whatsapp polling
[INFO] 2020-03-30 19:38:39,721 - tg[relay_wa]: relaying message to Whatsapp
[INFO] 2020-03-30 19:38:39,723 - signals[to_wa_handler]: sending message to felix (8434612xxxx)
rmed commented 4 years ago

Hi, please note that there have been several updates to yowsup (the library in charge of communicating with WhatsApp), so it may be necessary to make changes in the code for it to work as it did when I originally wrote it.

From what I see in the log you provided, the WhatsApp listener is continuously starting, which might indicate that it is encountering an error and retrying again and again.