GDC Vault/Kaltura 403 Forbidden error on some videos #16789

Closed
opened 2026-02-21 07:43:17 -05:00 by deekerman · 3 comments
Owner

Originally created by @zorbathut on GitHub (May 12, 2019).

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2019.05.11
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

$ ./youtube-dl.exe https://gdcvault.com/play/1024340 -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://gdcvault.com/play/1024340', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[debug] youtube-dl version 2019.05.11
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134
[debug] exe versions: none
[debug] Proxy map: {}
[GDCVault] 1024340: Downloading webpage
[Kaltura] 0_w0gn7oij: Downloading video info JSON
[Kaltura] 0_w0gn7oij: Downloading m3u8 information
[debug] Default format spec: best/bestvideo+bestaudio
[debug] Invoking downloader on 'http://cdnapi.kaltura.com/p/1670711/sp/167071100/playManifest/entryId/0_w0gn7oij/format/url/protocol/http/flavorId/0_5uiq4ysw?referrer=aHR0cHM6Ly9nZGN2YXVsdC5jb20='
ERROR: unable to download video data: HTTP Error 403: Forbidden
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\YoutubeDL.py", line 1915, in process_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\YoutubeDL.py", line 1854, in dl
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\downloader\common.py", line 364, in download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\downloader\http.py", line 341, in real_download
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\downloader\http.py", line 109, in establish_connection
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\YoutubeDL.py", line 2227, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
  File "C:\Python\Python34\lib\urllib\request.py", line 502, in error
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Python\Python34\lib\urllib\request.py", line 685, in http_error_302
  File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
  File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden

Description

Some Kaltura-hosted GDC Vault videos don't properly download (example: https://gdcvault.com/play/1024340; can provide more URLs if helpful). This is not all Kaltura-hosted GDC Vault videos; https://gdcvault.com/play/1024344 works just fine.

I did some preliminary investigating of this myself. Both of these videos play in the web browser, and their embed tags are identical aside from a few IDs. If I take the URL that youtube-dl attempts to download, and put it in the browser, it doesn't work with 1024340 (403 forbidden, "an error occurred while processing your request") but does work with 1024344. I'm not sure what makes 1024340 different. The actual web browser playback seems to use an entirely different system, downloading a series of segment(number)_0_av.ts files, but this starts moving out of my extremely limited knowledge.

Some GDC Vault videos require a login to play, but the links I've provided do not.

Various GDC-Vault-related issues on Github recommend using --force-generic-extractor, but unfortunately this doesn't result in any change.

I've tested this on the current master git commit without any change.

Choosing a specific format does work - at least on this video, it's just the highest-quality one that breaks. It's possible this is really #3721 but I thought I'd report it in case there's something more immediate that can be done.

Originally created by @zorbathut on GitHub (May 12, 2019). <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: - First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is 2019.05.11. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. - Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser. - Make sure that all URLs and arguments with special characters are properly quoted or escaped as explained in http://yt-dl.org/escape. - Search the bugtracker for similar issues: http://yt-dl.org/search-issues. DO NOT post duplicates. - Finally, put x into all relevant boxes (like this [x]) --> - [X] I'm reporting a broken site support - [X] I've verified that I'm running youtube-dl version **2019.05.11** - [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 <!-- Provide the complete verbose output of youtube-dl that clearly demonstrates the problem. Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this: [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 [debug] youtube-dl version 2019.05.11 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4 [debug] Proxy map: {} <more lines> --> ``` $ ./youtube-dl.exe https://gdcvault.com/play/1024340 -v [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['https://gdcvault.com/play/1024340', '-v'] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252 [debug] youtube-dl version 2019.05.11 [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134 [debug] exe versions: none [debug] Proxy map: {} [GDCVault] 1024340: Downloading webpage [Kaltura] 0_w0gn7oij: Downloading video info JSON [Kaltura] 0_w0gn7oij: Downloading m3u8 information [debug] Default format spec: best/bestvideo+bestaudio [debug] Invoking downloader on 'http://cdnapi.kaltura.com/p/1670711/sp/167071100/playManifest/entryId/0_w0gn7oij/format/url/protocol/http/flavorId/0_5uiq4ysw?referrer=aHR0cHM6Ly9nZGN2YXVsdC5jb20=' ERROR: unable to download video data: HTTP Error 403: Forbidden Traceback (most recent call last): File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\YoutubeDL.py", line 1915, in process_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\YoutubeDL.py", line 1854, in dl File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\downloader\common.py", line 364, in download File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\downloader\http.py", line 341, in real_download File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\downloader\http.py", line 109, in establish_connection File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\YoutubeDL.py", line 2227, in urlopen File "C:\Python\Python34\lib\urllib\request.py", line 470, in open File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response File "C:\Python\Python34\lib\urllib\request.py", line 502, in error File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain File "C:\Python\Python34\lib\urllib\request.py", line 685, in http_error_302 File "C:\Python\Python34\lib\urllib\request.py", line 470, in open File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response File "C:\Python\Python34\lib\urllib\request.py", line 508, in error File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default urllib.error.HTTPError: HTTP Error 403: Forbidden ``` ## Description <!-- Provide an explanation of your issue in an arbitrary form. Provide any additional information, suggested solution and as much context and examples as possible. If work on your issue requires account credentials please provide them or explain how one can obtain them. --> Some Kaltura-hosted GDC Vault videos don't properly download (example: https://gdcvault.com/play/1024340; can provide more URLs if helpful). This is not *all* Kaltura-hosted GDC Vault videos; https://gdcvault.com/play/1024344 works just fine. I did some preliminary investigating of this myself. Both of these videos play in the web browser, and their embed tags are identical aside from a few IDs. If I take the URL that youtube-dl attempts to download, and put it in the browser, it doesn't work with 1024340 (403 forbidden, "an error occurred while processing your request") but does work with 1024344. I'm not sure what makes 1024340 different. The actual web browser playback seems to use an entirely different system, downloading a series of segment(number)_0_av.ts files, but this starts moving out of my extremely limited knowledge. Some GDC Vault videos require a login to play, but the links I've provided do not. Various GDC-Vault-related issues on Github recommend using --force-generic-extractor, but unfortunately this doesn't result in any change. I've tested this on the current master git commit without any change. Choosing a specific format *does* work - at least on this video, it's just the highest-quality one that breaks. It's possible this is really #3721 but I thought I'd report it in case there's something more immediate that can be done.
deekerman 2026-02-21 07:43:17 -05:00
  • closed this issue
  • added the
    fixed
    label
Author
Owner

@hientt53 commented on GitHub (Jun 6, 2019):

I have the same issue.

@hientt53 commented on GitHub (Jun 6, 2019): I have the same issue.
Author
Owner

@dhowe commented on GitHub (Jul 5, 2019):

Same here

@dhowe commented on GitHub (Jul 5, 2019): Same here
Author
Owner

@remitamine commented on GitHub (Jul 15, 2019):

fixed with 799756a3b3.

@remitamine commented on GitHub (Jul 15, 2019): fixed with 799756a3b3c794284ca52b9af482e1f03fc46833.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#16789
No description provided.