【发布时间】:2019-03-25 01:44:36
【问题描述】:
我正在尝试使用rvest 包抓取以下文件:
page <- read_html("https://www.gutenberg.org/files/55560/55560-0.txt")
但是,我收到以下错误:
Error in open.connection(x, "rb") :
schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log.
【问题讨论】:
-
为我工作。我在 W10,
rvest_0.3.2. -
谢谢,奇怪。同样在 rvest_0.3.2 上,但在 Windows 7 上。不要认为我们不同的操作系统应该有所作为。
-
您是否尝试过关闭 R 再打开? /我隐藏
-
哈哈,一会儿试试。
-
我在使用 GitHub 桌面将 Git 存储库克隆到我的 PC 时收到相同的消息...