alright
alright copied to clipboard
New Update on PYPI
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
pip install ---upgrade alright
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
Just solved with "pip install --upgrade webdriver-manager" to version 4.0.0
@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 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 ()
Thank you for picking up this, Fixed, will be included in the next PYPI upgrade
Thank you for your work on alright!
Two comments, I would like to make
- it is utterly unclear what codebase on PyPi relates to what git version or commit. can that be improved?
- please read http://semver.org (releasing version 2.61 as a bug fix to version 2.6 is not a good idea)