Skip to content
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

Getting a segfault when it tries to download browsers #3

Open
XenGi opened this issue Jan 15, 2024 · 0 comments
Open

Getting a segfault when it tries to download browsers #3

XenGi opened this issue Jan 15, 2024 · 0 comments

Comments

@XenGi
Copy link

XenGi commented Jan 15, 2024

$ go install github.com/rustycl0ck/go-openconnect-sso@latest
$ ./go/bin/go-openconnect-sso --server="https://some-vpn.de/vpn-profile" --config ./vpn-cookie.txt
2024/01/15 11:29:49 Downloading driver to /home/xengi/.cache/ms-playwright-go/1.10.0
2024/01/15 11:29:57 Downloaded driver successfully
2024/01/15 11:29:57 Downloading browsers...
/home/xengi/.cache/ms-playwright-go/1.10.0/playwright.sh: line 3: /home/xengi/.cache/ms-playwright-go/1.10.0/node: cannot execute: required file not found
level=error ts=2024-01-15T10:29:57.143391704Z caller=main.go:52 msg="could not launch playwright" err="could not install driver: could not install browsers: exit status 127"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0xb0 pc=0x78594c]

goroutine 1 [running]:
main.main()
	/home/xengi/go/pkg/mod/github.com/rustycl0ck/go-openconnect-sso@v0.0.0-20210507020141-7e3ac9b4b7ad/main.go:54 +0x130c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant