You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After about 5 hours of running with 32 nodes with both General and Zwave logging enabled (write to file) zwavejs2mqtt crashed living trace as below:
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:250:14)
at WriteStream.Writable.write (_stream_writable.js:298:5)
at Object.<anonymous> (/opt/zwavejs2mqtt/node_modules/file-stream-rotator/FileStreamRotator.js:616:26)
at DailyRotateFile.log (/opt/zwavejs2mqtt/node_modules/winston-daily-rotate-file/daily-rotate-file.js:157:20)
at DailyRotateFile._write (/opt/zwavejs2mqtt/node_modules/winston-transport/index.js:103:17)
at doWrite (/opt/zwavejs2mqtt/node_modules/readable-stream/lib/_stream_writable.js:428:64)
at writeOrBuffer (/opt/zwavejs2mqtt/node_modules/readable-stream/lib/_stream_writable.js:417:5)
at DailyRotateFile.Writable.write (/opt/zwavejs2mqtt/node_modules/readable-stream/lib/_stream_writable.js:334:11)
at DerivedLogger.ondata (/opt/zwavejs2mqtt/node_modules/winston/node_modules/readable-stream/lib/_stream_readable.js:681:20)
at DerivedLogger.emit (events.js:200:13)
To Reproduce
Unable to reproduce - random crash.
Please let me know if I can provide any further info to help fix this issue.
Regards,
Chris
The text was updated successfully, but these errors were encountered:
Version
Build from master commit 30b48f9ed34458ceab97255f6658f3598a16e9b7
Build/Run method: Manually built (git clone - yarn install - yarn run build )
zwavejs2mqtt version: 4.5.1
zwave-js version: 7.7.1
Describe the bug
After about 5 hours of running with 32 nodes with both General and Zwave logging enabled (write to file) zwavejs2mqtt crashed living trace as below:
To Reproduce
Unable to reproduce - random crash.
Please let me know if I can provide any further info to help fix this issue.
Regards,
Chris
The text was updated successfully, but these errors were encountered: