Kalebu / alright

Python wrapper for WhatsApp web-based on selenium
https://www.youtube.com/watch?v=yitQTt-NukM
MIT License
368 stars 110 forks source link

Unable to send whatsapp messages to unknown/unsaved numbers #91

Closed syedizhar1979 closed 1 year ago

syedizhar1979 commented 1 year ago

Dear Members, please help me regarding whatsapp messages send by ALRIGHT ... it starts happens when whatsapp updates themselves

i have a unsaved number and i am trying to send messages but error is returning 2022-11-22 11:54:15,478 - root -- [INFO] >> 4

my code is under

from alright import WhatsApp messenger = WhatsApp() messenger.find_user('+923461234567')

i also tried without + sign but unable to send

syedizhar1979 commented 1 year ago

invalid whatsappno

Kalebu commented 1 year ago

This error message shows that the number you're trying to find does not have a valid WhatsApp Account.

This Method will only work for numbers with valid account otherwise it will fail

@syedizhar1979

syedizhar1979 commented 1 year ago

Dear Mr. Kalebu, thanks for the reply but i wanted to tell you that i am using the valid number on it but it only allows me to send message for those who are already added in my contact list/whatsapp list so i am trying to clear you once again that on unknown/unsaved your code is not working

the same code was working before 5 days but after upgradation / updating the whatsapp i am facing the problem

syedizhar1979 commented 1 year ago

you can check this number +923468203866, this is original number of my customer, which is not added in my contact list or whatsapp list so this is new number/unknown number or unsaved number, where whatsapp is not allowing to send direct message and giving error

image-whatsapp

syedizhar1979 commented 1 year ago

the above whatsapp picture showing that number is exist on whatsapp

syedizhar1979 commented 1 year ago

i would like to advise you all that please check this alright wrapper code on new/unsaved/unknown whatsapp number, now whatsapp increases the security last week through its new update, please check

Kalebu commented 1 year ago

Thank you for clarifying and letting us know

We look into and see if there are ways around this

@syedizhar1979 @euriconicacio

syedizhar1979 commented 1 year ago

@Kalebu i am waiting for this

matanmoshe commented 1 year ago

I encounter the same issue.. Worked 2 weeks ago and now fails to find unsaved contacts

Kalebu commented 1 year ago

Hello @syedizhar1979 @matanmoshe

Are you still experiencing the issue, just tried seconds ago for unsaved number it worked

Please let me know ?

matanmoshe commented 1 year ago

@Kalebu looks like the issue is resolved

syedizhar1979 commented 1 year ago

@Kalebu yes thanks, issue resolved but what was the issue? you update it or Whatsapp did it by themselves ???

Kalebu commented 1 year ago

Good to hear this @syedizhar1979 @matanmoshe

I haven't changed anything, It was an update done WhatsApp themselves

I will now close this issue