Dear all,
I am getting this error message from the grader when submitting the Notebook
Cell #7. Can’t compile the student’s code. Error: TypeError("‘NoneType’ object is not subscriptable"
May you figure out what it has to do with?
Cheers.
Mario
Dear all,
I am getting this error message from the grader when submitting the Notebook
Cell #7. Can’t compile the student’s code. Error: TypeError("‘NoneType’ object is not subscriptable"
May you figure out what it has to do with?
Cheers.
Mario
Standard first things to try:
Cell #UNQ_C3. Can’t compile the student’s code. Error: SyntaxError(‘invalid syntax’, (’/tmp/student_solution_cells/cell_6.py’, 62, 10, ’ ft = \n’))
Cell #7. Can’t compile the student’s code. Error: TypeError("‘NoneType’ object is not subscriptable")
Cell #5. Can’t compile the student’s code. Error: TypeError(‘cannot unpack non-iterable NoneType object’)
I have got different error messages every time I submit the assignment
Now, after all the evening KO the grader works. I cannot understand.
Well, I am suffering the same issue on Exercise 2 with the Dinosaurs names.
It seems the grader does not work until you submit the 75% of the answers to the grader.
Lesson learnt
BR
Dear all,
I am getting this error message in the Notebook Cell #70. Can’t compile the student’s code. Error: TypeError(“cannot unpack non-iterable NoneType object”)
May you figure out what it has to do with?