Wa-automate-nodejs: !!!!!BROKEN METHODS DETECTED!!!!

Created on 28 Apr 2020  Â·  7Comments  Â·  Source: open-wa/wa-automate-nodejs

Boa noite amigo, recebi essa msg ao subir uma nova instancia do container no docker

!!!!!BROKEN METHODS DETECTED!!!!

Please make a new issue in:

https://github.com/open-wa/wa-automate-nodejs/issues

with the following title:

BROKEN METHODS: 2.2017.6

Add this to the body of the issue:

[ 'Store.bp', 'Store.MsgKey' ]

!!!!!BROKEN METHODS DETECTED!!!!

bug

All 7 comments

I faces this, but its happened sometimes , if i restart the app then its gone ..
BROWSER_VERSION 'HeadlessChrome/81.0.4044.122'
Text message is not working now

Now its appear all times , i think whatsapp developers screw up new update ?

@Animeliza thanks for bringing this up. They've pushed a new version and some features of this lib are now broke. Will fix soon. Thanks

@github-actions run


âš¡ Release! âš¡

(async () => {
function exec(cmd) {
  console.log(execSync(cmd).toString());
}

// 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`);
exec(`npm run release-ci`);

//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`);
  })();

Changelog

🚀 Release 1.9.2 (2020-04-28)

  • Bump ts-node from 8.9.0 to 8.9.1 #365
  • Bump typedoc from 0.17.4 to 0.17.6 #366
  • Bump @types/node from 13.13.2 to 13.13.4 #367
  • Bump shelljs from 0.8.3 to 0.8.4 #368
  • Release 1.9.2 ba325f5
  • Fix: Working for latest version of WA (2.2017.6) #369 14fbbcd
  • Fix: Working for latest version of WA (2.2017.6) f0be616

@m7mdcc @Animeliza should be working now. Thanks for reporting! WA updates go out in alphabetical order so places like brazil get it before other places. Please try it out and report back if it worked for you or if there are any issues. Thanks

Thanks for update , Text message working now ..

But i have issue with media messaging . i will double check from my side :S
when the issue occurred before update , text messaging is not working but media work LOL

UPDATE : It's not working . :(

Last update fix media messaging , Thanks @smashah

Was this page helpful?
0 / 5 - 0 ratings