question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Server keeps crashing in NeoVim with CoC

See original GitHub issue

I’m trying to get this running with NeoVim and CoC. But the server keeps crashing.

Current Behavior

This is what I see with :CocOpenLog

2019-11-22T15:34:47.627 INFO (pid:9062) [services] - registered service "languageserver.elmLS"
2019-11-22T15:34:47.632 INFO (pid:9062) [plugin] - coc 0.0.74-3a7f1335ae initialized with node: v10.17.0
2019-11-22T15:34:51.392 INFO (pid:9062) [services] - elmLS state change: stopped => starting
2019-11-22T15:34:51.415 INFO (pid:9062) [language-client-index] - languageserver.elmLS started with 9215
2019-11-22T15:34:51.789 INFO (pid:9062) [services] - elmLS state change: starting => running
2019-11-22T15:34:51.794 INFO (pid:9062) [services] - service languageserver.elmLS started
2019-11-22T15:34:51.985 INFO (pid:9062) [services] - elmLS state change: running => stopped
2019-11-22T15:34:51.985 INFO (pid:9062) [services] - elmLS state change: stopped => starting
...
 2019-11-22T15:34:54.718 ERROR (pid:9062) [language-client-client] - The languageserver.elmLS server crashed 5 times in the last 3 minutes. The server will not be restarted.

Steps to Reproduce (for bugs)

Your Environment

  • Version used:
~ $ elm-language-server -v
1.4.4
  • Environment name and version (e.g. node.js 5.4):
~ $ node --version
v10.17.0

~ $ elm --version
0.19.1
  • Editor used:
~ $ nvim --version
NVIM v0.3.8
  • Operating System and version:
~ $ uname -a
Linux pop-os 5.3.0-22-generic #24+system76~1573659475~19.10~26b2022-Ubuntu SMP Wed Nov 13 20:0 x86_64 x86_64 x86_64 GNU/Linux

Anyway I can get more information about what is going on in the node package? Thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sportocommented, Nov 26, 2019

It is working fine in both. Well except that in elm-spa-example is substantially faster as is a small source. But that is another issue.

0reactions
razzeeecommented, Nov 26, 2019

So it works fine for elm-spa-example, but not your internal app?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: The "java" server crashed 5 times in the last 3 ... - GitHub
I have coc.nvim installed and to install this extension, I just opened the vim and ran below command: :CocInstall coc-java the output is:...
Read more >
Neovim CoC crashes - Reddit
Neovim CoC crashes. Not sure if this has been happening to anyone, but I'm adding settings to coc-settings.json and sometimes, whenever I choose...
Read more >
neoclide/coc.nvim - Gitter
I use coc-clangd for my C++ programming, but when i opened a file, I would get this message [coc.nvim] The "clangd" server crashed...
Read more >
coc-java server gets crashed - Vi and Vim Stack Exchange
I'm trying to use vim and coc to work with java. ... [coc.nvim] The "java" server crashed 4 times in the last 3...
Read more >
User Manual - rust-analyzer
At its core, rust-analyzer is a library for semantic analysis of Rust code as it changes over time. This manual focuses on a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found