alright icon indicating copy to clipboard operation
alright copied to clipboard

New Update on PYPI

Open Kalebu opened this issue 1 year ago • 5 comments

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

Kalebu avatar Sep 16 '23 22:09 Kalebu

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 avatar Sep 18 '23 14:09 giulio333

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

giulio333 avatar Sep 18 '23 14:09 giulio333

@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 ()

alexferra avatar Sep 20 '23 00:09 alexferra

@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

Kalebu avatar Sep 20 '23 16:09 Kalebu

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)

leggewie avatar Oct 03 '23 07:10 leggewie