Briuor / wbm

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

unauthenticated despite using session : true #29

Closed anhtuanatc closed 2 years ago

anhtuanatc commented 2 years ago

I used this method to use session saver, recently it keeps failing and generating new qr and the new qr code can't be scanned

wbm.start({showBrowser: false, qrCodeData: true, session: true}) .then(async qrCodeData => { console.log(qrCodeData); await wbm.waitQRCode(); // ... await wbm.end(); } ).catch(err => { console.log(err); });