Zi5han

Results 5 comments of Zi5han

I had the same problem and I found a temporary fix: You can put the codeblock bellow at the start of the checkMessage() method in lib\whatsapp.js and turn off "notifyUrlNotDetected"...

@L0neAsura that must be a user friendlier way to do it lmao, thx for telling

I've got a very simillar problem, I tried to make a sticker bot and I consistently got the issue, where after a couple successful conversions, `downloadMedia()` eventually starts returning undefined....

Thank you for your suggestions. Using `message.from` seemst to be more elegant, I just changed it for me. As for `msg.reply()`, I deliberately didn't use it, because I didn't want...

I thought the same, but I noticed, that it doesn't have to be the same media all the time for the code I sent to start failing. The 'FETCHING' thing...