[Bug] Code works, but not graded accordingly

This is an error report.


Screenshot of the error

![V|440x500](upload://eKOSLc6lRSodwswuDyGYNzcrWEX.png)

Error details

The autocorrector says that the service client is not working, but it works when I run it. It also has the name requested by the quiz.

You need to show us the message from the gradebot so we can help you faster. Usually when this happens, it’s because something was not done as specified.

The problem is that your service client is exiting too quickly, as suggested in the first point mentioned by gradebot below. We think the service should take at least 10 seconds to complete. Please adjust your logic accordingly.

I tested my code, I send the command so that the robot turns at the specified velocity for 10 seconds and the robot executes the task in 10 seconds, but it is still graded as wrong. Or are the 10 seconds meant for something else?

The problem is that your client is exiting in less than 10 seconds, so how can this be true? Please check your logic again.

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