nflvid icon indicating copy to clipboard operation
nflvid copied to clipboard

"System could not find the specified file"

Open theSanchize3 opened this issue 9 years ago • 1 comments

I am trying to use nflvid. I followed the instructions for Windows installation, but when I ran this script: C:\Python27\Scripts> python nflvid-footage --dry-run --season 2012 --teams MIN -- "C:\Jacob\nflvid\footage\vikes\full" I got this error:

Could not run 'rtmpdump --rtmp rtmp://neulionms.fcod.llnwd.net --app a5306/e1 --playpath mp4:u/nfl/nfl/coachtapes/2012/55641_all_1600 --timeout 10 --stop 30 -o C:\Users\Jacob\nflvid\footage\vikes\full\2012111107.mp4' (errno: 2): The system cannot find the file specified
FAILED to download game 2012111107 (Season: 2012, Week: 10, DET at MIN)
Downloading game 2012120905 (Season: 2012, Week: 14, CHI at MIN)
Could not run 'rtmpdump --rtmp rtmp://neulionms.fcod.llnwd.net --app a5306/e1 --playpath mp4:u/nfl/nfl/coachtapes/2012/55684_all_1600 --timeout 10 --stop 30 -o C:\Users\Jacob\nflvid\footage\vikes\full\2012120201.mp4' (errno: 2): The system cannot find the file specified
FAILED to download game 2012120201 (Season: 2012, Week: 13, MIN at GB)
Downloading game 2012122310 (Season: 2012, Week: 16, MIN at HOU)
Could not run 'rtmpdump --rtmp rtmp://neulionms.fcod.llnwd.net --app a5306/e1 --playpath mp4:u/nfl/nfl/coachtapes/2012/55703_all_1600 --timeout 10 --stop 30 -o C:\Users\Jacob\nflvid\footage\vikes\full\2012120905.mp4' (errno: 2): The system cannot find the file specified
FAILED to download game 2012120905 (Season: 2012, Week: 14, CHI at MIN)
Downloading game 2012121603 (Season: 2012, Week: 15, MIN at STL)
Could not run 'rtmpdump --rtmp rtmp://neulionms.fcod.llnwd.net --app a5306/e1 --playpath mp4:u/nfl/nfl/coachtapes/2012/55733_all_1600 --timeout 10 --stop 30 -o C:\Users\Jacob\nflvid\footage\vikes\full\2012122310.mp4' (errno: 2): The system cannot find the file specified
FAILED to download game 2012122310 (Season: 2012, Week: 16, MIN at HOU)
Downloading game 2012123009 (Season: 2012, Week: 17, GB at MIN)
Could not run 'rtmpdump --rtmp rtmp://neulionms.fcod.llnwd.net --app a5306/e1 --playpath mp4:u/nfl/nfl/coachtapes/2012/55720_all_1600 --timeout 10 --stop 30 -o C:\Users\Jacob\nflvid\footage\vikes\full\2012121603.mp4' (errno: 2): The system cannot find the file specified
FAILED to download game 2012121603 (Season: 2012, Week: 15, MIN at STL)
Could not run 'rtmpdump --rtmp rtmp://neulionms.fcod.llnwd.net --app a5306/e1 --playpath mp4:u/nfl/nfl/coachtapes/2012/55749_all_1600 --timeout 10 --stop 30 -o C:\Users\Jacob\nflvid\footage\vikes\full\2012123009.mp4' (errno: 2): The system cannot find the file specified
FAILED to download game 2012123009 (Season: 2012, Week: 17, GB at MIN)

Any help with this is greatly appreciated.

Thanks

theSanchize3 avatar Dec 24 '16 15:12 theSanchize3

The error message tells you what is wrong. Your system cannot find the rtmpdump executable. You need to install that.

I don't use Windows so I can't really help much further. Frankly, I'd be surprised if this still works even if you got rtmpdump installed.

BurntSushi avatar Dec 24 '16 15:12 BurntSushi