salimk / Rcrawler

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

LinkExtractor argument is of length zero #82

Open snvv opened 6 months ago

snvv commented 6 months ago

Hello I use the following command:

LinkExtractor("https://www.investing.com/analysis/stock-markets", ExternalLInks = TRUE, Useragent = "Chrome/41.0.2228.0")

and I get the following error:

Error in if (page$status_code %in% errstat) { : argument is of length zero

Is there something that I can do to overcome the error message?