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

Seeing a panic on sign-and-notarize #529

Open
matthewmueller opened this issue Dec 26, 2024 · 2 comments
Open

Seeing a panic on sign-and-notarize #529

matthewmueller opened this issue Dec 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@matthewmueller
Copy link

Hi there,

What happened:

quill sign-and-notarize dist/dot_0.0.1_darwin_arm64/dot
Caught panic:

interface conversion: tea.Model is frame.Frame, not *frame.Frame

Restoring terminal...

goroutine 11 [running]:
runtime/debug.Stack()
        /opt/hostedtoolcache/go/1.23.2/x64/src/runtime/debug/stack.go:26 +0x64
runtime/debug.PrintStack()
        /opt/hostedtoolcache/go/1.23.2/x64/src/runtime/debug/stack.go:18 +0x1c
github.com/charmbracelet/bubbletea.(*Program).recoverFromPanic(0x14000562500)
        /home/runner/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:705 +0x84
panic({0x1032bffa0?, 0x14000612090?})
        /opt/hostedtoolcache/go/1.23.2/x64/src/runtime/panic.go:785 +0x124
github.com/anchore/quill/cmd/quill/internal/ui.(*UI).Update(0x140005e65a0, {0x1033500c0, 0x1400013ab80})
        /home/runner/work/quill/quill/cmd/quill/internal/ui/ui.go:173 +0x7e4
github.com/charmbracelet/bubbletea.(*Program).eventLoop(0x14000562500, {0x1033f9ff8?, 0x140005e65a0?}, 0x14000042380)
        /home/runner/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:461 +0x6a8
github.com/charmbracelet/bubbletea.(*Program).Run(0x14000562500)
        /home/runner/go/pkg/mod/github.com/charmbracelet/[email protected]/tea.go:595 +0x8cc
github.com/anchore/quill/cmd/quill/internal/ui.(*UI).Setup.func1()
        /home/runner/work/quill/quill/cmd/quill/internal/ui/ui.go:62 +0x54
created by github.com/anchore/quill/cmd/quill/internal/ui.(*UI).Setup in goroutine 1
        /home/runner/work/quill/quill/cmd/quill/internal/ui/ui.go:60 +0x1d4
notarization failed: binary is not signed thus will not pass notarization

What you expected to happen:

DIdn't expect the panic

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Not sure, it's my first time trying this tool :)

Environment:

  • Output of version command: go version go1.23.0 darwin/arm64
  • OS (e.g: cat /etc/os-release or similar): OSX
@matthewmueller matthewmueller added the bug Something isn't working label Dec 26, 2024
@kzantow
Copy link
Contributor

kzantow commented Dec 27, 2024

Hi @matthewmueller which quill version is this?

@matthewmueller
Copy link
Author

matthewmueller commented Dec 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants