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
casestrings.Contains(msg, "browser is not installed") ||
88
+
strings.Contains(msg, "find a browser binary") ||
89
+
strings.Contains(msg, "find a valid URL to download"):
90
+
slog.Error("prereq: browser validation failed, no chrome/chromium found",
91
+
"error", msg,
92
+
"hint", "install a system browser (e.g. sudo apt-get install -y chromium); pd-agent only auto-downloads Chrome on amd64, so arm64 hosts must have one installed")
0 commit comments