geekcomputers / geekcomputers/Python
When a run the youtube-downloader fast.py error occurred
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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