Random ECONNRESET
See original GitHub issueHello,
I’ve had a issue with this library ever since I started to use it. I basically pass the ytdl stream into ffmpeg to extract the audio from the video. Sometimes the stream crashes with an ECONNRESET, and i have no idea why.
Stacktrace:
Error: read ECONNRESET at exports._errnoException (util.js:1007:11) at TLSWrap.onread (net.js:563:26)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:52 (9 by maintainers)
Top Results From Across the Web
ECONNRESET Aborted error randomly during node process
My node js application ( a discord bot ) keeps crashing with the Error: aborted message and code ECONNRESET . I have some...
Read more >Random `ECONNRESET` errors · Issue #1029 - GitHub
Bug Report Random ECONNRESET errors. To Reproduce That's the hard thing here: some of these errors occurred in the past few days.
Read more >Azure Event Hub randomly returning ECONNRESET on send ...
Hello,. I am hosting an Azure Event Hub and another company is trying to send messages to my Event Hub (via NodeJS).
Read more >What does “Error: read ECONNRESET” mean? - Quora
It means that your application dropped it's TCP connection. For example, if you lost your wifi signal while running your app you would...
Read more >CDS using appouter randomly/sometimes read ECONNRESET
Hi we have a SAP UI5 application using approuter that connects with a CAP/cds backend, for testing purpose I spin the server up...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fent People are saying it could be due to the fact you are downloading videos “unofficially”, or without a developer key.
Hey guys, he’s actually currently working on a fix for it so we can stop confirming this, as the PR #128 should fix it.