I am getting below error while trying to debug my script (Run is working)
An internal error occurred during: “Agent connection server”.
No enum constant org.rf.ide.core.execution.agent.Status.NOT RUN
Console:
[ ERROR ] Calling method ‘report_file’ of listener ‘C:\Users\Tinaa\AppData\Local\Temp\RobotTempDir16861958108385388195\TestRunnerAgent.py’ failed: ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
Report: C:\report.html
Traceback (most recent call last):
File “C:\Users\user\AppData\Local\Temp\RobotTempDir16861958108385388195\TestRunnerAgent.py”, line 782, in _send_to_server
self.decoder_encoder.dump(packet)
File “C:\Users\user\AppData\Local\Temp\RobotTempDir16861958108385388195\TestRunnerAgent.py”, line 840, in dump
self._write(self._json_encoder(obj))
File “C:\Users\user\AppData\Local\Temp\RobotTempDir16861958108385388195\TestRunnerAgent.py”, line 847, in _write
self._file_to_write.flush()
File “C:\Python\lib\socket.py”, line 723, in write
return self._sock.send(b)
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
[ ERROR ] Calling method ‘close’ of listener ‘C:\Users\user\AppData\Local\Temp\RobotTempDir16861958108385388195\TestRunnerAgent.py’ failed: ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine