gpt4 book ai didi

read_html -- read_connection_(x, n) : Evaluation error: Failure when receiving data from the peer 中的错误

转载 作者:行者123 更新时间:2023-12-03 23:37:36 25 4
gpt4 key购买 nike

我正在使用 rvest 和 read_html 来尝试抓取网站。抓取以前对我有用,但它不再起作用了。使用 R 版本 3.4.2 和 rvest 0.3.2

这是我的代码:

library(rvest)

read_html("http://hamilton.edu/news/story/the-medias-effect-on-womens-body-image")

我的错误是:

Error in read_connection_(x, n) : 
Evaluation error: Failure when receiving data from the peer.

有什么想法吗?

最佳答案

在 url() 中包装 URL 似乎可以解决问题。

read_html(url("http://hamilton.edu/news/story/the-medias-effect-on-womens-body-image"))

关于read_html -- read_connection_(x, n) : Evaluation error: Failure when receiving data from the peer 中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47503106/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com