Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message send success but not delivered #2747

Closed
1 task done
madhu441 opened this issue Jan 25, 2024 · 0 comments
Closed
1 task done

message send success but not delivered #2747

madhu441 opened this issue Jan 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@madhu441
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I am using on below client .
Using on group send message response is success but not delivered why

Expected behavior

Using on group send message response is success and delivered .. but not delivered

Steps to Reproduce the Bug or Issue

do

Relevant Code

var client = new Client({
restartOnAuthFail: true,
takeoverOnConflict: true,
takeoverTimeoutMs: 0,
puppeteer: {
handleSIGINT: false,
args: [
'--no-sandbox',
'--disable-setuid-sandbox',
'--disable-dev-shm-usage',
'--disable-accelerated-2d-canvas',
'--no-first-run',
'--no-zygote',
'--disable-gpu'
],
executablePath: chrome_path,
},
authStrategy: new LocalAuth(
{ clientId: sender_id }
)
}
);
I am this client using on group send message response is success but not delivered why

Browser Type

Google Chrome

WhatsApp Account Type

Standard

Does your WhatsApp account have multidevice enabled?

Yes, I am using Multi Device

Environment

OS:LInux
Phone OS: [Android]
whatsapp-web.js version [1.23.0]
Node.js Version [19.5.0]

Additional context

plz. give the solution

@madhu441 madhu441 added the bug Something isn't working label Jan 25, 2024
@alechkos alechkos marked this as a duplicate of #2654 Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants