wa-automate-nodejs icon indicating copy to clipboard operation
wa-automate-nodejs copied to clipboard

Send URL with preview failing on licensed open-wa

Open WEBudoGT opened this issue 1 year ago • 0 comments

Are you using the latest version of the library?

  • [X] I have checked and am using the latest version of the library.

What type of session are you experiencing this issue on?

Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag

What type of host account are you experiencing this issue on?

Business account

Mode

EASY API/CLI

Current Behavior

When sending messages that include URLs they won't get delivered to whatsapp

Expected Behavior

Message being sent with no preview in case it's not possible to send with preview?

Steps To Reproduce

Running on docker, when sending messages with URL I get confirmation and no errors, but whatsapp message never arrives

create() code OR full CLI command + CONFIG

No response

DEBUG INFO

{
  "WA_VERSION": "2.2331.7",
  "WA_AUTOMATE_VERSION": "4.66.3",
  "BROWSER_VERSION": "HeadlessChrome/111.0.5563.146",
  "START_TS": 1690342740351,
  "RAM_INFO": "Total: 16.79 GB | Free: 7.50 GB",
  "PPTR_VERSION": "19.11.1",
  "LATEST_VERSION": true,
  "CLI": true
}

Environment

- OS: Linux 5.10
- Node: 19.8.1
- npm: 9.6.3

Screenshots/Logs

info: OUT a7123: 842ms {"res":"[email protected]_3EB08016185765B9DF5E99","timestamp":"2023-07-26T03:33:57.622Z"} info: Outgoing message IDs: ["[email protected]_3EB08016185765B9DF5E99"] {"timestamp":"2023-07-26T03:33:57.623Z"} info: Got link data {"description":null,"icon":"/favicon.ico","image":"/favicon.ico","success":true,"timestamp":"2023-07-26T03:34:30.400Z","title":"Welcome!","url":"https://url.tld"}

Anything else?

No response

WEBudoGT avatar Jul 26 '23 03:07 WEBudoGT