neoclide / coc-eslint

Eslint extension for coc.nvim
MIT License
396 stars 24 forks source link

Connection to server got closed. Server will not be restarted. #130

Closed Leo843 closed 2 years ago

Leo843 commented 2 years ago

Hi!

I got the following error with coc-eslint. My configuration did not change since yesterday, but for some reason I am no longer able to use coc-eslint. I tried to reinstall and update coc.nvim and coc-eslint but it did not solve the error.

[Info  - 11:57:52 AM] Connection to server got closed. Server will restart.
[Info  - 11:57:52 AM] ESLint server stopped.
[Info  - 11:57:52 AM] ESLint server is starting
[Info  - 11:57:52 AM] Connection to server got closed. Server will restart.
[Info  - 11:57:52 AM] ESLint server stopped.
[Info  - 11:57:52 AM] ESLint server is starting
[Info  - 11:57:52 AM] Connection to server got closed. Server will restart.
[Info  - 11:57:52 AM] ESLint server stopped.
[Info  - 11:57:52 AM] ESLint server is starting
[Error  - 11:57:52 AM] Connection to server got closed. Server will not be restarted.
[Info  - 11:57:52 AM] ESLint server stopped.
[Error  - 11:57:52 AM] On ready failed
Error: Connection to server got closed. Server will not be restarted.
    at Pf.handleConnectionClosed (/home/leo/.vim/plugged/coc.nvim/build/index.js:219:1006)
    at Pf.handleConnectionClosed (/home/leo/.vim/plugged/coc.nvim/build/index.js:219:29088)
    at t (/home/leo/.vim/plugged/coc.nvim/build/index.js:219:386)
    at NA.invoke (/home/leo/.vim/plugged/coc.nvim/build/index.js:36:9670)
    at xd.fire (/home/leo/.vim/plugged/coc.nvim/build/index.js:36:10436)
    at xi (/home/leo/.vim/plugged/coc.nvim/build/index.js:37:10897)
    at NA.invoke (/home/leo/.vim/plugged/coc.nvim/build/index.js:36:9670)
    at xd.fire (/home/leo/.vim/plugged/coc.nvim/build/index.js:36:10436)
    at lN.fireClose (/home/leo/.vim/plugged/coc.nvim/build/index.js:36:12716)
    at ChildProcess.<anonymous> (/home/leo/.vim/plugged/coc.nvim/build/index.js:63:11979)
Leo843 commented 2 years ago

The error disappeared, I am not sure why.