CommentStreams:63c0426e7a788ec7a81cb70e3fb9e350

< X735 Software
Revision as of 00:54, 23 March 2022 by 77.164.150.124 (talk) (Migrated comment #2420)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

I'm getting an error after "sudo bash install.sh":

Can't connect to pigpio at localhost(8888)

Did you start the pigpio daemon? E.g. sudo pigpiod

Did you specify the correct Pi host/port in the environment variables PIGPIO_ADDR/PIGPIO_PORT? E.g. export PIGPIO_ADDR=soft, export PIGPIO_PORT=8888

Did you specify the correct Pi host/port in the pigpio.pi() function? E.g. pigpio.pi('soft', 8888) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%