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

checkNumberStatus #937

Open zainkafeel opened 4 years ago

zainkafeel commented 4 years ago

is the checkNumberStatus Working? when i try check number status i get this error below.

number_status = self.wapi_functions.checkNumberStatus(number_id) File "/home/ubuntu/WebWhatsapp-Wrapper/webwhatsapi/wapi_js_wrapper.py", line 45, in getattr wapi_functions = dir(self) TypeError: 'NoneType' object is not iterable

please solved and let me know.

erickythierry commented 4 years ago

i'm using the function driver.check_number_status(number_id) and working well

robotfpv commented 3 years ago

just used it a couple of hours ago:

    `print(driver.check_number_status(phone_whatsapp).status)`

i dont think your problem is created by the function checkNumberStatus

arvind1kumar1 commented 3 years ago

i'm using the function driver.check_number_status(number_id) and working well

can you tell me where i shoud change in code.

andressamarcal commented 3 years ago

I have the same problem :/