Closed AyoungDukie closed 1 year ago
I had this problem for any video I tried to play. Looking at https://github.com/mps-youtube/mps-youtube/issues/1143, I switched to development branch
pip3 install --user -U git+https://github.com/mps-youtube/mps-youtube.git
which solved it.
Despite a valid Youtube API key, many videos/soundtracks fail to play now, simply returning 404 not found errors. Appears potentially related to this issue in pafy https://github.com/mps-youtube/pafy/issues/290
Issue / Suggestion
Appears to fail to fetch some URLs, giving a 404 not found error. I checked my API dashboard to verify, and the api itself seems to not be showing errors. It also works for some videos, which wouldn't seem to be the case if it was related to the API quota issue that is usually a problem.
Additionally, grabbing the url with
x #
and then using youtube-dl directly seems to work.Steps to reproduce: Search
\lofi coding beats
Select entry instead for "Lofi Coding Mix 1 [Stay Home Edition]" (was entry 5 for me) -> video loads and plays Select entry for "4 AM Coding Session - Lofi Hip Hop Mix [Code - Relax - Study]" (was entry 6 for me) -> returns 404 error withProblem playing last item: HTTP Error 404: Not Found
URL of video: https://youtube.com/watch?v=1YlxJrSaqPwYour Environment