pranavms13 / whatsapp-node-api

A Simple NodeJS API Wrapper for WhatsApp
Other
471 stars 184 forks source link

About new Whatsapp Beta Update #42

Closed mraydok closed 2 years ago

mraydok commented 2 years ago

Hi sir,

Whatsapp publish a beta version. we try to scan qr code in this version but its not work. Will you update new whatsapp features ?

soulideth commented 2 years ago

Wait for this too

monossido commented 2 years ago

https://github.com/pedroslopez/whatsapp-web.js has a branch for that, but is in development and I can't go further than viewing the qr code (and often it does not appear)

monossido commented 2 years ago

Actually the "multidevice" branch from the orginal library https://github.com/pedroslopez/whatsapp-web.js it's working for me with Whatsapp beta. Using whatsapp-node-api installing whatsapp-web.js#multidevice it's not working.

Any comments from the author?

monossido commented 2 years ago

I have implemented some simple fixes in order get it working with multidevice whatsapp beta My repo -> https://github.com/monossido/whatsapp-node-api/ PR -> https://github.com/pranavms13/whatsapp-node-api/pull/45

nanoeray commented 2 years ago

@monossido your repo not working.

monossido commented 2 years ago

@nanoeray I'm using it in "production" for an automation. If you tell me the problem maybe I can help

nanoeray commented 2 years ago

I’ve solved the problem updating whatsapp-web.js to latest 1.15.1 thanks

monossido commented 2 years ago

whatsapp-web.js is updated to 1.16.1 supporting logacy whatsapp and "beta" whatsapp Here it is the PR for that https://github.com/pranavms13/whatsapp-node-api/pull/60

pranavms13 commented 2 years ago

Working fine now. Thanks to @monossido