Anyone have any idea what this error message is re...
# troubleshooting
a
Anyone have any idea what this error message is referring to? https://gist.github.com/andrewcstewart/2a7feb86d3438f141ceb02aef2ce62af
a
The
Event loop is closed
seems indicative to something but not sure what. Did you try with log level of
debug
?
a
yes
but I think
Event loop is closed
is indicative that one needs to keep scrolling up into the log! 😛.
I think I found the actual errors earlier in the log, but the end of the log isn’t indicative of what happened earlier.
f
Probably because at the point where it threw the exception when it was piping output between subprocesses, it only knew that one end had failed but not why?
a
Yeah