-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go chrome selenium on VM gives EGL_NOT_INITIALIZED #316
Comments
Starting ChromeDriver 117.0.5885.0 (1aef0b26535f0eba2a7d09ecd2eff12a72eb3f69-refs/heads/main@{#1169182}) on port 4446 |
func ChromeDriver() selenium.WebDriver {
} |
Any help on how to crack the issue. go run init.go --alsologtostderr --download_browsers --download_latest |
[1689150280.783][DEBUG]: DevTools WebSocket Response: Runtime.releaseObjectGroup (id=17) (session_id=E732773EE654198B16CE196EF08F163E) FFC17A2423A5549D8A2C6F282CBFCD7A {
}
[1689150280.783][INFO]: [421d1d25a67b7ee706d7e8943a2023f3] COMMAND Quit {
}
[1689150280.833][INFO]: [421d1d25a67b7ee706d7e8943a2023f3] RESPONSE Quit
[1689150280.833][DEBUG]: Log type 'driver' lost 0 entries on destruction
[1689150280.833][DEBUG]: Log type 'browser' lost 0 entries on destruction
MoTTY X11 proxy: Unsupported authorisation protocol
[0100/000000.835551:ERROR:angle_platform_impl.cc(44)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
ERR: DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[0100/000000.835631:ERROR:angle_platform_impl.cc(44)] Display.cpp:1064 (initialize): ANGLE Display::initialize error 12289: Not initialized.
ERR: Display.cpp:1064 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[0100/000000.835675:ERROR:gl_display.cc(520)] EGL Driver message (Critical) eglInitialize: Not initialized.
[0100/000000.835690:ERROR:gl_display.cc(795)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[0100/000000.835710:ERROR:gl_display.cc(829)] Initialization of all EGL display types failed.
[0100/000000.835727:ERROR:gl_ozone_egl.cc(26)] GLDisplayEGL::Initialize failed.
Post "http://localhost:4446/wd/hub/session//element": dial tcp [::1]:4446: connect: connection refused
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x6eadde]
goroutine 1 [running]:
main.Sensors({0x84aed0, 0xc000200360})
/diag/pvenkata/hw_diagnostics/cli/bmcsensor.go:17 +0xde
main.TestWebBMC()
/diag/pvenkata/hw_diagnostics/cli/bmcwebdriver.go:43 +0x3b
main.main()
/diag/pvenkata/hw_diagnostics/cli/main.go:588 +0xe5e
[root@pvenkata-bff35y cli]# MoTTY X11 proxy: Unsupported authorisation protocol
[0100/000000.934734:ERROR:angle_platform_impl.cc(44)] DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
ERR: DisplayVkXcb.cpp:59 (initialize): xcb_connect() failed, error 1
[0100/000000.934794:ERROR:angle_platform_impl.cc(44)] Display.cpp:1064 (initialize): ANGLE Display::initialize error 12289: Not initialized.
ERR: Display.cpp:1064 (initialize): ANGLE Display::initialize error 12289: Not initialized.
[0100/000000.934812:ERROR:gl_display.cc(520)] EGL Driver message (Critical) eglInitialize: Not initialized.
[0100/000000.934837:ERROR:gl_display.cc(795)] eglInitialize SwANGLE failed with error EGL_NOT_INITIALIZED
[0100/000000.934850:ERROR:gl_display.cc(829)] Initialization of all EGL display types failed.
[0100/000000.934859:ERROR:gl_ozone_egl.cc(26)] GLDisplayEGL::Initialize failed.
The text was updated successfully, but these errors were encountered: