node-m3u8stream icon indicating copy to clipboard operation
node-m3u8stream copied to clipboard

Error: read ECONNRESET

Open zalazarc20 opened this issue 3 years ago • 0 comments

I don't understand why this happens

this is the full error

{ num: 1, size: 2208248, duration: 8000, url: 'seg-1-v1-a1.ts' }
{ num: 2, size: 761400, duration: 8000, url: 'seg-2-v1-a1.ts' }
node:events:505
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)      
Emitted 'error' event on PassThrough instance at:
    at emitErrorNT (node:internal/streams/destroy:164:8)
    at emitErrorCloseNT (node:internal/streams/destroy:129:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read'
}

Node.js v17.7.1
```

zalazarc20 avatar Aug 30 '22 04:08 zalazarc20