Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

error write EPIPE #28

Open
saeed-Underline opened this issue Aug 29, 2021 · 2 comments
Open

error write EPIPE #28

saeed-Underline opened this issue Aug 29, 2021 · 2 comments

Comments

@saeed-Underline
Copy link

can anybody tell me why this is returning the Write EPIPE error ?

const ytdl = require('discord-ytdl-core')
stream = ytdl('https://www.youtube.com/watch?v=CqsgCsU8SOA',{
headers: {
quality: 'highestaudio',
highWaterMark: 262144,
}, opusEncoded: false,
fmt: 's16le',
encoderArgs: [],
seek: 0}).on("error", (err) => {
return err.message.toLowerCase().includes("premature close") ? null : console.log(err);

});

@EasyXploit
Copy link

The same is happening to me ✋

@loulou133
Copy link

Me too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants