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

Failed to retrieve audio from youtube #19

Open
vaclavmuller opened this issue Apr 27, 2023 · 1 comment
Open

Failed to retrieve audio from youtube #19

vaclavmuller opened this issue Apr 27, 2023 · 1 comment

Comments

@vaclavmuller
Copy link

vboxuser@ubuntu22:~/sheetsage$ ./sheetsage.sh https://www.youtube.com/watch?v=uYlA0lG_tRU
Running Sheet Sage via Docker with args: https://www.youtube.com/watch?v=uYlA0lG_tRU
INFO:root:FETCHING_AUDIO
INFO:root:Retrieving audio from https://www.youtube.com/watch?v=uYlA0lG_tRU
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/sheetsage/sheetsage/infer.py", line 851, in
tqdm=tqdm,
File "/sheetsage/sheetsage/infer.py", line 634, in sheetsage
audio_path_or_bytes = retrieve_audio_bytes(audio_path_bytes_or_url)
File "/sheetsage/sheetsage/utils.py", line 204, in retrieve_audio_bytes
raise Exception(f"Failed to retrieve from {url}:\n{stderr}\n{stdout}")
Exception: Failed to retrieve from https://www.youtube.com/watch?v=uYlA0lG_tRU:
ERROR: [youtube] uYlA0lG_tRU: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U
[youtube] uYlA0lG_tRU: Downloading webpage
[youtube] uYlA0lG_tRU: Downloading android player API JSON

@vaclavmuller
Copy link
Author

Thanks for this solution: #20
It works for 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

1 participant