codespaceStatusTool.js not found #170692
-
Select Topic AreaBug BodyHello 👋 I'm having trouble with my Codespaces.
So, I do:
And I got:
I also notice that I don't get any extension installed, and my postStartCommand doesn't execute. This is my current devcontainer.json:
I tried to create two different Codespaces and make a rebuild (full), and I keep having this issue. If u need any extra information, let me know! |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 8 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks for the report @lucasvazq and @danpolanco! We are investigating the issue. In the meantime as a workaround you should be able to manually run your |
Beta Was this translation helpful? Give feedback.
-
Also broken here. Interfering with startup for all our codespaces. |
Beta Was this translation helpful? Give feedback.
-
Also broken in our system, blocking developers. postAttachCommand does not run. |
Beta Was this translation helpful? Give feedback.
-
We are also seeing this issue occur on our codespaces which is disrupting developers. Any updates on what the cause is? |
Beta Was this translation helpful? Give feedback.
-
We are also running into the "The terminal process "/bin/sh '-c', '$(ls ~/.vscode-remote/bin/*/node | head -n 1) /workspaces/.codespaces/shared/codespaceStatusTool.js'" failed to launch (exit code: 1)." for the past few days. However, I am not seeing the issue where postCreateCommand, postStartCommand, or postAttachCommand are not executed. The only thing I have noticed not happening is the terminal window opening that shows that postCreateCommand is running. I have got in the habit of always clicking the "Building codespace" link on initial launch so I can watch the full build, which I think should just default to open in terminal anyway as having the creation log running by default would be way more clear as to what is happening during the build. I can see how developers might be confused though because if you don't click that link or view the creation log the codespace looks like it is ready for work but in the background it is still going through the build process. |
Beta Was this translation helpful? Give feedback.
-
Same here. It only happens on rebuild. Not when I call the post create/start scripts in the terminal. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
We were having the same problem yesterday, seems to be resolved now. |
Beta Was this translation helpful? Give feedback.
-
👋 Hey all, we rolled out a fix for this yesterday so you should no longer be seeing the issue. This update will fix the issue for all Codespaces (new and existing). Please let us know if you see it crop up again. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Resolved for me (with a new codespace). Thanks! |
Beta Was this translation helpful? Give feedback.
-
Working for us some far! :) |
Beta Was this translation helpful? Give feedback.
👋 Hey all, we rolled out a fix for this yesterday so you should no longer be seeing the issue. This update will fix the issue for all Codespaces (new and existing). Please let us know if you see it crop up again.
Thanks!