1

I want to use rvest to scrape this page. However, my code returns a HTTP error even though the page is working fine.

myurl <- "http://rj.olx.com.br/rio-de-janeiro-e-regiao/imoveis/aluguel/aluguel-de-quartos?o=2"
x <- myurl %>% read_html()
Error in open.connection(x, "rb") : HTTP error 544.

What does this error mean? How can I avoid it? Am I getting blocked by the website?

Edit: Solved using this solution.

Community
  • 1
  • 1
iatowks
  • 770
  • 2
  • 6
  • 21
  • 1
    you should make the "edit" an answer or delete the question. – hrbrmstr Nov 12 '16 at 12:21
  • Edit: Solved using [this solution](http://stackoverflow.com/questions/33295686/rvest-error-in-open-connectionx-rb-timeout-was-reached). – iatowks Nov 14 '16 at 19:27

0 Answers0