#the log output doesn t give me much
1 messages ยท Page 1 of 1 (latest)
Mind pasting it if it's at all different from before? Just to see if there's any small detail there
(node:27108) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Error: stat /private/tmp/com.apple.launchd.WW1k4Ht9Zb/Listeners: no such file or directory
file:///private/tmp/my-app/node_modules/@dagger.io/dagger/dist/provisioning/docker-provision/image.js:256
throw new Error("failed to read port from engine session");
^
Error: failed to read port from engine session
at DockerImage.<anonymous> (file:///private/tmp/my-app/node_modules/@dagger.io/dagger/dist/provisioning/docker-provision/image.js:256:19)
at Generator.next (<anonymous>)
at fulfilled (file:///private/tmp/my-app/node_modules/@dagger.io/dagger/dist/provisioning/docker-provision/image.js:4:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
this is with the log output โ๏ธ
without log output ๐
(node:28114) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
file:///private/tmp/my-app/node_modules/@dagger.io/dagger/dist/provisioning/docker-provision/image.js:256
throw new Error("failed to read port from engine session");
^
Error: failed to read port from engine session
at DockerImage.<anonymous> (file:///private/tmp/my-app/node_modules/@dagger.io/dagger/dist/provisioning/docker-provision/image.js:256:19)
at Generator.next (<anonymous>)
at fulfilled (file:///private/tmp/my-app/node_modules/@dagger.io/dagger/dist/provisioning/docker-provision/image.js:4:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Oh okay Error: stat /private/tmp/com.apple.launchd.WW1k4Ht9Zb/Listeners: no such file or directory looks significant, but that's a new one to me...
Googling brought up this: https://github.com/earthly/earthly/issues/1476
Getting the following error when running earthly on the hello-world+hello example: $ earthly github.com/earthly/hello-world+hello 1. Init ๐ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ...
Does unsetting SSH_AUTH_SOCK fix it for you?
yep it did works