-
-
Notifications
You must be signed in to change notification settings - Fork 168
Description
WA-JS Version
3.17.1
WhatsApp Version
2.3000.1021850408-alpha
Browser Version
chrome 131.0.6778.70
Operation System
OS 14.2
Steps to reproduce
(1) Find a file larger than 50M
(2) Call the sendFileMessage API
What is expected?
When the expected PDF file is sent normally or fails, it will not affect the subsequent messages sent
What is actually happening?
I sent a 53M sized PDF file using the sendFileMessage method, and the browser console output "Warning: TT: undefined function: 32 pdf worker/: 22", which seems to indicate that no method was found. This message is followed by a clock status prompt.

Afterwards, a new message was pushed by 'chat. new_maessage', but in reality, the media status of this message is still pending.
Actually, the message failed to send. After a while, it prompted me with 'ProtocolError: Runtime. callFunctionalOn timed out. Increase the' protocolTimeout 'setting in launch/connect calls for a higher timeout if needed.'.
If I continue to send messages to this contact at this point, I won't be able to send them all (an alarm will appear after the web version message, and refreshing the page will turn into an exclamation mark). There is no such message on my phone, so there is no problem receiving messages from others.
I couldn't send messages properly until I proactively refreshed the page.
Of course, this will not affect the sending and receiving of messages with other contacts.
Any additional comments?
Has anyone encountered this problem before