salimk / Rcrawler

An R web crawler and scraper
http://www.sciencedirect.com/science/article/pii/S2352711017300110
Other
350 stars 92 forks source link

Rcrawler does not return any results #31

Closed anupnyk closed 6 years ago

anupnyk commented 6 years ago

I ran the code for Rcrawler using the sample example, however this did not return any results.

can someone let me know what I am missing?

crawler(Website = "http://www.glofile.com", no_cores = 4, no_conn = 4) In process : 1.. Progress: 100.00 % : 1 parssed from 1 | Collected pages: 0 | Level: 1

tmerrittsmith commented 6 years ago

I had this issue, and found that loading library(httr) first fixed things.

(Presuming your code above is Rcrawler(Website...

salimk commented 6 years ago

We have fixed the issue,

Subscribe to our mailing list to stay updated http://eepurl.com/dMv_7s

Thanks