This is an error report.
Screenshot of the error

Error details
I have the action client file that i can run with the command that is provided in the notebook. But the grading bot is not able to find the file when i submit it.
This is an error report.
Screenshot of the error
Error details
I have the action client file that i can run with the command that is provided in the notebook. But the grading bot is not able to find the file when i submit it.
The problem is that your action client exits before gradebot
can check that it was successfully launched - in less than 10 seconds! Is it that fast and furious?
How long does it take?
I any case, I’ve adjusted the gradebot
“wait time” downwards, so please try again.
I have added a sleep function in the action client to slow down the turn on process when the init function is called. I have added 5 seconds, Do you think that will be good enough for the gradebot to find the action client? I only have 2 attempts left.
More than enough, maybe not even necessary. If your client code executes for 5 or more seconds, that should be fine.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.