pywa
pywa copied to clipboard
Sometimes not getting replies
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
- Integrate with fastapi
- Create a Docker Compose Yaml
- make 3 instances
- add nginx as load balancer and deploy app
- 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
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)