devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
820 stars 249 forks source link

[BUG][WEBJS] - Unable to Send Audio - Timeout Error #408

Open ehussain opened 5 days ago

ehussain commented 5 days ago

Describe the bug

Unable to send audio message using audio type option. It results in timeout error.

Version { "version": "2024.6.8", "engine": "WEBJS", "tier": "PLUS", "browser": "/usr/bin/chromium" }

To Reproduce Steps to reproduce the behavior:

Send following request.

{"chatId":"XXXXXXX@c.us","session":"XXXXX","type_of_file":"audio","type":"media","file":{"mimetype":"audio\/oga","filename":"2024-07-02-14-15-46903381.oga","url":"https:\/\/xxxxxxx.s3.eu-west-3.amazonaws.com\/2024-07-02-14-15-46903381.oga"},"caption":""}

Expected behavior

It should send audio message.

Engine I'm using WEBJS engine.

Requests - Responses

Send following request.

{"chatId":"XXXXXXX@c.us","session":"XXXXX","type_of_file":"audio","type":"media","file":{"mimetype":"audio\/oga","filename":"2024-07-02-14-15-46903381.oga","url":"https:\/\/xxxxxxx.s3.eu-west-3.amazonaws.com\/2024-07-02-14-15-46903381.oga"},"caption":""}

Response

cURL error 28: Operation timed out after 20001 milliseconds with 0 bytes received

Docker Logs

[0702/141547.709005:INFO:CONSOLE(133)] "Event handler of 'x-storagemutated-1' event must be added on the initial evaluation of worker script.", source: https://static.whatsapp.net/rsrc.php/v3/y_/r/pC0cxBwVVkV.js?_nc_x=Ij3Wp8lg5Kz (133)

patron:ADVANCED

devlikepro commented 4 days ago

Related to video too https://github.com/devlikeapro/waha/issues/400

patron:PRO

devlikepro commented 2 days ago

Hi! Could you try to use devlikeapro/waha-plus:chrome 2024.7.2 version and send the example below?

{
  "chatId": "11111111111@c.us",
  "file": {
    "mimetype": "audio/ogg; codecs=opus",
    "url": "https://github.com/devlikeapro/waha/raw/core/examples/dev.likeapro.opus"
  },
  "session": "default"
}

if that works, but your voice doesn't - kindly share it with me (you can DM payload to me)

patron:PRO