RCurl,错误:无法连接到主机

发布于 2024-12-07 16:35:08 字数 316 浏览 2 评论 0原文

我使用 Rstudio 服务器以及 RCurl 和 XML 包。我尝试抓取网页,但成功完成一次后,收到错误消息:

 Error in curlPerform(curl = curl, .opts = opts, .encoding = .encoding) : 
 couldn't connect to host

尝试获取 URL 时:

getURL(my_url, encoding="UTF-8", followLocation = TRUE)

任何想法为什么会发生这种情况?

I use Rstudio server, and the packages RCurl and XML. I tried to scrape a webpage, but after having done it once successfully, I got the error message:

 Error in curlPerform(curl = curl, .opts = opts, .encoding = .encoding) : 
 couldn't connect to host

when trying to get the URL:

getURL(my_url, encoding="UTF-8", followLocation = TRUE)

Any ideas why this is happening?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

电影里的梦 2024-12-14 16:35:08

也许你应该尝试设置你的 RCurlOptions:

options(RCurlOptions = list(proxy = "my.proxy", proxyport = my.proxyport.number))

我希望它有帮助。

Maybe you should try setting your RCurlOptions:

options(RCurlOptions = list(proxy = "my.proxy", proxyport = my.proxyport.number))

I hope it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文