Kalebu / alright

Python wrapper for WhatsApp web-based on selenium
https://www.youtube.com/watch?v=yitQTt-NukM
MIT License
368 stars 110 forks source link

New Update on PYPI #137

Open Kalebu opened 1 year ago

Kalebu commented 1 year ago
Pushed upgrade on PYPI (2.61) ---------------------------- Just pushed a new update to Pypi with most of the issues fixed including but not limited to - find_by_username xpath - sending_pictures xpath - sending_videos xpath - sending_documents xpath Please upgrade your package to use the latest changes ```bash pip install ---upgrade alright ```
giulio333 commented 1 year ago

Hi! Just updated but but I got this error:

line 16, in validate_response
raise ValueError(f"There is no such driver by url {resp.url}") ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116.0.5845

giulio333 commented 1 year ago

Just solved with "pip install --upgrade webdriver-manager" to version 4.0.0

alexferra commented 1 year ago

@Kalebu error on get_last_message_received

alright__init__.py", line 732, in get_last_message_received EC.presence_of_all_elements_located( TypeError: presence_of_all_elements_located() takes 1 positional argument but 2 were given

I think solution is just to include ()

Kalebu commented 1 year ago

@Kalebu error on get_last_message_received

alrightinit.py", line 732, in get_last_message_received EC.presence_of_all_elements_located( TypeError: presence_of_all_elements_located() takes 1 positional argument but 2 were given

I think solution is just to include ()

Thank you for picking up this, Fixed, will be included in the next PYPI upgrade

leggewie commented 12 months ago

Thank you for your work on alright!

Two comments, I would like to make