Briuor / wbm

wbm is an unofficial API to send bulk messages in whatsapp.
MIT License
203 stars 64 forks source link

I can not send messages #17

Closed WichyAlonzo closed 3 years ago

WichyAlonzo commented 3 years ago

I try to send messages to the default number, could you help me please image

woodsbox commented 3 years ago

The problem is in the api.js on line 153:

await page.waitForSelector('#main > footer > div._3SvgF._1mHgA.copyable-area > div.DuUXI > div > div._1awRl.copyable-text.selectable-text', { timeout: 5000 });

This piece of code is not working anymore.

Briuor commented 3 years ago

Nice @woodsbox. Fixed in wbm 1.1.14

woodsbox commented 3 years ago

Maybe just a small tip put also on line 163: console.log(err);