phantombuster / nickjs

Web scraping library made by the Phantombuster team. Modern, simple & works on all websites. (Deprecated)
https://nickjs.org
ISC License
500 stars 48 forks source link

I am getting following errors from Google Chrome #38

Closed msaus closed 6 years ago

msaus commented 6 years ago

Nickjs: 0.3.6 Chrome: 67.0.3396.62 Ubuntu: 16.04.4

I am trying to crawl google map and got following error.

2018-06-01 10:34 : CHROME STDERR: [0601/103455.634767:ERROR:gpu_process_transport_factory.cc(1017)] Lost UI shared context. 2018-06-01 10:34 : CHROME STDERR:

Best regards,

msaus commented 6 years ago

I solve myself...

What I did is just reinstalling google chrome.

But, I do not know why I got these errors.

This is how I did.

sudo dpkg -r google-chrome-stable wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' sudo apt update sudo apt install google-chrome-stable