You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the @open-wa/wa-automate in Docker, I encountered a browser launch failure. The following error appears:
vbnet
Error: Failed to launch the browser process!
[ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory
Steps Tried:
Used --no-sandbox, --disable-setuid-sandbox flags.
Installed Chromium in the container.
Ran with Docker --privileged.
Environment:
Docker container running open-wa/wa-automate
Node.js with Puppeteer
Link to troubleshooting guide: https://pptr.dev/troubleshooting
Could you help me resolve this?
The text was updated successfully, but these errors were encountered:
While running the @open-wa/wa-automate in Docker, I encountered a browser launch failure. The following error appears:
vbnet
Error: Failed to launch the browser process!
[ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory
Steps Tried:
Used --no-sandbox, --disable-setuid-sandbox flags.
Installed Chromium in the container.
Ran with Docker --privileged.
Environment:
Docker container running open-wa/wa-automate
Node.js with Puppeteer
Link to troubleshooting guide: https://pptr.dev/troubleshooting
Could you help me resolve this?
The text was updated successfully, but these errors were encountered: