joelklabo / nostr-control

A CLN Plugin you can interact with over Nostr DM
20 stars 4 forks source link

Crash #15

Open joelklabo opened 1 year ago

joelklabo commented 1 year ago
      throw er; // Unhandled 'error' event
      ^

Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:930:11)
    at Socket._write (node:net:942:8)
    at writeOrBuffer (node:internal/streams/writable:392:12)
    at _write (node:internal/streams/writable:333:10)
    at Writable.write (node:internal/streams/writable:337:10)
    at FileLogger._logStdOut (file:///home/azureuser/.lightning/plugins/nostr-control/node_modules/cln-file-logger/index.js:82:20)
    at FileLogger._log (file:///home/azureuser/.lightning/plugins/nostr-control/node_modules/cln-file-logger/index.js:59:10)
    at FileLogger.logError (file:///home/azureuser/.lightning/plugins/nostr-control/node_modules/cln-file-logger/index.js:40:8)
Emitted 'error' event on Socket instance at:
    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) {
  errno: -32,
  code: 'EPIPE',
  syscall: 'write'
}

Node.js v18.14.2