RSelenium
RSelenium copied to clipboard
Error in subprocess::process_kill(seleniumdrv)
I am trying to scrape brooks baseball pitchfx data using RSelenium. I have R 3.5 installed, but installed binman, wdman, and RSelenium via github.
Seemingly randomly within my RSelenium code (it happens at different parts of the code) I get the ERROR:
Error in subprocess::process_kill(seleniumdrv) :
system kill() failed: Operation not permitted
This kills my remDr and crashes my loop code.
I've looked everywhere and can't find a solution, thank you in advance!
I launch the VM using:
rD <- rsDriver()
remDr <- rD$client
remDr$setImplicitWaitTimeout(10000)
remDr$navigate("http://www.brooksbaseball.net/pfxVB/pfx.php")
I'm having this issue as well.
@nbarsch What does your loop code look like?
I am facing this issue too. Any workaround would be very helpful. Thanks,
@Bogaso could you share a reproducible example (reprex).