I want to scrap a https website, but I failed.
Here is my code:
require(rvest)
url <- "https://www.sunnyplayer.com/de/"
content <- read_html(url)
But I have error in console- "Error in open.connection(x, "rb") : Timeout was reached" How I can fix this problem?
See Question&Answers more detail:os