node-ytdl-core icon indicating copy to clipboard operation
node-ytdl-core copied to clipboard

Error: read ECONNRESET

Open twarped opened this issue 1 year ago • 5 comments

Hate to be that one guy... but I've been running into this problem starting today. It has to do with ytdl.getInfo(), and I've tried it with plenty of other videos, but it won't go away. Is it just a me thing, or is anyone else experiencing this?

twarped avatar May 17 '23 15:05 twarped

Pretty basic error:

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)
    at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17)

twarped avatar May 17 '23 15:05 twarped

I've also just got this issue. Don't have found anything to fix it yet. Will update you if I find something.

Nevah5 avatar May 19 '23 22:05 Nevah5

I've also just got this issue. Don't have found anything to fix it yet. Will update you if I find something.

yeah, but i'm not exactly sure how to fix the problem, it will turn off after a couple of days tho. The error usually has to do with the server you're requesting, but it's not so much a wide spread issue yet... so just wait, maybe others will suffer too.

twarped avatar May 21 '23 20:05 twarped

I haven't had a lot of time to test the bot, but I might guess it's just a connection interruption. If I remember correctly, I had this issue too a while back, when running my old bot. I used the npm package forever that you can install with npm i -g forever. It restarts the application after a crash (forever index.js).

Nevah5 avatar May 25 '23 11:05 Nevah5

sweet, thanks.

twarped avatar May 25 '23 23:05 twarped