thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.2k stars 307 forks source link

browser crushing due to "open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)" #534

Open localhost-MouhannadlrX opened 8 months ago

localhost-MouhannadlrX commented 8 months ago

Hi ,

when I use puppeteer-cluster it's will run for a few second then throw this error message : `[0106/104705.699315:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)

[0106/104705.699608:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2) ` and the browser immediately crush and can't restart again .

I tested it with multiple Linux disturbiotions and many chromium version (including the latest stable one ) it's the same issue .

please take a look .