You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue where trying to download a sticker message using the downloadMediaMessage function results in an error. The error message indicates a failure to resolve the address web.whatsapp.net.
Steps to reproduce the behavior:
Receive a sticker message in the application.
Attempt to download the sticker using the following code:
buffer=awaitdownloadMediaMessage(msg,'buffer',{})
getaddrinfo ENOTFOUND web.whatsapp.net
started to happen day 10/10
The text was updated successfully, but these errors were encountered:
and i also compare it with other media like images and when i access the url it gives me file.enc. this should be the same thing when downloading stickers but it doesn't happen.
Describe the bug:
I'm encountering an issue where trying to download a sticker message using the downloadMediaMessage function results in an error. The error message indicates a failure to resolve the address web.whatsapp.net.
Steps to reproduce the behavior:
Receive a sticker message in the application.
Attempt to download the sticker using the following code:
started to happen day 10/10
The text was updated successfully, but these errors were encountered: