ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests #25657

Closed
opened 2026-02-21 13:54:16 -05:00 by deekerman · 2 comments
Owner

Originally created by @SardarML on GitHub (Jan 4, 2023).

for i in range(len(urls)):
try:
infos_array = np.array(video_info(urls[i]))
except:
print(('skip'))

output:
ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by <HTTPError 429: 'Too Many Requests'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
skip

Originally created by @SardarML on GitHub (Jan 4, 2023). for i in range(len(urls)): try: infos_array = np.array(video_info(urls[i])) except: print(('skip')) output: ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by <HTTPError 429: 'Too Many Requests'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. skip
deekerman 2026-02-21 13:54:16 -05:00
Author
Owner

@dirkf commented on GitHub (Jan 4, 2023):

Read pinned issue #23638.

If that doesn't cause you to close the issue:

  1. Show the sites involved.
  2. Use the verbose flag.
  3. Use backquotes `code` (code) to show code and triple backquotes to show code blocks.
@dirkf commented on GitHub (Jan 4, 2023): Read pinned issue #23638. If that doesn't cause you to close the issue: 1. Show the sites involved. 2. Use the `verbose` flag. 3. Use backquotes \`code\` (`code`) to show code and triple backquotes to show code blocks.
Author
Owner

@dirkf commented on GitHub (Jan 23, 2023):

Closing for lack of response.

@dirkf commented on GitHub (Jan 23, 2023): Closing for lack of response.
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-ytdl-org#25657
No description provided.