Rcrawler icon indicating copy to clipboard operation
Rcrawler copied to clipboard

Small bug when using Vbrowser

Open maganaluis opened this issue 5 years ago • 2 comments

Preparing browser process Error in "browser:" + i : non-numeric argument to binary operator

Starting at line 514

      for(i in 1:no_cores){
        pkg.env$Lbrowsers[[i]]<-run_browser()
        cat("browser:"+i+" port:"+pkg.env$Lbrowsers[[i]]$process$port)
        Sys.sleep(1)
        cat(".")
        flush.console()
}

maganaluis avatar Mar 07 '19 17:03 maganaluis

Did you end up finding a solution to this problem? I'm having the same issue.

systemnova avatar Jan 07 '22 04:01 systemnova

I too have the same issue. Have you guys found a solution?

omar-elmaria avatar Feb 07 '22 20:02 omar-elmaria