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

[lbry] broken #8012

Closed
11 tasks done
bitingsock opened this issue Sep 2, 2023 · 1 comment
Closed
11 tasks done

[lbry] broken #8012

bitingsock opened this issue Sep 2, 2023 · 1 comment
Labels
bug Bug that is not site-specific regression Works in youtube-dl/older yt-dlp

Comments

@bitingsock
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

US

Provide a description that is worded well enough to be understood

2023.08.20.172604 nightly works fine but something in the 2023.08.26.221345 nightly broke LBRY extraction (at least for odysee) and hasn't worked since.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

yt-dlp(5).exe" -v https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3
[debug] Command-line config: ['-v', 'https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2023.08.20.172604 [7cccab79e] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22621-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg 6.0-full_build-www.gyan.dev (setts), ffprobe 6.0-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.18.0, brotli-1.0.9, certifi-2023.07.22, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.3
[debug] Proxy map: {}
[debug] Loaded 1864 extractors
[lbry] Extracting URL: https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Downloading stream JSON metadata
[lbry] 32408bbf651bb717f3cabb163729348246775c27: Downloading streaming url JSON metadata
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Checking for original quality
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Downloading streaming redirect url info
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Downloading m3u8 information
[debug] Formats sorted by: hasvid, ie_pref, lang, quality, res, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, source, id
[debug] Default format spec: bestvideo*+bestaudio/best
[info] 32408bbf651bb717f3cabb163729348246775c27: Downloading 1 format(s): original
[debug] Invoking http downloader on "https://player.odycdn.com/api/v3/streams/free/linux-explained-by-an-apple-user/32408bbf651bb717f3cabb163729348246775c27/707b3d"
[download] Linux Explained by an Apple User [32408bbf651bb717f3cabb163729348246775c27].mp4 has already been downloaded
[download] 100% of   49.37MiB

------

yt-dlp(6).exe" -v https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3
[debug] Command-line config: ['-v', 'https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2023.08.26.221345 [59e92b1f1] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22621-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg 6.0-full_build-www.gyan.dev (setts), ffprobe 6.0-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.18.0, brotli-1.0.9, certifi-2023.07.22, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.3
[debug] Proxy map: {}
[debug] Loaded 1864 extractors
[lbry] Extracting URL: https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Downloading stream JSON metadata
[lbry] 32408bbf651bb717f3cabb163729348246775c27: Downloading streaming url JSON metadata
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Checking for original quality
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Downloading streaming redirect url info
ERROR: [lbry] @samtime:1/linux-explained-by-an-apple-user:3: Unable to download webpage: Error -5 while decompressing data: incomplete or truncated stream (caused by TransportError('Error -5 while decompressing data: incomplete or truncated stream'))
  File "yt_dlp\extractor\common.py", line 715, in extract
  File "yt_dlp\extractor\lbry.py", line 268, in _real_extract
  File "yt_dlp\extractor\common.py", line 860, in _request_webpage

  File "yt_dlp\networking\_urllib.py", line 426, in _send
  File "urllib\request.py", line 531, in open
  File "yt_dlp\networking\_urllib.py", line 188, in http_response
  File "yt_dlp\networking\_urllib.py", line 159, in gz
zlib.error: Error -5 while decompressing data: incomplete or truncated stream

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "yt_dlp\extractor\common.py", line 847, in _request_webpage
  File "yt_dlp\YoutubeDL.py", line 4059, in urlopen
  File "yt_dlp\networking\common.py", line 114, in send
  File "yt_dlp\networking\_helper.py", line 203, in wrapper
  File "yt_dlp\networking\common.py", line 325, in send
  File "yt_dlp\networking\_urllib.py", line 449, in _send
  File "yt_dlp\networking\_urllib.py", line 361, in handle_response_read_exceptions
yt_dlp.networking.exceptions.TransportError: Error -5 while decompressing data: incomplete or truncated stream

-----------

yt-dlp -vU https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3
[debug] Command-line config: ['-vU', 'https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2023.08.31.204930 [7237c8dca] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22621-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg 6.0-full_build-www.gyan.dev (setts), ffprobe 6.0-full_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.18.0, brotli-1.0.9, certifi-2023.07.22, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.3
[debug] Proxy map: {}
[debug] Loaded 1864 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
Available version: nightly@2023.08.31.204930, Current version: nightly@2023.08.31.204930
Current Build Hash: 97739c0e6cceb16eea8003b1a13016f6eda136adf68937258552b4d8f41ee5ba
yt-dlp is up to date (nightly@2023.08.31.204930)
[lbry] Extracting URL: https://odysee.com/@samtime:1/linux-explained-by-an-apple-user:3
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Downloading stream JSON metadata
[lbry] 32408bbf651bb717f3cabb163729348246775c27: Downloading streaming url JSON metadata
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Checking for original quality
[lbry] @samtime#1/linux-explained-by-an-apple-user#3: Downloading streaming redirect url info
ERROR: [lbry] @samtime:1/linux-explained-by-an-apple-user:3: Unable to download webpage: Error -5 while decompressing data: incomplete or truncated stream (caused by TransportError('Error -5 while decompressing data: incomplete or truncated stream'))
  File "yt_dlp\extractor\common.py", line 715, in extract
  File "yt_dlp\extractor\lbry.py", line 268, in _real_extract
  File "yt_dlp\extractor\common.py", line 860, in _request_webpage

  File "yt_dlp\networking\_urllib.py", line 426, in _send
  File "urllib\request.py", line 531, in open
  File "yt_dlp\networking\_urllib.py", line 188, in http_response
  File "yt_dlp\networking\_urllib.py", line 159, in gz
zlib.error: Error -5 while decompressing data: incomplete or truncated stream

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "yt_dlp\extractor\common.py", line 847, in _request_webpage
  File "yt_dlp\YoutubeDL.py", line 4059, in urlopen
  File "yt_dlp\networking\common.py", line 114, in send
  File "yt_dlp\networking\_helper.py", line 203, in wrapper
  File "yt_dlp\networking\common.py", line 325, in send
  File "yt_dlp\networking\_urllib.py", line 449, in _send
  File "yt_dlp\networking\_urllib.py", line 361, in handle_response_read_exceptions
yt_dlp.networking.exceptions.TransportError: Error -5 while decompressing data: incomplete or truncated stream
@bitingsock bitingsock added site-bug Issue with a specific website triage Untriaged issue labels Sep 2, 2023
@bashonly
Copy link
Member

bashonly commented Sep 2, 2023

Regression caused by 59e92b1 @Grub4K

@bashonly bashonly added bug Bug that is not site-specific regression Works in youtube-dl/older yt-dlp and removed site-bug Issue with a specific website triage Untriaged issue labels Sep 2, 2023
@Grub4K Grub4K closed this as completed in 77bff23 Sep 2, 2023
aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this issue Apr 21, 2024
Closes yt-dlp#8012

Authored by: Grub4K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that is not site-specific regression Works in youtube-dl/older yt-dlp
Projects
None yet
Development

No branches or pull requests

2 participants