My code to grab some data from a website was working well until this morning. I am now getting a 403 error when the rsDriver tries to check on the download for the geckodriver.
library(RSelenium)
library(wdman)
pjsDrv <- phantomjs(verbose = FALSE, check = FALSE)
rD <- rsDriver(browser = "phantomjs")
checking Selenium Server versions:
BEGIN: PREDOWNLOAD
BEGIN: DOWNLOAD
BEGIN: POSTDOWNLOAD
checking chromedriver versions:
BEGIN: PREDOWNLOAD
BEGIN: DOWNLOAD
BEGIN: POSTDOWNLOAD
checking geckodriver versions:
BEGIN: PREDOWNLOAD
Error in open.connection(con, "rb") : HTTP error 403.
Any ideas?
Aucun commentaire:
Enregistrer un commentaire