Quality Assurance Projects - Sudoku Solver

Tell us what’s happening:
All tests passing on REPL, but the following FCC test failing “If the value submitted to /api/check is not a number between 1 and 9, the returned value will be { error: ‘Invalid value’ }”.
I’m pretty sure the FCC input (0) is returning { error: ‘Invalid value’ }, but the test still fails.

Your project link(s)

solution: https://boilerplate-project-sudoku-solver.joaopedrodasilv.repl.co

Your browser information:

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

Challenge: Quality Assurance Projects - Sudoku Solver

Link to the challenge:

Tried to check, but the replit link to your project just says " Repl Waking up…", and once I did get it up, it wouldn’t reply to any inputs.

But first suggestion would be check spelling. Maybe in your return the I isn’t capital, or the spacing is off or something if that’s the only test failing. Also, make sure its not just returning that error on 0, but also if say someone enters a letter or space, etc.

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