I’m not sure if you’re understanding what I’m saying @oromesuo1. I didn’t mention anything about third party cookies in that message. If your script is still the same as the files you shared, then that shouldn’t be the issue. The problem is that when you run your script, with ./element.sh or ./element.sh H, the script doesn’t finish running. It is waiting for input - the test doesn’t give any input, so the tests just keep running because the script doesn’t finish. You need to make it so that if you run those commands, your script will finish running.
For now, if the tests hang like that, here’s what I would suggest - close CodeRoad, make sure your script will finish when entering commands like that, and open CodeRoad back up.
Ok I have actually updated the script and it is running and providing the required output when I run it with ./element.sh or ./element.sh H. I am surprised that CodeRoad Run button just keeps spinning continuously
Here is a screen shot of the project with CodeRoad closed.
I’ve often solved this issue by loading another container.
To do so, just open another course from this curriculum, and then RE-OPEN the one you just completed. Click the OK button. Then go to the page where you can submit the github link of your project and now, you should have your check mark near the title.
I’ve tried the recommendations at the top by resetting my VM and starting another one, even pushed my repo to GitHub, but it still doesn’t appear as complete on the FCC main page
I’m stuck on this part of Learn SQL by Building a Student Database: Part 2. I’ve ran the student_info.sh script a dozen times but the course doesn’t progress. I even tried changing directory and back to the projects one, but still nothing. Any ideas?
Have you tried the reset button @nickpartalis? Sometimes something gets a little goofy, that may work. Are the tests running automatically? If so, what is the error message you are getting?
Were you able to get your progress saved with that world cup project @andrescerchia?
The theme is missing in your second picture there, I’m not sure why that happens - but every time I’ve seen it, the person has had to start over to get it working again - unfortunately. Something gets messed up in the VM I think. There’s another button that will be coming soon that should resolve this problem.
And you tried all the troubleshooting steps. Seems like that should have worked - I would try them one more time. If it still doesn’t work, I would delete the container and re-complete the project. You have all the files to finish it again without having to write more code. Beyond that, I’m not sure what else to do. Let me know if any of that works.
There might be some problem in Edge browser. I can not access the projects directly from Freecodecamp site on Edge. I have to go through Codeally browser or change to Mozilla to work.
Make sure you have third-party cookies enabled @tanjimanim007 - that could be the issue with edge you were having. I would recommend using chrome, it’s probably the least likely to have any issues - I have been able to run these without issue on most browsers though.