Open martudev opened 2 months ago
@wilsinho8 Thanks for the reply! I recently tried that change and it didn't work for me, if you look at the log I passed above, for some reason I don't know, my messageStubParameters only has one parameter, instead of 2, therefore when I do messageStubParameters[1] it returns undefined and throws an error when doing JSON.parse. Has something similar happened to you? Thanks!!
@wilsinho8 Thanks for the reply! I recently tried that change and it didn't work for me, if you look at the log I passed above, for some reason I don't know, my messageStubParameters only has one parameter, instead of 2, therefore when I do messageStubParameters[1] it returns undefined and throws an error when doing JSON.parse. Has something similar happened to you? Thanks!!
Detected message absent from node!!
It happened with me too! So far, no solution for this problem. I recommend you join the Baileys discord to keep up with the news
I'm facing the same issue. messageStubParameters
contains only one element
I'm facing the same issue.
messageStubParameters
contains only one element
are you on the latest version?
Are all of you guys looking at the message upsert array? There should be more than one message
I'm facing the same issue.
messageStubParameters
contains only one elementare you on the latest version?
Are all of you guys looking at the message upsert array? There should be more than one message
Yep, I'm using 6.7.8
Baileys Version and it's into messages.upsert
event listener
Same issue here, I'm using 6.7.9, "messageStubParameters":["Message absent from node"]
Same Issue here, happened once! on a One-View Message, but the retry by replying to the Message worked. Sus.
Describe the bug Lately I've been receiving many logs with the error message "Message absent from node" which, according to what I've seen, comes mainly from Facebook advertising. As I've seen, this error was fixed before but it keeps happening. I also see that on WhatsApp Web it says "waiting for messages..." and sometimes even when viewing it from my cell phone and answering from there it doesn't reach WhatsApp Web. My question is, would there be any way to fix it or do a fetch to get the message? Thanks! Here its the message log
NOTE: Related to the last version I use, I manage baileys as a private repository pointing to master so the last commit with which I provided that log is the following: 767347b38a22f6ff353832f69b3a0847484d0a5c As i see is the last one
Thanks for all the help!!
To Reproduce Steps to reproduce the behavior:
Expected behavior Some retry system or fetch message system