-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Please review the log:
INFO 2023-08-05 10:31:01,671 readform (website_base.py:244) [caixin] Start to refresh
INFO 2023-08-05 10:32:02,149 readform (website_base.py:215) Getting page content for https://finance.caixin.com/2023-08-04/102090125.html
INFO 2023-08-05 10:32:22,583 readform (website_caixin.py:51) waiting for article body to load...
INFO 2023-08-05 10:32:23,199 readform (website_caixin.py:63) body loading finished
INFO 2023-08-05 10:32:23,693 readform (website_caixin.py:67) is paywalled content and not logged-in
INFO 2023-08-05 10:32:23,693 readform (website_caixin.py:84) logging in...
INFO 2023-08-05 10:32:37,888 readform (website_caixin.py:117) waiting to be redirected...
ERROR 2023-08-05 10:34:18,070 readform (website_base.py:230) [caixin] Got exception while getting content:
Traceback (most recent call last):
File "/var/app/website_base.py", line 219, in handle_article
content = get_page_content(single_url)
File "/var/app/website_base.py", line 209, in get_page_content
return domain_agent_dict[domain].get_page_content(url)
File "/var/app/website_base.py", line 96, in get_page_content
self.ensure_logged_in()
File "/var/app/website_caixin.py", line 68, in ensure_logged_in
self.login(self.get_driver())
File "/var/app/website_caixin.py", line 120, in login
WebDriverWait(driver, timeout=100).until(invisibility_of_element_located(login_form))
File "/usr/local/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
ERROR 2023-08-05 10:34:18,070 readform (website_base.py:232) Page https://finance.caixin.com/2023-08-04/102090125.html will be retried later.
How to fix it, please help!