Learn Advanced Bash by Building a Kitty Ipsum Translator - Build a Kitty Ipsum Translator

Tell us what’s happening:

I’m trying to do the ‘Build a Kitty Ipsum Translator’, but when I put the command, the test failed. I try to click on ‘Run’ but he shows ‘Test Runner Failed’.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0

Challenge Information:

Learn Advanced Bash by Building a Kitty Ipsum Translator - Build a Kitty Ipsum Translator

is this the first project you have setup with Docker and rdb-alpha repo locally?

Yes, that’s my first project using Docker and rdb-alpha repo locally.

it looks like the build didn’t complete because your bash terminal has the wrong prompt.
Can you try to run Dev Container Rebuild and Reopen again? When it runs it will show you a dialog in the corner with a link “Show Log” and you should click that link so you can monitor the log.
When it is done, the last thing it should do is this:
Extension ‘coderoad.coderoad’ v0.17.2 was successfully installed.

If that’s not at the end of your log, something went wrong. You may have to clean up your docker environment and create a new workspace to try the steps again.

I’ve documented how to do that (I found a way through trial and error) but it is written for people who use wsl2 on windows as that is what I use (wsl is a the linux virtual machine on windows).
If you want, you can try my steps if you have wsl2 installed. And if you don’t, you can translate my steps into the equivalent steps for windows powershell.

Here’s the link to my steps:

The last thing that shows to me is that:


I’m gonna try your steps.

Thank you so much, it works!

you will want to be careful now because you should not re-run the ‘rebuild and reopen’ command again if you leave your work at some point.
Only the ‘reopen in container’ from now on.

Also you should backup your stuff in github. Especially any programs you write. So set that up if you haven’t yet

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.