I was running dagger yesterday, going through the examples and using the Node.js SDK. At one point I realized I was about to push a private container to the public repo (had ran parts of the example on my private project) and I CTRL-Ced out of it. From that point onwards, dagger became unresponsive and after a while this error would pop up:
Error: buildkit failed to respond: failed to list workers: Unavailable: connection error: desc = "error reading server preface: command [docker exec -i dagger-engine-23e74c13b0f5a5d1 buildctl dial-stdio] has exited with exit status 255, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=Error: can only create exec sessions on running containers: container state improper"
I am running this on a fedora 38 silverblue install and am using podman instead of docker. I imagine there is some cache/state somewhere that I should clear but I don't know where. Rebooting the system didn't help.