italoseara / whatsappy

A whatsapp api made with selenium in Python
MIT License
43 stars 8 forks source link

cant login, whatsapp web hangs #8

Closed KleanOcean closed 2 years ago

KleanOcean commented 2 years ago

once i run the code, the log in part hanged and cant further proceed, is the code working now?

italoseara commented 2 years ago

does it raise any errors? have you tried using whatsapp.login(visible=True) to see what's happening?

italoseara commented 2 years ago

as it is the first time of you using it, it may take a while to load, as the new whatsapp update forces you to download all the conversations you have, it happened to me too a while ago, but as soon as the download had finished, it came back to normal

KleanOcean commented 2 years ago

Thanks, it works now, i previously cannot login due to the multi device setting, once i switch it off, yr code works!