Build a User Configuration Manager - Build a User Configuration Manager

Tell us what’s happening:

“Your code raised an error before any tests could run. Please fix it and try again.”

I am getting this for literally anything I put into the code window.

I’m currently trying to get

print(‘Hello World’)

to run. It displays correctly in the terminal, but still throws the error when I try to run the tests.

This feels like a bug or a glitch. Is there a cache or cookie that has been corrupted that causes this? I have replicated this problem on three devices

Your code so far

print('hello world')


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36

Challenge Information:

Build a User Configuration Manager - Build a User Configuration Manager

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-user-configuration-manager/684aaf9ec670c68d20efd0d0.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi @jjmckelvy,

Try writing the code for this challenge and testing when you’re done.

Happy coding!

the lab asks you to create some functions, when the tests try to run those functions an error is generated because the functions don’t exist

you would get the same error adding the function call to your code, without creating the function add_setting()

Hi @dhess and @ILM,

I have the exacte same problem as @jjmckelvy here. I tried to do the tasks but the test generates only the output above and nothing in the console, except I do an mistake in the syntax.

I mean, I’m sure I did some mistakes but I can’t find them without an error line in the console.

Thank you in advance for your time and help!

hi @patrick.weissler , please create your own topic with your own code to get help

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.