Any help with this would be appreciated!
I have created a flow that connects to a maintenance sensor and receives data through a wireless gateway node. I had no issue creating a CSV node that pulled the individual variables from the sensor and appending them to a CSV file. After leaving for the weekend, I returned and was met with about 10% of the data I anticipated, along with the following errors:
"failed to append to file: Error: UNKNOWN: unknown error, write"
"failed to append to file: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed"
I can not find anything on this anywhere and am not sure what to change or which stetting should be altered to work around this.