# Invalid socket #### Why This Error Occurred When the `micro` command was ran, you passed `-s` or `--socket` without a value. #### Possible Ways to Fix It Run `micro` with a value: ``` micro -s '/tmp/micro.sock' ```