open-wa / wa-automate-nodejs

💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!
https://docs.openwa.dev/
Other
3.05k stars 588 forks source link

sendMp4AsSticker() not responding. #3216

Closed TVARecordings closed 1 week ago

TVARecordings commented 3 weeks ago

Are you 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

Hey SHAH.

Unfortunately, sendMp4AsSticker() has been broken. I bet it's again the case that WA has changed something.

Just letting u know.

PS: When using sendMp4AsSticker(), it will return 'true' instantly, but the sticker is not send.

Expected Behavior

Expected it to send the sticker :-)

Steps To Reproduce

sendMp4AsSticker()

create() code OR full CLI command + CONFIG

No response

DEBUG INFO

{
  "WA_VERSION": "2.3000.1014085685",
  "WA_AUTOMATE_VERSION": "4.71.12",
  "BROWSER_VERSION": "Chrome/125.0.6422.142",
  "START_TS": 1717957835458,
  "RAM_INFO": "Total: 68.62 GB | Free: 44.65 GB",
  "PPTR_VERSION": "19.11.1",
  "LATEST_VERSION": true,
  "CLI": false
}

Environment

- OS: Windows 10
- Node: 20.11.1
- npm: 10.2.4

Screenshots/Logs

No response

Anything else?

Keep up the good work :)

aymenitc commented 3 weeks ago

Please Shah, waiting for a fix kindly

TVARecordings commented 2 weeks ago

Bump

smashah commented 1 week ago

@github-actions run

⚡ Release! ⚡ ```js (async () => { function exec(cmd) { try { execSync(cmd, {stdio: 'inherit'}) } catch (error) { console.log(`Status Code: ${error.status} with '${error.message}'`); } } //set the version type process.env.VERS = "patch" // Config const gitUserEmail = "github-actions[bot]@users.noreply.github.com"; const gitUserName = "github-actions[bot]"; exec(`echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc`); exec(`git config --global user.email "${gitUserEmail}"`); exec(`git config --global user.name "${gitUserName}"`); exec(`npm i -D`); exec(`npm run release-ci $VERS`); // types only package exec('npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN') exec(`npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN && npm run types:publish `); exec(`git commit -a -m 'updated types-only package'`); exec(`git push --force`); //comment on the issue var result = execSync(`npx auto-changelog -o ./tempchangelog.txt --commit-limit false --template ./compact-keepachangelog.hbs --stdout`).toString(); await postComment(result); //create changelog image exec(`npm run release-image`); exec(`git commit -a -m 'updated release-image'`); exec(`git push --force`); })(); ```
smashah commented 1 week ago

Changelog

🚀 Release 4.71.14 (2024-06-26)