fent / fent/node-m3u8stream

Error: read ECONNRESET

Open
#100 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
230
Forks
54
PR merge metrics
No merged PRs in 30d

Description

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.