pywa icon indicating copy to clipboard operation
pywa copied to clipboard

Sometimes not getting replies

Open madhuk-uwc opened this issue 1 year ago • 1 comments

Describe the bug

I am using @wa.on_callback_button(), @wa.on_message() Sometimes when it receives the message through the webhook it was receiving the message and printing in log but not doing any processing

To Reproduce

  1. Integrate with fastapi
  2. Create a Docker Compose Yaml
  3. make 3 instances
  4. add nginx as load balancer and deploy app
  5. send message and wait for sometime and try to continue conversation / try to start conversation with different new phone number

Expected behavior

No response

pywa version

1.16.2

python version

6.10

os

Ubuntu 22.04

Additional context

No response

madhuk-uwc avatar Apr 15 '24 07:04 madhuk-uwc

Hi @madhuk-uwc :) When you listening to @wa.on_raw_update do you get the updates? If so - please send the raw json (remember to remove sensitive info of course)

david-lev avatar Apr 15 '24 08:04 david-lev