saml2aws login issue macbook m2 how to fix nil pointer exception? #16728
Closed
mehtaruchir
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
getting below error when trying to login using saml2aws in new macbook m2?
installed saml2aws using brew
installed node latest version using brew
installed aws cli latest version using brew
installed go using brew
Still I am continuously getting this issue. any one else faced this issue.
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x60 pc=0x1052ce8d8]
goroutine 1 [running]:
github.com/versent/saml2aws/v2/pkg/provider/browser.glob..func1({0x1059acc98, 0x140001ac140}, 0x140000b04d0)
github.com/versent/saml2aws/v2/pkg/provider/browser/browser.go:98 +0x1b8
github.com/versent/saml2aws/v2/pkg/provider/browser.(*Client).Authenticate(0x1400000ef48, 0x140000b04d0)
github.com/versent/saml2aws/v2/pkg/provider/browser/browser.go:78 +0x214
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.Login(0x14000020f80)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/login.go:105 +0x458
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.loginRefreshCredentials(0x140000942a0?, 0x0?)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/console.go:105 +0x24
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.loadOrLogin(0x14000390480, 0x0?, 0x140003fa080)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/console.go:83 +0x118
github.com/versent/saml2aws/v2/cmd/saml2aws/commands.Console(0x140003fa080)
github.com/versent/saml2aws/v2/cmd/saml2aws/commands/console.go:46 +0x80
main.main()
github.com/versent/saml2aws/v2/cmd/saml2aws/main.go:195 +0x6db4
Beta Was this translation helpful? Give feedback.
All reactions