-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
yewtube: runtime failure #326862
Comments
Could you check whether yt-dlp works on the same video? yewtube uses that to get the stream |
It was working fine with |
The ghosts have returned... Here's an example:
yewtube errors at both steps
|
The upstream issue seems to be mps-youtube/yewtube#1280 Playing just the audio as suggested here works |
In that case I surmise they're not using yt-dlp at all, and trying to roll their own extraction mechanism, in which case we'd eventually have to drop the package. |
It does use yt-dlp. However I think the issue is the youtube-search-python dependency, which is sadly unmaintained. Yewtube can't get to the point where it calls yt-dlp because it fails at the search stage. The yewtube maintainer expressed their opinion about youtube-search-python here: mps-youtube/yewtube#1040 (comment) So it looks like it might get fixed at some point |
:O it started working again on its own |
Describe the bug
when selecting a video
Steps To Reproduce
Steps to reproduce the behavior:
yt
/searchstring
)Expected behavior
no error
Screenshots
n/a
Additional context
seems related to the python 3.12 changes, but I didn't bisect
Notify maintainers
@fgaz @k0ral
Metadata
tested on current master (4c68bf5)
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: