pedroslopez / whatsapp-web.js

A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
https://wwebjs.dev
Apache License 2.0
15.21k stars 3.63k forks source link

200 status but messags #2753

Closed ohidxy closed 8 months ago

ohidxy commented 8 months ago

Is there an existing issue for this?

Describe the bug

I have a batch of 270 saved contacts to send media messages one by one in a random interval between 40-60 seconds.

Unfortunately, after 20-25 successful messages are sent, no further messages are being sent anymore. It's showing 200 successful status though. I tried with 2 sender numbers, but it's the same situation. So far, after 1-2 hours, if i try again, it works for another batch of 20-25 contacts but the rest don't work.

Expected behavior

Messages should be sent seemlessly in interval between 40-60seconds.

Steps to Reproduce the Bug or Issue

  1. install Whatsapp web js
  2. try sending whatsapp webjs media messages in interval between 40-60 seconds

Relevant Code

No response

Browser Type

Chromium

WhatsApp Account Type

Business

Does your WhatsApp account have multidevice enabled?

Yes, I am using Multi Device

Environment

Ubuntu 22 whatsapp-web.js - 1.23.0

Additional context

No response

alechkos commented 8 months ago

Duplicate of #2654