Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When calling twitch-dl in a python script(via os.popen) gives File Not Found Error #72

Open
vidur2 opened this issue Jul 31, 2021 · 2 comments

Comments

@vidur2
Copy link

vidur2 commented Jul 31, 2021

FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/zb/qx2bfsd937s9vvtw5nmn3gnc0000gn/T/twitch-dl/2d77187406850464738d_philza_39737985867_1627664343/480p30/00001.ts.tmp' -> '/var/folders/zb/qx2bfsd937s9vvtw5nmn3gnc0000gn/T/twitch-dl/2d77187406850464738d_philza_39737985867_1627664343/480p30/00001.ts'

@vidur2
Copy link
Author

vidur2 commented Jul 31, 2021

I apologize for the informality of the phrasing of this issue, it is just my first time doing this.

@marcellavdm
Copy link

I had the same issue and I finally figured it out. ffmpeg.exe needs to be in the same directory as your python script, that's the missing file that this error is referencing. Once I copied over ffmpeg.exe everything worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants