geekcomputers / geekcomputers/Python

When a run the youtube-downloader fast.py error occurred

Open
#515 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
35.4k
Forks
12.9k
Avg merge
2h 37m
Merged PRs (30d)
1

Description

python '.\youtube-downloader fast.py' 'ht

tps://www.youtube.com/watch?v=abm3ndERQxE' '20'

Traceback (most recent call last):
File ".\youtube-downloader fast.py", line 17, in
"-x"+threads
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\lib\subpr
ocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\lib\subpr
ocess.py", line 709, in init
restore_signals, start_new_session)
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\lib\subpr
ocess.py", line 997, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with line 17 of youtube-downloader fast.py and the shown invocation, then trace how it calls Python 3.6's subprocess on Windows. Reproduce the command with the provided URL and thread value, and confirm the missing-file cause and a working downloader invocation before considering the issue complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.