Available commands:
rc: Reload commands. Useful for development/debug. Allows
you to reload the commands on the fly!
OHAI> events.js:291
throw er; // Unhandled 'error' event
^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at Socket.Writable.write (_stream_writable.js:292:11)
at /data/data/com.termux/files/home/TalkerNode/TalkerNode.js:600:57
at Object.allButMe (/data/data/com.termux/files/home/TalkerNode/TalkerNode.js:666:13)
at closeSocket (/data/data/com.termux/files/home/TalkerNode/TalkerNode.js:600:22)
at Socket. (/data/data/com.termux/files/home/TalkerNode/TalkerNode.js:631:3)
at Socket.emit (events.js:326:22)
at endReadableNT (_stream_readable.js:1244:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:100:8)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
code: 'ERR_STREAM_WRITE_AFTER_END'
}
$
This crash happend while leaving the talker.
Available commands: rc: Reload commands. Useful for development/debug. Allows you to reload the commands on the fly! OHAI> events.js:291 throw er; // Unhandled 'error' event ^
Error [ERR_STREAM_WRITE_AFTER_END]: write after end at Socket.Writable.write (_stream_writable.js:292:11) at /data/data/com.termux/files/home/TalkerNode/TalkerNode.js:600:57 at Object.allButMe (/data/data/com.termux/files/home/TalkerNode/TalkerNode.js:666:13) at closeSocket (/data/data/com.termux/files/home/TalkerNode/TalkerNode.js:600:22) at Socket. (/data/data/com.termux/files/home/TalkerNode/TalkerNode.js:631:3)
at Socket.emit (events.js:326:22)
at endReadableNT (_stream_readable.js:1244:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:100:8)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
code: 'ERR_STREAM_WRITE_AFTER_END'
}
$