Replies: 1 comment
-
nobody? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys!
I'm getting the below error when I send messages to some contacts.
It happens with client.sendImage and client.sendText.
Some go normally and others I get the message below (the number 55XXXXXXXXXXX is just to keep the contact confidential):
Error: Chat not found for 55XXXXXXXXXXX
at /root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:106:31
at step (/root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:49:23)
at Object.next (/root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:30:53)
at fulfilled (/root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:21:58)
at runMicrotasks()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
JS Stack: Error: Chat not found for 55XXXXXXXXXXX
at t.assertGetChat (/root/hyperwhats/node_modules/@wppconnect/wa-js/dist/wppconnect-wa.js:2:96470)
at t.markIsComposing (/root/hyperwhats/node_modules/@wppconnect/wa-js/dist/wppconnect-wa.js:2:134548)
at pptr://puppeteer_evaluation_script:58:41
at pptr://puppeteer_evaluation_script:59:24
at Y (https://web.whatsapp.com/bootstrap_qr.a817218351c7d3e5be74.js:32:82865)
at new y (https://web.whatsapp.com/bootstrap_qr.a817218351c7d3e5be74.js:32:75432)
at anonymous (pptr://puppeteer_evaluation_script:54:14) {
code: 'chat_not_found',
id: '55XXXXXXXXXXXXX'
}
Error: Chat not found for 55XXXXXXXXXXX
at /root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:106:31
at step (/root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:49:23)
at Object.next (/root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:30:53)
at fulfilled (/root/hyperwhats/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:21:58)
at runMicrotasks()
at processTicksAndRejections (node:internal/process/task_queues:96:5)
JS Stack: Error: Chat not found for 55XXXXXXXXXXX
at t.assertGetChat (/root/hyperwhats/node_modules/@wppconnect/wa-js/dist/wppconnect-wa.js:2:96470)
at t.markIsPaused (/root/hyperwhats/node_modules/@wppconnect/wa-js/dist/wppconnect-wa.js:2:134979)
at pptr://puppeteer_evaluation_script:58:41
at pptr://puppeteer_evaluation_script:59:24
at Y (https://web.whatsapp.com/bootstrap_qr.a817218351c7d3e5be74.js:32:82865)
at new y (https://web.whatsapp.com/bootstrap_qr.a817218351c7d3e5be74.js:32:75432)
at anonymous (pptr://puppeteer_evaluation_script:54:14) {
code: 'chat_not_found',
id: '55XXXXXXXXXXXXX'
}
What would be the reason?
NodeJS: 16
WPPConnect: 1.16.1
I count on your help!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions