Error while debugging the robot script

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

Hello @robottester

Robot Framework is the “framework” for many solutions and working environments. Users can choose many IDE and test runners as they wish. This is to say that we at this “business” and QA related profession, should always give some minimal context of what tool or versions they are reporting against.

I know that a Python script named TestRunnerAgent.py appeared first on the RIDE project, and then was adopted by other IDE, like RED for example.

The output you show is not from RIDE, and I doubt anyone can help you with so little info.

2 Likes