I’m debugging an R code invocation (this is my first time touching R). The invocation is ran inside a container that has an image with some R code, and the logs show a failure
INFO - Error: error reading from connection
.
It doesn’t tell me what line it’s on, but I think it’s happening on a
load(filename, environment_name)
This error occurs frequently, but usually disappears when I simply rerun the script, so it appears to be a transient issue. What can cause this particular transient issue?