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

remote setup problem #976

Closed Ombental closed 3 years ago

Ombental commented 3 years ago

Followed all the steps lain out here: https://github.com/mukulhase/WebWhatsapp-Wrapper#docker-and-remote-selenium-installation

And got this:

Traceback (most recent call last):
  File "sample/remote.py", line 35, in <module>
    for contact in driver.get_unread():
  File "/usr/local/lib/python3.8/site-packages/webwhatsapi/__init__.py", line 416, in get_unread
    raw_message_groups = self.wapi_functions.getUnreadMessages(
  File "/usr/local/lib/python3.8/site-packages/webwhatsapi/wapi_js_wrapper.py", line 44, in __getattr__
    wapi_functions = dir(self)
TypeError: 'NoneType' object is not iterable
Ombental commented 3 years ago

my bad

RabiRoshan commented 3 years ago

Hi @Ombental , I am having this issue. Can you please explain on how did you fix it?

Ombental commented 3 years ago

Hey @RabiRoshan I actually don't quite remember, Sorry