-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
No caixin articles appear in the readwise feed #2
Comments
你好,想问一下是一篇文章都没成功过,还是运行到后来突然报错的? |
是一篇文章都没成功过 |
我这边试了是正常的。请问你的账号有会员吗? |
@fr0der1c `INFO 2023-11-14 13:23:33,684 readform (website_base.py:244) [caixin] Start to refresh ERROR 2023-11-14 13:24:33,822 readform (website_base.py:232) Page https://companies.caixin.com/2023-11-13/102135363.html will be retried later. ` |
@duneploo @2jfuox2hx hi,Readform已经发布v1.0.0版本。这一版本使用Go语言完全重写了整个仓库的代码,并修复了若干问题,欢迎尝试使用这一版本,并检查是否可以正常使用了。 |
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!
The text was updated successfully, but these errors were encountered: