9fans / acme-lsp

Language Server Protocol tools for the acme text editor
MIT License
193 stars 25 forks source link

L def fails to run due to acme-lsp.rpc: connect: no such file or directory #46

Closed ianzhang366 closed 2 years ago

ianzhang366 commented 2 years ago

Hi team,

I'm running acme-lsp, acmefocued with L def, however, the L def is giving me the following errors:

2021/12/22 22:49:18 dial failed: dial unix /tmp/ns.ian.:0/acme-lsp.rpc: connect: no such file or directory

At the meantime, the acme-lsp is running fine though:

$  ps aux | grep acme-lsp
ian         22857   0.0  0.0 34122728    732 s001  S<+  10:53PM   0:00.00 grep acme-lsp
ian         22522   0.0  0.0 34831536   4476   ??  S<   10:45PM   0:00.12 acme-lsp -hidediag=true -v

Any idea, how to debug this one?

ianzhang366 commented 2 years ago

figured out the above issue is due to the lsp server didnt start up properly.