Closed lisovyk closed 4 years ago
After further investigation I realised Chromium can't be run as root, and I couldn't figure out how to make it work under root on debian. Instead I installed google-chrome, and run it with '--no-sandbox'
. Seems to work like that. If anyone has further comments, please provide them :)
I'm trying to run some scraping with
crrri
. Had no problem working with it on macOS. Later I installed chromium inside docker container on debian linux 10. Installed chromium withapt-get install chromium
When I run R and try to create new chromium instance, I'm getting this error:
Please help me figure it out!