rod icon indicating copy to clipboard operation
rod copied to clipboard

Rod In Docker - panic: fork/exec /root/.cache/rod/browser/chromium-1033860/chrome-linux/chrome: no such file or directory

Open apikee opened this issue 3 years ago • 1 comments

Rod Version: v0.109.1

Hello, i'm using Rod in my project, with "auto browser install" feature. I use this piece of code at the beginning of my code to create connection to the browser: browser := rod.New().MustConnect().NoDefaultDevice() It works fine locally but once I build the project with docker, the installation of a browser starts, successfully finishes, unpacking starts, finishes and then this error occurs and process fails: panic: fork/exec /root/.cache/rod/browser/chromium-1033860/chrome-linux/chrome: no such file or directory

Any idea how to solve the issue? Thanks

apikee avatar Aug 21 '22 19:08 apikee

Please check rod's official image: https://go-rod.github.io/#/custom-launch?id=remotely-manage-the-launcher

ysmood avatar Aug 22 '22 04:08 ysmood