Exceptions: Could not retrieve the result of the job execution and Connection closed

Hello!

This message appears periodically when I start the robot:

RemoteException wrapping System.Exception: Could not retrieve the result of the job execution. This might be because a message was too large to process.

This message appears the next time I run this robot (after the 1st message):

RemoteException wrapping System.IO.IOException: Connection closed.
at UiPath.Ipc.ServiceClient1.<>c__DisplayClass13_0.<InvokeAsync>b__1(Exception ex) at UiPath.Ipc.IOHelpers.<WithTimeout>d__61.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Ipc.ServiceClient1.<>c__DisplayClass9_01.<b__0>d.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Ipc.ServiceClient1.<InvokeAsync>d__91.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at UiPath.Executor.RobotRunner.d__69.MoveNext()

Then the robot starts correctly.

Tell me, please, what do these messages mean?
What should I fix?

There are actions in the robot (is this a mistake?):

  • saving the excel file from the virtual machine to the local machine,
  • making entries in another excel file on the local machine.