chrisdonahue / sheetsage

Transcribe music into lead sheets!
https://chrisdonahue.com/sheetsage
Other
297 stars 65 forks source link

ERROR: [youtube] hwZNL7QVJjE: Unable to extract uploader id; #14

Closed nbpham closed 1 year ago

nbpham commented 1 year ago

I am on Ubuntu Desktop version 22.04 with the latest version of yt-dlp stable@2023.03.04. The command ./sheetsage.sh https://youtu.be/hwZNL7QVJjE resulted in a YouTube 'Unable to extract uploader id' error. Do you know how to fix this? Please help me. Thank you! Below is the output at execution time.

[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest Available version: stable@2023.03.04, Current version: stable@2023.03.04

npham@npham-OMEN-by-HP-Laptop-15-ce0xx:~$ ./sheetsage.sh https://youtu.be/hwZNL7QVJjE Running Sheet Sage via Docker with args: https://youtu.be/hwZNL7QVJjE INFO:root:FETCHING_AUDIO INFO:root:Retrieving audio from https://youtu.be/hwZNL7QVJjE 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 810, in tqdm=tqdm, File "/sheetsage/sheetsage/infer.py", line 613, 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://youtu.be/hwZNL7QVJjE: ERROR: [youtube] hwZNL7QVJjE: 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] hwZNL7QVJjE: Downloading webpage [youtube] hwZNL7QVJjE: Downloading android player API JSON npham@npham-OMEN-by-HP-Laptop-15-ce0xx:~$

pham@npham-OMEN-by-HP-Laptop-15-ce0xx:~$ yt-dlp -vU [debug] Command-line config: ['-vU'] [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8 [debug] yt-dlp version stable@2023.03.04 [392389b7d] [debug] Lazy loading extractors is disabled [debug] Python 3.10.6 (CPython x86_64 64bit) - Linux-5.19.0-38-generic-x86_64-with-glibc2.35 (OpenSSL 3.0.2 15 Mar 2022, glibc 2.35) [debug] exe versions: ffmpeg 4.4.2 (setts), ffprobe 4.4.2, rtmpdump 2.4 [debug] Optional libraries: Cryptodome-3.17, brotli-1.0.9, certifi-2022.12.07, mutagen-1.46.0, pyxattr-0.7.2, secretstorage-3.3.1, sqlite3-2.6.0, websockets-11.0.1 [debug] Proxy map: {} [debug] Loaded 1798 extractors [debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest Available version: stable@2023.03.04, Current version: stable@2023.03.04 yt-dlp is up to date (stable@2023.03.04)