rad icon indicating copy to clipboard operation
rad copied to clipboard

运行rad报错

Open thum123 opened this issue 3 years ago • 4 comments

chrome-linux版本为79 [ERRO] 2021-10-28 15:05:48 [rad:radium.go:209] [launcher] Failed to get the debug url: [1028/150547.437603:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

[launcher] Failed to get the debug url: [1028/150547.437603:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

thum123 avatar Oct 28 '21 07:10 thum123

解决了:

修改如下文件
vim /usr/bin/google-chrome
将 exec -a "$0" "$HERE/chrome" "$@"  改为
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox

Jarcis-cy avatar Oct 29 '21 01:10 Jarcis-cy

不知道为哈 我用这个还是报错

Zer028 avatar Aug 27 '22 05:08 Zer028

windows10 chrome110.0.5481.178 版本 >.\rad_windows_amd64.exe -t https://www.xxx.com -wait-login -http-proxy 127.0.0.1:8080 无法启动,错误:

[ERRO] 2023-03-03 17:15:47 [rad:radium.go:209] [launcher] Failed to get the debug url: [launcher] Failed to get the debug url:

michaellcader avatar Mar 03 '23 09:03 michaellcader