Large video size (480p and 720p) fails with sendFile and sendFileFromBase64 #2493
Unanswered
FerdiCayet
asked this question in
Q&A
Replies: 0 comments
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, WppConnect team!
According to WhatsApp’s official limitations:
I'm currently testing the sending of videos using WppConnect, and I encountered the following issues:
Working test
sendFile
.sendFile
.Failing test
When I don't pass
puppeteerOptions
, the sending fails after exactly 180 seconds, throwing a protocolTimeout error.When I do pass
puppeteerOptions
withprotocolTimeout: 200000
or a higher value, the file never sends — the operation hangs indefinitely.Another failing test
The session was unexpectedly closed during the upload, and I got this Puppeteer error:
My questions
Thanks in advance for any help or insights from the community!
Beta Was this translation helpful? Give feedback.
All reactions