#dagger listen broken

1 messages ยท Page 1 of 1 (latest)

pseudo oar
#

looking into it! haven't repro'd yet, but it's probably time for some integration tests

surreal glade
#

๐Ÿ™

#

LMK if you want me to open an issue

pseudo oar
#

seems OK for me with ./hack/dev dagger listen atm

surreal glade
#

๐Ÿค” I do go install ./cmd/dagger and then dagger listen

#

let me re-validate

#

just hangs there for me

pseudo oar
#

might be local CLI <-> stable engine mismatch?

surreal glade
#

ohh.. might be

#

oh.. probably need to re-pull main engine

pseudo oar
#

yeah probably that

surreal glade
#

yep, that seemed like it ๐Ÿ™

#

sorry for the noise

pseudo oar
#

wonder why the retry logs aren't showing up, I thought we added some. I guess usually it's just noise since at least one attempt fails initially

#

np, it's still a rough edge we should patch up

surreal glade
#

well.. maybe it's connecting but there's some sort of handshake that just doesn't happen? ๐Ÿค”

pseudo oar
#

My guess is it's internally barfing on the change where an internal header was switched to being base64-encoded, which isn't recoverable, the two sides just need to be in sync

surreal glade