r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.85k stars 1.2k forks source link

TraceBack errors: #588

Closed Mellorsssss closed 3 years ago

Mellorsssss commented 3 years ago

When I try to download courses, terminal shows the message:

  File "F:\Udemy\udemy-dl\udemy\shared.py", line 137, in download
    retVal = FFMPeg(None, self.url, self.token, temp_filepath).download()
  File "F:\Udemy\udemy-dl\udemy\ffmpeg.py", line 174, in download
    with subprocess.Popen(
  File "D:\Anaconda\lib\subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "D:\Anaconda\lib\subprocess.py", line 1307, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
r0oth3x49 commented 3 years ago

hmm how can i reproduce? can you please explain a bit more and do follow issue reporting guideline?

Mellorsssss commented 3 years ago

Sorry, after I rebooted my laptop, similar problems did not recur.