Is this error familiar to anyone? Using Go SDK:
The corresponding line in my code is:
stdout, err := p.Stdout().Contents(ctx)
2022/11/17 15:07:16 http: panic serving : interface conversion: interface {} is nil, not map[string]interface {}
goroutine 32 [running]:
net/http.(*conn).serve.func1()
/opt/homebrew/Cellar/go/1.19/libexec/src/net/http/server.go:1850 +0xb0
panic({0x105b42340, 0x14001676870})
/opt/homebrew/Cellar/go/1.19/libexec/src/runtime/panic.go:890 +0x258
dagger.io/dagger/internal/querybuilder.(*Selection).unpack(0x140001d9c80, {0x105b29660, 0x14001676810})
/Users/shykes/go/pkg/mod/dagger.io/dagger@v0.4.0/internal/querybuilder/querybuilder.go:113 +0x220
dagger.io/dagger/internal/querybuilder.(*Selection).Execute(0x1400058c480?, {0x105c98c48, 0x1400019a008}, {0x105c8ea20, 0x140011864f0})
/Users/shykes/go/pkg/mod/dagger.io/dagger@v0.4.0/internal/querybuilder/querybuilder.go:144 +0x114
dagger.io/dagger.(*File).Contents(0x14000f75668, {0x105c98c48, 0x1400019a008})
/Users/shykes/go/pkg/mod/dagger.io/dagger@v0.4.0/api.gen.go:769 +0x13c
main.(*DockerFrontend).ContainerAttach(0x105c405a0?, {0x14000b44017, 0x3e4}, 0x140008d4ae0)
/Users/shykes/dev/dagger/docker2dagger/frontend.go:394 +0x240