We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while trying to download:
2024-12-25 15:42:32,008 - __main__ - INFO - Already logged in Traceback (most recent call last): File "/home/user/Downloads/litres-downloader/./litres-downloader.py", line 201, in <module> sys.exit(App().run()) ^^^^^^^^^^^ File "/home/user/Downloads/litres-downloader/./litres-downloader.py", line 182, in run pages = self.get_pages_count() ^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/Downloads/litres-downloader/./litres-downloader.py", line 105, in get_pages_count li = self.driver.find_element(By.CSS_SELECTOR, 'li[class="volume"]') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/Downloads/litres-downloader/myenv/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 831, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/user/Downloads/litres-downloader/myenv/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/user/Downloads/litres-downloader/myenv/lib/python3.12/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"li[class="volume"]"} (Session info: chrome=129.0.6668.100) Stacktrace: #0 0x5d6c9023eb9a <unknown> #1 0x5d6c8ff24670 <unknown> #2 0x5d6c8ff73c48 <unknown> #3 0x5d6c8ff73ee1 <unknown> #4 0x5d6c8ffba924 <unknown> #5 0x5d6c8ff98bad <unknown> #6 0x5d6c8ffb7dd6 <unknown> #7 0x5d6c8ff98923 <unknown> #8 0x5d6c8ff666e7 <unknown> #9 0x5d6c8ff676de <unknown> #10 0x5d6c9020866b <unknown> #11 0x5d6c9020c611 <unknown> #12 0x5d6c901f44e5 <unknown> #13 0x5d6c9020d192 <unknown> #14 0x5d6c901d96ef <unknown> #15 0x5d6c9022d9d8 <unknown> #16 0x5d6c9022dba7 <unknown> #17 0x5d6c9023d9ec <unknown> #18 0x733be9aa1e2e <unknown> #19 0x733be9b33a4c <unknown>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error while trying to download:
The text was updated successfully, but these errors were encountered: