You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] I've verified that I'm running youtube-dl version 2021.04.07
[ x] I've checked that all provided URLs are alive and playable in a browser
[ x] I've checked that all URLs and arguments with special characters are properly quoted or escaped
[ x] I've searched the bugtracker for similar issues including closed ones
Verbose log
youtube-dl -v https://odysee.com/@gardeningincanada:b/plants-i-will-never-grow-again.-the:e[debug] System config: []
[debug] User config: ['-f', 'bestvideo[height<=1080]+bestaudio/best', '--merge-output-format', 'mkv', '-o', '/home/roman/Videos/%(uploader)s - %(playlist)s/(%(upload_date)s) %(title)s.%(ext)s']
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://odysee.com/@gardeningincanada:b/plants-i-will-never-grow-again.-the:e']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8
[debug] youtube-dl version 2021.04.07
[debug] Python version 3.9.2 (CPython) - Linux-5.12.0-1-MANJARO-x86_64-with-glibc2.33
[debug] exe versions: ffmpeg 4.3.2, ffprobe 4.3.2, rtmpdump 2.4
[debug] Proxy map: {}
[lbry] @gardeningincanada#b/plants-i-will-never-grow-again.-the#e: Downloading stream JSON metadata
[lbry] e51671357333fe22ae88aad320bde2f6f96b1410: Downloading streaming url JSON metadata
[debug] Invoking downloader on 'https://cdn.lbryplayer.xyz/api/v4/streams/free/plants-i-will-never-grow-again.-the/e51671357333fe22ae88aad320bde2f6f96b1410/c4b3f2'
ERROR: unable to download video data: HTTP Error 308: Permanent Redirect
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1967, in process_info
success = dl(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1906, in dl
return fd.download(name, info)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
return self.real_download(filename, info_dict)
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 351, in real_download
establish_connection()
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 116, in establish_connection
raise err
File "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 110, in establish_connection
ctx.data = self.ydl.urlopen(request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2279, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 308: Permanent Redirect
Description
i have issue downloading some videos in odysee as can be seen in log above. i searched for that error, and found similar issues including this one #20752
at he end remitamine says that "this will be hard to fix because of the short window to access the temporary live archive manifests." so i decided to make issue because those errors doesn't seems to be going away any time soon, and there is plenty time to search for source of this error. one can simply try to download whole user in odysee (https://odysee.com/@gardeningincanada:b as a download link for example) and you will get a lot of those errors for many videos.
The text was updated successfully, but these errors were encountered:
Checklist
Verbose log
Description
i have issue downloading some videos in odysee as can be seen in log above. i searched for that error, and found similar issues including this one #20752
at he end remitamine says that "this will be hard to fix because of the short window to access the temporary live archive manifests." so i decided to make issue because those errors doesn't seems to be going away any time soon, and there is plenty time to search for source of this error. one can simply try to download whole user in odysee (https://odysee.com/@gardeningincanada:b as a download link for example) and you will get a lot of those errors for many videos.
The text was updated successfully, but these errors were encountered: