lando/platformsh

lando init on a default php platform project results in an error on - ubuntu

Closed this issue · 1 comments

Created a php application on platform.sh
Cloned the project with platform get <project_id
Ran lando start on the project from platform.

This failed with

curl: (7) Failed to connect to platform.sh port 443: Connection timed out
/helpers/psh-build.sh: line 45: platform: command not found
/helpers/psh-build.sh: line 50: platform: command not found
ERROR ==> /helpers/psh-build.sh: line 50: platform: command not found 
Opening platform.sh containers... this may take a bit...
Scanning to determine which services are ready... Please stand by.

lando platform auth:info -v also fails similarly

/helpers/psh-exec.sh: 36: exec: platform: not found

I have double checked the path to the platform binary is in my $PATH. I am on the latest platform version.

Is there somewhere I should specify where Lando should look for my platform binary?

Oh I didn't run lando init --recipe platformsh --source platformsh