docker-octoprint icon indicating copy to clipboard operation
docker-octoprint copied to clipboard

Curl not found

Open lolo19430 opened this issue 4 years ago • 0 comments

I tried using an esp8266 module to start or stop the printer. This launches a Curl command, but it doesn't seem to work.

I add the lines in the config.yaml file system: actions: - action: printer on command: curl 'http://192.168.1.111/control?cmd=gpio,4,1' name: Démarrer l'imprimante - action: printer off command: curl 'http://192.168.1.111/control?cmd=gpio,4,0' name: Arrêter l'imprimante

But when I run the command I have: "Command for custom:printer on failed with return code 127: STDOUT: STDERR: /bin/sh: 1: curl: not found"

Can you help me ?

lolo19430 avatar Jan 04 '21 13:01 lolo19430