5
Expensive,
I’m trying to hold a conference of records at CREA-RS website, but every time this giving the following error:
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached
Does anyone know what might be going on? R is connecting normal to the internet. Follow the code I’m trying to run:
b2 <- "http://apolo.crea-rs.org.br/apoloaplsrv01/servlet/org.crears.apolo.prod.hsel_profis_consulta_site?,0"
r <- POST(b2, encode = 'form', body = list("_PRF_NROCPF" = 12345678910))
Here ran normal... You made many queries? Did your IP was blocked?
– Daniel Falbel
It gave error already in the first one, and by the browser I can enter the site
– Rcoster
Do you have any firewalls? Other webscrapping codes work there?
– Daniel Falbel
Yes, they work.
readLines(b2)
works also.– Rcoster