gkp1

Results 12 comments of gkp1

Having the same issue. I just installed using docker on ubuntu 22.. Main route redirects me automatically to login page instead of onboarding. Can't create first user, pruned everything from...

> Are you using the setRequestInterception method of Puppeteer (https://pptr.dev/api/puppeteer.page.setrequestinterception) in any part of the project? > Nope. I still haven't tried your fix. Will test soon. Thanks

Update: I am unable to test MATRICCE proposed solution as I'm not sure where to add the changes in the most recent Client.js? 😢 What happens is puppeteer disconnects from...

> #2129 Update the puppeteer. It works for me and large files no longer cause a crash > > #2129 Update the puppeteer. It works for me and large files...

@tofers I try to send both normally and as document, same happens with any file format, using MessageMedia.fromFilePath(). The issue is probably with fromFilePath()? It succesfully sends anything up to...

@tofers Same thing removing the {options}. The crash isn't caused directly by fromFilePath(), but it crashes when sending the MessageMedia generated by fromFilePath(). I will rename the issue to clarify...

> Can you give me the file, I'll try it yep it crashes with any file extension so just specify 90MB file from this generate testfiles page https://fastest.fish/test-files **Custom file...

> Hello there, > > We noticed that the popular "Baileys" GitHub repository has been taken down by its creator. We know that this can be frustrating for those who...

Write proper steps to reproduce the bug, downloading gifs from whatsapp (which are always .mp4 if you dont know) works normally for me

Your code looks right, I'm not sure if the chat Id serialized is correct tho. I believe You can use message.from instead of chat Id serialized, and it will still...