Error getting last panel on booklive #16
Unanswered
dinhhung893
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please, help me! When I tried to get the last panel on booklive, I got this error message.
2022-03-15 15:20:22,476 - CCDL - ERROR - Traceback (most recent call last):
File "C:\Users\dinhh\Desktop\ccdl-master\CcdlSimpleStarter.py", line 95, in
reader.downloader()
File "C:\Users\dinhh\AppData\Roaming\Python\Python310\site-packages\ccdl-0.2.7-py3.10.egg\ccdl\binb.py", line 229, in downloader
while(start_page < self.page_number()[1]):
File "C:\Users\dinhh\AppData\Roaming\Python\Python310\site-packages\ccdl-0.2.7-py3.10.egg\ccdl\binb.py", line 204, in page_number
raise e
File "C:\Users\dinhh\AppData\Roaming\Python\Python310\site-packages\ccdl-0.2.7-py3.10.egg\ccdl\binb.py", line 198, in page_number
elemt = WebDriverWait(self._driver, WAIT_TIME, 0.5).until(
File "C:\Users\dinhh\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\support\wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message: 無法定位元素 menu_slidercaption
Beta Was this translation helpful? Give feedback.
All reactions