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
When the stream pipe breaks, noodle.js doesnt handle error events properly.
node:events:491
throw er; // Unhandled 'error' event
^
Error: Input stream error: aborted
at PassThrough.<anonymous> (/home/lolcat/rena_mumble/node_modules/fluent-ffmpeg/lib/processor.js:452:34)
at PassThrough.emit (node:events:525:35)
at PassThrough.emit (node:events:525:35)
at IncomingMessage.onError (/home/lolcat/rena_mumble/node_modules/miniget/dist/index.js:148:24)
at IncomingMessage.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on Dispatcher instance at:
at FfmpegCommand.<anonymous> (/home/lolcat/rena_mumble/node_modules/noodle.js/src/voice/Dispatcher.js:31:22)
at FfmpegCommand.emit (node:events:513:28)
at emitEnd (/home/lolcat/rena_mumble/node_modules/fluent-ffmpeg/lib/processor.js:424:16)
at PassThrough.<anonymous> (/home/lolcat/rena_mumble/node_modules/fluent-ffmpeg/lib/processor.js:454:15)
at PassThrough.emit (node:events:525:35)
[... lines matching original stack trace ...]
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
inputStreamError: Error: aborted
at connResetException (node:internal/errors:711:14)
at TLSSocket.socketCloseListener (node:_http_client:454:19)
at TLSSocket.emit (node:events:525:35)
at node:net:313:12
at TCP.done (node:_tls_wrap:587:7) {
code: 'ECONNRESET'
}
}
Node.js v18.8.0
The text was updated successfully, but these errors were encountered:
When the stream pipe breaks, noodle.js doesnt handle error events properly.
The text was updated successfully, but these errors were encountered: