vasani-arpit / WBOT

A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 4th, 2024
Other
987 stars 314 forks source link

Temporary Bug Fix for checklogin function #306

Closed tradename closed 2 years ago

tradename commented 2 years ago

On the new whatsapp web version update you would see that if you close WBOT and try to run it again it would fail to work.

you can change line 161 in index.js

var output = await page.evaluate("localStorage['last-wid']"); to var output = await page.evaluate("localStorage['last-wid-md']");

They have changed that storage key

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

vasani-arpit commented 2 years ago

Should be fixed in v0.29.0 https://github.com/vasani-arpit/WBOT/releases

Please check and let me know. reopen if issue still persists.