Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal example returning "status code: 410" in different networks #1310

Open
silvioprog opened this issue Sep 3, 2024 · 1 comment
Open

Comments

@silvioprog
Copy link

Hey team!

I've been trying to use ytdl-core on different networks, but it keeps returning status code: 410, even with a minimal example like this:

const fs = require("fs");
const ytdl = require("ytdl-core");

ytdl("http://www.youtube.com/watch?v=aqz-KE-bpKQ").pipe(
  fs.createWriteStream("video.mp4")
);

The problem is not related to my environment because I've tested it on different machines and networks, but the issue persists.

Could you help me try to solve it?

Thanks in advance for any help!

@Korretdesigns
Copy link

I've been getting this error also and it sucks and annoys me...

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

No branches or pull requests

2 participants