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

TypeError: 'NoneType' object is not iterable #1174

Open Eikosa opened 1 year ago

Eikosa commented 1 year ago
>>> driver = WhatsAPIDriver("chrome", username="mkhase")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\USER\AppData\Local\Programs\Python\Python310\lib\site-packages\webwhatsapi\__init__.py", line 202, in __init__
    for option in chrome_options:
TypeError: 'NoneType' object is not iterable