Build a Database of Video Game Characters - Build a Database of Video Game Characters

Tell us what’s happening:

How do I retrieve my progress? I have been working on video game characters in my local setup and I reached the level to change Toad’s favorite color where I couldn’t progress to the next level even though I got it correct (it keeps on displaying “tests failed”). I closed the VS code and reopened it but i couldn’t connect back to where I stopped. It seems like every memory of my activities (some files I saw created as I progressed) was missing.
Note: I used the secret token.

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/150.0.0.0 Safari/537.36

Challenge Information:

Build a Database of Video Game Characters - Build a Database of Video Game Characters

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-database-of-video-game-characters/5f2c289f164c29556da632fd.md at main · freeCodeCamp/freeCodeCamp · GitHub

do you remember from which path you reopened vscode?

Facing the same issue. I couldnt complete 165 lessons on Day-1 but only completed 35% and closed it.

Now after 2 days I opened it but I can’t get into psql shell. I ran CodeRoad: Start from Command Palette. It opened CodeRoad page but no psql shell. Here’s what I get if I try to get into psql shell with the command:

camper@codespaces-f9c78c:/workspace/project$ psql --username=freecodecamp --dbname=postgres
psql: error: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

Someone please tell me what I should do.

do you have a solution for this issue? Check my issue at the bottom please.

it looks like your workspace did not set up correctly, you can try using the Reset button and opening a new terminal, hopefully that is enough