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!!!!
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`);
})();
#365#366#367#368ba325f514fbbcdf0be616@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