Does anybody is having problem with new whatsapp version?
I got this error:
42 :rtype: JsFunction
43 """
---> 44 wapi_functions = dir(self)
45
46 if item not in wapi_functions:
TypeError: 'NoneType' object is not iterable
There isn't window.WAPI anymore.
Does anybody is having problem with new whatsapp version?
I got this error:
---> 44 wapi_functions = dir(self)
45
46 if item not in wapi_functions:
TypeError: 'NoneType' object is not iterable
There isn't window.WAPI anymore.