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

Error WhatsAPIDriver on Chrome #977

Closed krypton-byte closed 2 years ago

krypton-byte commented 3 years ago

driver = WhatsAPIDriver(client='chrome', chrome_options=[]) Traceback (most recent call last): File "", line 1, in File "/home/krypton-byte/.local/lib/python3.8/site-packages/webwhatsapi/init.py", line 227, in init self.connect() File "/home/krypton-byte/.local/lib/python3.8/site-packages/webwhatsapi/init.py", line 232, in connect local_storage_file = os.path.join(self._profile.path, self._LOCAL_STORAGE_FILE) AttributeError: 'Options' object has no attribute 'path'

rawalvarun commented 3 years ago

I had the same issue.. Looks like the release version in PyPi doesn't have the latest code updated (the code doesnt match the updated code in the repository)