youtube-dl: Error 1025 on abc.com full shows. NOT a duplicate of #25207 or fixed by #25216

Checklist

  • I’m reporting a broken site support
  • I’ve verified that I’m running youtube-dl version 2020.06.16.1
  • 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

PASTE VERBOSE LOG HERE

[debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [‘–geo-bypass’, ‘–verbose’, ‘-o’, ‘testprogram.mp4’, ‘https://abc.com/shows/good-morning-america/episode-guide/2020-07/11-saturday-jul-11-2020’] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252 [debug] youtube-dl version 2020.06.16.1 [debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1 [debug] exe versions: ffmpeg N-95085-g525de95679, ffprobe N-95085-g525de95679, rtmpdump 2.4 [debug] Proxy map: {} [Go] 11-saturday-jul-11-2020: Downloading webpage [Go] VDKA4974899: Downloading JSON metadata [debug] Using fake IP 6.85.205.84 (US) as X-Forwarded-For. [Go] VDKA4974899: Downloading JSON metadata ERROR: Go said: 1025:Unable to retrieve required files for playback. Please try again in a few minutes. Traceback (most recent call last): File “C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\YoutubeDL.py”, line 797, in extract_info File “C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\common.py”, line 530, in extract File “C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\go.py”, line 205, in _real_extract youtube_dl.utils.ExtractorError: Go said: 1025:Unable to retrieve required files for playback. Please try again in a few minutes.

Description

WRITE DESCRIPTION HERE The error 1025 appears now instead of the Adobe Pass error. My bad, I didn’t keep up with the logs. But that’s another story. It exists in the latest release (2020.06.16.1) as well as the source dated 7/14/2020 4:01:14 AM, which was downloaded 7/18/2020 4:04 AM EDT.

I received the same error on the following URLs: (All unlocked.) https://abc.com/shows/good-morning-america/episode-guide/2020-07/11-saturday-jul-11-2020 https://abc.com/shows/what-would-you-do/episode-guide/2020-07/07-wwyd-070720-confronting-man-wearing-confederate-flag-jacket https://abc.com/shows/shark-tank/episode-guide/season-11/24-episode-24 https://abc.com/shows/dont/episode-guide/season-01/01-dont-be-a-wiseguy

The fix under #25207 is unusable because the line number is wrong and no line similar to it exists. Under _TESTS the URL for The Rookie no longer exists. There are five (apparently unlocked) episodes and it’s not one of them. I mention it because the same URL is in a comment on line 140, which is followed by… The new code for line 141 under issue #25216 is identical to the source I downloaded, but the error occurs using it. I assume the shows are laid out the same and it was tested then placed on line 141. Well, I’m far enough into guesswork now. I hope the info helps. I do not have proxy or VPN services to offer to any developer to aid them. Sorry, I’ve never had the need.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 36

Commits related to this issue

Most upvoted comments

This still seems to be an issue in 2020.12.02

[debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [‘https://abc.com/shows/the-disney-holiday-singalong/episode-guide/season-01/01-the-disney-holiday-singalong’, ‘–verbose’] [debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252 [debug] youtube-dl version 2020.12.02 [debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041 [debug] exe versions: ffmpeg N-89409-g4678339e74, ffprobe N-89409-g4678339e74 [debug] Proxy map: {} [Go] 01-the-disney-holiday-singalong: Downloading webpage [Go] VDKA4974899: Downloading JSON metadata [debug] Using fake IP 6.114.109.177 (US) as X-Forwarded-For. [Go] VDKA4974899: Downloading JSON metadata ERROR: Go said: 1025:Unable to retrieve required files for playback. Please try again in a few minutes. Traceback (most recent call last): File “C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkw2f2_ip\build\youtube_dl\YoutubeDL.py”, line 803, in wrapper File “C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkw2f2_ip\build\youtube_dl\YoutubeDL.py”, line 824, in __extract_info File “C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkw2f2_ip\build\youtube_dl\extractor\common.py”, line 532, in extract File “C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkw2f2_ip\build\youtube_dl\extractor\go.py”, line 205, in _real_extract youtube_dl.utils.ExtractorError: Go said: 1025:Unable to retrieve required files for playback. Please try again in a few minutes.

I forked the master branch from commit 52c50a1. You should be able to just check out that commit from an up to date copy of the repository (git checkout 52c50a10af5de16165621f8929b64dc7267742761) and have my starting point. My local copy differs from that commit as follows:

diff --git a/youtube_dl/extractor/go.py b/youtube_dl/extractor/go.py
index 03cfba9..7fd0664 100644
--- a/youtube_dl/extractor/go.py
+++ b/youtube_dl/extractor/go.py
@@ -138,7 +138,8 @@ class GoIE(AdobePassIE):
                     # from http://freeform.go.com/shows/shadowhunters/episodes/season-2/1-this-guilty-blood
                     r'data-video-id=["\']*(VDKA\w+)',
                     # https://abc.com/shows/the-rookie/episode-guide/season-02/03-the-bet
-                    r'\b(?:video)?id["\']\s*:\s*["\'](VDKA\w+)'
+                    r'\bvideoIdCode["\']\s*:\s*["\'](vdka\w+)'
+                    # r'\b(?:video)?id["\']\s*:\s*["\'](VDKA\w+)'
                 ), webpage, 'video id', default=video_id)
             if not site_info:
                 brand = self._search_regex(

I should mention that I haven’t tested extensively, I actually just downloaded one episode of one show from abc.com, so it’s possible that this is only a partial fix. Anyway good luck.

This is still an issue with the current release 2020.09.20. I tried this fix with the source code and I was able to download an episode with it no problem

Backtick is like a single quote that slants to the left (or “back”). If you click on the three dots on the top left of the comment and select Edit, you can see what was typed in to get the formatting you see.

Also try googling the word markdown. That is the language used to write comments with formatting on this site.

Why havent they implemented a fix for ABC.com yet? its been almost 2 months! its the same message that I get everytime i try to download an ABC program: ERROR: Go said: 1025:Unable to retrieve required files for playback. Please try again in a few minutes.