italoseara / whatsappy

A whatsapp api made with selenium in Python
MIT License
43 stars 8 forks source link

Error #15

Closed benioriginal closed 1 year ago

benioriginal commented 2 years ago

Successfully logged in Traceback (most recent call last): File "c:\Users\BeniN\one = 1 copy 2.py", line 6, in whatsapp.chat(name="Fara diriga Idk") File "C:\Users\BeniN\AppData\Roaming\Python\Python310\site-packages\whatsappy\main.py", line 159, in chat self.Group(self, name) File "C:\Users\BeniN\AppData\Roaming\Python\Python310\site-packages\whatsappy\main.py", line 569, in init self._driver.find_elements(By.CSS_SELECTOR, "div[data-testid=cell-frame-container]")[1].click() File "C:\Python310\lib\site-packages\selenium\webdriver\remote\webelement.py", line 80, in click self._execute(Command.CLICK_ELEMENT) File "C:\Python310\lib\site-packages\selenium\webdriver\remote\webelement.py", line 633, in _execute return self._parent.execute(command, params) File "C:\Python310\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute self.error_handler.check_response(response) File "C:\Python310\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document

also whatsapp.chat works with groups too? and when i promote someone whatsapp.Group.promote(contacts="name") or what?

italoseara commented 1 year ago

This library hasn't been updated in a while, whatsapp web has updated a lot since then, as the library works by clicking in html elements, it could have changed, im planning to update it very soon, and as soon as it happens, i'll make sure this will be fixed.

benioriginal commented 1 year ago

Okay, thanks! :D