Openemr-cmd irp not working

I am recently new to OpenEMR. I have followed the tutorial of setting it up using docker. All seems to be running fine except when it comes to running openemr-cmd.

I have installed the openemr-cmd according to the documentation. I used the ~/.local/bin directory to include it in the path. The command runs with docker, but when it comes to importing random patients or using the api for testing, I get this message:

I spent a lot of time at this and even tried re-installing it, but I have no idea. Any help would be much appreciated.

this is probably obvious, but were docker containers running at the time you tried the command, i.e. e.g. docker ps - showed the running containers?

The containers are running.

I think snap installed docker changes the name of the dockers from a leading _ to a trailing -

try editing the openemr-cmd and change line 17

EASY_DEV_DOCKER="openemr-"
1 Like

Thank you so much. It works.