-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E906: not an open channel #421
Comments
Somehow, the After I opened this issue, I did the following things (though I doubt any of them is special):
I have no idea what happened. I'll keep an eye on this though. If I keep the config above and restart vim again, then the issue comes back. I am so confused. |
I am having the same issue trying to initialize typescript-language-server. I have just the minimal config of
The same error as @Linerre appears when trying to open any typescript file. This doesn't happen with any other lsp vim plugin. |
Hi there,
I met this
E906: not an open channel
error when opening*.vim
files.Full error message:
<SNR>14
is~\vimfiles\plugged\vim-lsc\plugin\lsc.vim
<SNR>29
is~\vimfiles\plugged\vim-lsc\autoload\lsc\server.vim
Basic info:
I have:
installed vim-language-server with npm:
configured vim-language-server according to the Wiki; even simpler:
If I run
:echo LSCServerStatus()
in Vim, it returnsstarting
.If I run
vim-language-server --stdio
from my terminal (PowerShell), no error at all.How can I fix the problem? Any advice? Thanks. By the way, Python server works fine.
The text was updated successfully, but these errors were encountered: