mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 797 forks source link

WebWhatsapp-Wrapper service interfere with local browser session #911

Open eransc opened 4 years ago

eransc commented 4 years ago

Hi Guys,

I'm using the WebWhatsapp-Wrapper service for fetching messages from the device on nightly schedule. It is working on cloud with docker. The issue is that after the software fetches the latest messages from the device, the local browser on my pc which was already authenticated with the device, pops up a window asking if I want to use this session and just after pressing "use this session" it will re-authneticate and will be active again

Is there some way to avoids this as it could annoy users ?

Thanks Eran

UmutAlihan commented 4 years ago

This looks like a server-side issue from Whatsapp. They detect multiple active web logins and asks you to choose one of those..

So I think there might not be a workaround to solve this without reach to Whatsapp backend servers.