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
...(some other logs/errors i have omitted)...
UnhandledPromiseRejectionWarning: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
...(some other logs/errors I have omitted)...
Error write temp file error:Error [ERR_STREAM_WRITE_AFTER_END]: write after end
Uploading sampleFile->Hallelujah_chorus.wma, bytes:114529...
Error write temp file error:Error [ERR_STREAM_WRITE_AFTER_END]: write after end
What i gather is that temp file gets closed in a timeout, and upon next data event, trying to write on previously closed temp file creates this crash.
The text was updated successfully, but these errors were encountered:
Steps to reproduce.
use following options
Following error is logged:
What i gather is that temp file gets closed in a timeout, and upon next
data
event, trying to write on previously closed temp file creates this crash.The text was updated successfully, but these errors were encountered: