Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sendMp4AsSticker() not responding. #3216

Closed
1 task done
TVARecordings opened this issue Jun 9, 2024 · 4 comments
Closed
1 task done

sendMp4AsSticker() not responding. #3216

TVARecordings opened this issue Jun 9, 2024 · 4 comments

Comments

@TVARecordings
Copy link

Are you using the latest version of the library?

  • 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

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
Copy link

Please Shah, waiting for a fix kindly

@TVARecordings
Copy link
Author

Bump

smashah added a commit that referenced this issue Jun 26, 2024
@smashah
Copy link
Member

smashah commented Jun 26, 2024

@github-actions run

⚡ Release! ⚡
(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
Copy link
Member

smashah commented Jun 26, 2024

Changelog

🚀 Release 4.71.14 (2024-06-26)

@smashah smashah closed this as completed Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants