salimk/Rcrawler

Vbrowser Argument Syntax

xanzadu opened this issue · 4 comments

Line 516 of the code:

"cat("browser:"+i+" port:"+pkg.env$Lbrowsers[[i]]$process$port)"

returns non-numeric argument to binary operator error.

It should use "," instead of "+". I.e.

"cat("browser:",i," port:",pkg.env$Lbrowsers[[i]]$process$port)"

Also experiencing this error (but didn't know why!)

yes, this error keeps bugging me too. what i ended up doing was downloading the code, changing the error and rezipping it to make it installable without the error.
important error! without the javascript rendering via browser is not usable.

I'm getting the same error, but this code seems to have already been updated to the change proposed above.
Are there any other trouble shooting steps to get Vbroswer working when it produces the following error:

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

I´m also getting this error. Any solution?