These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

open3: IO::Pipe: Can't spawn-NOWAIT: No such file or directory

user-1135

I might have removed an environment variable that is causing the message:
Code:
open3: IO::Pipe: Can't spawn-NOWAIT: No such file or directoryopen3: IO::Pipe: Can't spawn-NOWAIT: No such file or directory at C:\Program Files (x86)\get_iplayer\get_iplayer.pl line 2131

This is when trying to convert to mp3 as per:
Code:
commandradio ffmpeg -i "<filename>" -c:v copy -c:a libmp3lame -b:a 192k -id3v2_version 3 -write_id3v1 1 -y "<dir>\<fileprefix>.mp3" && del "<filename>"

I re-ran get_iplayer setup

is there something else I can do?

(get_iplayer 3.23.0-MSWin32)

regards

roga

user-1135

It was due to me deleting system environment variables (what is on the "path" statement)

I had a look at another system, and copied some of the default environment variables, and now all is working fine.

R

These forums are archived

See this post for further info