Forum Discussion

Former Member's avatar
Former Member
3 years ago

"error initializing client: connecting to desktop app: read: connection reset"

I am trying to execute the op command from a Golang app like so: ``` package main import ( "encoding/json" "log" "os/exec" ) func main() { op := exec.Command("o...