These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

'.\get_iplayer.cgi.cmd' is not recognized

user-530

I've had get_iplayer installed on a Windows 7 machine for a couple of years and love it.
Recently I got a Windows 8.1 64bit machine and installed get-iplayer. But when launching Web PVR Manager I get "'.\get_iplayer.cgi.cmd' is not recognized as an internal or external command,
operable program or batch file."

It's the same on another Windows 8.1 64bit machine.

I think it's something to do with paths/associations?

I've tried installing to alternate locations and editing various cmd files to try and resolve, but I don't get anywhere.
If I call get_iplayer.cgi.cmd from an Admin cmd prompt already in C:\Program Files (x86)\get_iplayer and then browse to 127.0.0.1:1935 there's a page there, but refreshing cache on running PVR generates "bad pipe" errors in the command window.
I'm a little out of my depth in the workings of get_iplayer now.

Can anyone help me get it running on Windows 8.1 64bit?

Thanks in advance.

user-2

Check the properties on the start menu shortcut for the Web PVR Manager. What's the value in the "Start in" field? Does that directory exist and does it contain all the necessary get_iplayer files?

Make sure you haven't been bitten by Windows filesystem virtualisation. Check if this directory exists:

Code:
"%LOCALAPPDATA%\VirtualStore\Program Files\get_iplayer"



If it does, delete it, do a complete uninstall of get_iplayer and re-install, then check for the presence of that directory again. If it reappears, there is something going wrong with privilege elevation when the installer is run.

If you launch get_iplayer itself from the start menu, does it run? If not, what about if you launch it from console prompt? Also check its start menu shortcut properties as above.

When you launch web pvr from a console prompt, what are the first three lines of output? They should be:

Code:
DEBUG: Command: ".\get_iplayer.cmd" --nopurge --nocopyright --show-options
DEBUG: Command: ".\get_iplayer.cmd" --nopurge --nocopyright --listplugins
INFO: Listening on 127.0.0.1:1935



I presume "bad pipe" is because the web pvr can't launch get_iplayer itself. If that is true, then there should be some errors as soon as the web pvr is launched since it invokes get_iplayer to read settings.

These forums are archived

See this post for further info