nsf / gocode

An autocompletion daemon for the Go programming language
MIT License
5.01k stars 656 forks source link

Problem with go-autocomplete #495

Closed ikouchiha47 closed 6 years ago

ikouchiha47 commented 6 years ago

I am havin a problem with the emacs go-autocomplete. As soon as I enable it. I start getting Error running time ac-update-greedy and ac-show-menu (wrong-type-argument arrayp nil)

Also getting panic: rpc: can't find service RPC.RPC_status when trying to gocode close or status

ikouchiha47 commented 6 years ago

Ok, removed the /tmp socket file. and restarted I guess. fixed the issue