You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: