Hi @Bay
“ (data logging, emulation) it will prompt this error.”
May I ask if this error frequently occurs?
We want to reproduce this issue.
But according to the error message.
Uncaught Exception:
Error: EPIPE: broken pipe, write
This typically indicates that the main Node.js process tried to write to a stream (like a file, socket, or pipe) that was already closed or unexpectedly disconnected.
BR
Harry