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 796 forks source link

CheckNumberStatus not working #1034

Open erickmourasilva opened 3 years ago

erickmourasilva commented 3 years ago

This function not working more. Show result in image: image

mgrm007 commented 3 years ago

Anyone? Same problem here...

krasymyr commented 3 years ago

stuck here too

chirag90851 commented 3 years ago

Same here

frankdors commented 3 years ago

Here is the solution

chirag90851 commented 3 years ago

Store.WapQuery.SendPing is not a function

chirag90851 commented 3 years ago

Error on execute - Uncaught TypeError: window.Store.WapQuery.SendPing is not a function

mouhammad-zd commented 3 years ago

@chirag90851 you can forget my solution Actually in my code i was making a fallback when an exception is occured and in this exception i am sending this message without checking if the id exists so for that it works

I checked it now and i see the same exception you mentioned above that SendPing is not a function

But because my fallback always use the SendMessage so this is the reason that the message has been sent successfully

Apologize for any confusion :(

mouhammad-zd commented 3 years ago

@chirag90851 try this solution it worked for me now

https://github.com/open-wa/wa-automate-nodejs/issues/1748#issuecomment-853545581