We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./zrok -v share public http://localhost:8000 [ 0.601] DEBUG sdk-golang/ziti.(*contextImpl).Authenticate: attempting to authenticate [ 0.977] DEBUG sdk-golang/ziti/edge/api.(*ctrlClient).Login: {apiSessionId=[cld4ye3t7gwdg9uqcpqtlsgkp]} logged in as [email protected]@DragonEgg/16aN0KBDHh [ 0.977] DEBUG sdk-golang/ziti/edge/api.(*ctrlClient).GetServices: using apiSession apiSession token a30c89c3-099c-4d44-9a84-d061045a5b6a [ 1.076] DEBUG sdk-golang/ziti.(*contextImpl).processServiceUpdates: procesing service updates with 3 services panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0xf49199] goroutine 16 [running]: github.com/charmbracelet/bubbletea.(*Program).Send(...) /home/runner/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:501 main.(*shareModel).Write(0xc0002e5180, {0xc00016bd80?, 0x73, 0xc0003c15f0?}) /home/runner/work/zrok/zrok/cmd/zrok/shareTui.go:208 +0xf9 github.com/sirupsen/logrus.(*Entry).write(0xc000230930) /home/runner/go/pkg/mod/github.com/sirupsen/[email protected]/entry.go:294 +0x128 github.com/sirupsen/logrus.(*Entry).log(0xc0001d18a8, 0x5, {0xc000486f80, 0x31}) /home/runner/go/pkg/mod/github.com/sirupsen/[email protected]/entry.go:252 +0x445 github.com/sirupsen/logrus.(*Entry).Log(0xc0001d18a8, 0x5, {0xc0001d1708?, 0x2?, 0x2?}) /home/runner/go/pkg/mod/github.com/sirupsen/[email protected]/entry.go:304 +0x4f github.com/sirupsen/logrus.(*Entry).Logf(0xc0001d18a8, 0x5, {0x1362dab?, 0x0?}, {0xc00008e808?, 0x0?, 0x0?}) /home/runner/go/pkg/mod/github.com/sirupsen/[email protected]/entry.go:349 +0x85 github.com/sirupsen/logrus.(*Entry).Debugf(...) /home/runner/go/pkg/mod/github.com/sirupsen/[email protected]/entry.go:358 github.com/openziti/sdk-golang/ziti.(*contextImpl).createSession(0xc00008ea48?, 0xc000478850, {0x1338279, 0x4}) /home/runner/go/pkg/mod/github.com/openziti/[email protected]/ziti/ziti.go:925 +0x18f github.com/openziti/sdk-golang/ziti.(*contextImpl).createSessionWithBackoff.func1() /home/runner/go/pkg/mod/github.com/openziti/[email protected]/ziti/ziti.go:906 +0x32 github.com/cenkalti/backoff/v4.RetryNotifyWithTimer(0xc0001d1b98, {0x232ef88, 0xc000630540}, 0x0, {0x0?, 0x0?}) /home/runner/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:55 +0x12a github.com/cenkalti/backoff/v4.RetryNotify(...) /home/runner/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:34 github.com/cenkalti/backoff/v4.Retry(...) /home/runner/go/pkg/mod/github.com/cenkalti/backoff/[email protected]/retry.go:28 github.com/openziti/sdk-golang/ziti.(*contextImpl).createSessionWithBackoff(0xc00047e180, 0xc000478850, {0x1338279, 0x4}, {0x2328240, 0xc0001ced40}) /home/runner/go/pkg/mod/github.com/openziti/[email protected]/ziti/ziti.go:919 +0x145 github.com/openziti/sdk-golang/ziti.(*listenerManager).createSessionWithBackoff(0xc000478af0) /home/runner/go/pkg/mod/github.com/openziti/[email protected]/ziti/ziti.go:1231 +0x57 github.com/openziti/sdk-golang/ziti.(*listenerManager).run(0xc000478af0) /home/runner/go/pkg/mod/github.com/openziti/[email protected]/ziti/ziti.go:1053 +0x45 created by github.com/openziti/sdk-golang/ziti.newListenerManager /home/runner/go/pkg/mod/github.com/openziti/[email protected]/ziti/ziti.go:1033 +0x316
The text was updated successfully, but these errors were encountered:
fix verbose mode panic with tui log capture (#174)
54476d2
michaelquigley
No branches or pull requests
The text was updated successfully, but these errors were encountered: