Rcrawler icon indicating copy to clipboard operation
Rcrawler copied to clipboard

Vbrowser Argument Syntax

Open xanzadu opened this issue 5 years ago • 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)"

xanzadu avatar Mar 15 '19 19:03 xanzadu

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

tomwwagstaff-product avatar Apr 11 '19 17:04 tomwwagstaff-product

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.

KnutJaegersberg avatar Jun 21 '20 18:06 KnutJaegersberg

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

systemnova avatar Jan 07 '22 03:01 systemnova

I´m also getting this error. Any solution?

MartinsRodrigo avatar Mar 13 '24 00:03 MartinsRodrigo