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.02k stars 796 forks source link

Multi devices - "Check your computer internet" when trying to load existing profile #1138

Open roigreenberg opened 2 years ago

roigreenberg commented 2 years ago

Hi Guys.

I moved to multi-devices, and while after scanning the QR the web is opening as it should, after a reset, when it should load the profile from the saved json, I get an error message, asking me to check the computer internet.

Any idea how to solve it?

3dluis commented 2 years ago

The problem is with the WhatsApp web synchronization, the session data is being lost when closing and reopening. What browser are you using with selenium?

ruanduarte commented 2 years ago

I have this problem with Firefox version 61 too. The "solution" was find the "disconnect" button and click to disconnect and get the qr code for login in again every time that I open the browser. :(

I suppose the final and better solution is change the browser to chrome or a new version of Firefox. But I'm having some issues when try to send and receive msg with chrome browser. So I'm trying to fix the issues with the new chrome version to adopt this solution.

andlb commented 2 years ago

I'm having the same issue. The firefox version is 61 too. @ruanduarte do you have the answer?

andlb commented 2 years ago

Hi guys, I've downloaded the lastest stable chrome driver version and I changed it from firefox to chrome and after that I got the issue soveld .

roigreenberg commented 2 years ago

Are you working with docker containers? Can you please share what did you change?