使用rvest
时遇到了一个非常奇怪的问题。这是示例之一:https://politics.raisethemoney.com/cchristiansen。该页面可以在任何Web浏览器中正常打开,并且可以由base::url
打开。
A connection with
description "https://politics.raisethemoney.com/cchristiansen"
class "url-libcurl"
mode "r"
text "text"
opened "closed"
can read "yes"
can write "no"
使用xml2::read_html
时会出现404错误。
open.connection(x,“ rb”)中的错误:HTTP错误404。
在Rstudio Cloud和本地计算机(Windows 10)上均进行了测试。我很困惑。为什么会发生这种情况的任何想法?