“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
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.
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.