kompot / nhl-tv-geeky-streams

Best way to download NHL games. NHL.TV, NHL LIVE, or WatchESPN account is required.
MIT License
35 stars 7 forks source link

Error message after choosing stream quality #53

Closed MatthiasReccius closed 2 years ago

MatthiasReccius commented 2 years ago

After choosing the stream quality, instead of the download starting, I get the following error message in PowerShell:

ls: no such file or directory: ./video/*.mp4
Error: spawn streamlink ENOENT
    at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
    at onErrorNT (node:internal/child_process:478:16)
    at processTicksAndRejections (node:internal/process/task_queues:83:21)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

System: Windows 11

rseanhall commented 2 years ago

I always use Docker since it's a known good configuration. If you want to run directly on Windows, it will take more work. For example, it appears to require that streamlink.exe is in the path.

MatthiasReccius commented 2 years ago

Using docker works perfectly! Thank you for the quick answer!