ECONNRESET
See original GitHub issueIt’s baack!
My bot is almost always returning an ECONNRESET with its streams. This was caught after using stream.on("error")
and an extremely long wait time before data is emitted.
Here is a song that has been reported causing the issue. This song also ECONNRESET’s with my test eval. Multiple others songs are like this.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:11 (3 by maintainers)
Top Results From Across the Web
How do I debug error ECONNRESET in Node.js?
ECONNRESET occurs when the server side closes the TCP connection and your request to the server is not fulfilled. The server ...
Read more >What does “Error: read ECONNRESET” mean? - Quora
You might have guessed it already: it's a connection error. "ECONNRESET" means the other side of the TCP conversation abruptly closed its end...
Read more >Fixing an ECONNRESET error - Postman
The ECONRESET error means that the server unexpectedly closed the connection and the request to the server was not fulfilled. Connection-related ...
Read more >How do I debug error ECONNRESET in Node.js?
“ECONNRESET” means the other side of the TCP conversation abruptly closed its end of the connection. This is most probably due to one...
Read more >Return code ECONNRESET for TCP/IP - IBM
Depending upon the platform or platforms your enterprise uses, you receive the following return code when the connection is reset by peer (ECONNRESET):....
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
Good to know! I’ll add a short cache for calling
getInfo()
andytdl()
on the same video.That’s because it needs to get a video’s info first before downloading, and it needs to make a bunch of requests to get the info. But if you already have it, it doesn’t make those requests.
I hate to be the bearer of bad news but using downloadFromInfo is now coming up with the error as well. This time not from getInfo, but from the main stream itself.
This video caused the error this time.