Signing back into the Community for the first time? You'll need to reset your password to access your account.  Find out more.

Forum Discussion

Former Member's avatar
Former Member
2 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...