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

issue with get unread message after send message to id #240

Open mhndm opened 6 years ago

mhndm commented 6 years ago

after i use the latest version of this code (store issue) I have two issue : the first one : When i send messages to several contacts (3 or 5) using : driver.send_to_whatsapp_id(contact_id,text_message) all the contact names becomes the same in the left chat list (the first one thats i send to it a message), and all those contacts when send me a message, the sender id appear the first one thats i send to it message! if i refresh the web page the names re appear good and i get the correct sender id . Please note, if i don't send message to several id's the driver.get_unread contact.chat.id give me the correct contact id.

the second issue : I use sendImageFromDatabasePicBot to send image from the DATABASEPICBOT, the picture arrive to the new contact and the code freeze and stop after the image arrive to the contact.

I use : Ubuntu 14.04 Python 3.4.3 Mozilla Firefox 60.0.1

any suggestions ?

mhndm commented 6 years ago

is this happen only with me ?