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.02k stars 796 forks source link

new version of whatsapp #1025

Open arvind1kumar1 opened 3 years ago

arvind1kumar1 commented 3 years ago

Hello everyone, when i use whatsapp version(2.21.4.x) then it works but when i use whatsapp version(2.21.7.x) then it throw a error line 44, in getattr wapi_functions = dir(self) TypeError: 'NoneType' object is not iterable

erm3nda commented 3 years ago

You mean that works differently when using different versions of whatsapp in the phone? That's really incredible, because whatsapp works in the web version.

I saw that problem few issues before...

wapi_functions = dir(self) TypeError: 'NoneType' object is not iterable

Mine still working without issues.