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

I can't play anything anymore even though it worked the day before #21

Closed
mihaiolteanu opened this issue Apr 11, 2020 · 1 comment
Closed

Comments

@mihaiolteanu
Copy link
Owner

mihaiolteanu commented Apr 11, 2020

Youtube changes its video algorithms from time to time and youtube-dl has to keep up with that. Vuiet depends on youtube-dl, and when this happend youtube-dl usually fails with "signature extraction failed" or other such issues. There's a lot of topics about that on the web, you can check it out if you want to.

What you can do if you've used vuiet and now, suddenly, it just doesn't want to play anything anymore, is to confirm that this has to do with youtube-dl. From the command line, just use youtube-dl to search for any song. For example,

youtube-dl "ytsearch:queen innuendo"

If this gives you horrible errors, you've found your issue.
You can fix it by using your package manager to download the latest youtube-dl version.
If the package manager doesn't actually have the latest version, you can download youtube-dl directly from source,

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl

Another type of error is when

mpv ytdl://ytsearch:"queen innuendo"

finds the youtube video, but results in "Error 403 Forbidden" and no track is played.
You can try and remove the ~/.cache/youtube-dl folder in this case. (ytdl-org/youtube-dl#6451 (comment))

Let me know if you've had this problem and if this solution fixed it.

@mihaiolteanu
Copy link
Owner Author

Changed to yt-dlp with #69

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

1 participant