Problem launching server on Neovim
See original GitHub issueError detected while processing function PathfinderLoop[6]..provider#python3#Call:
line 18:
Error invoking 'python_execute' on channel 4 (python3-script-host):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/ed/.vim/plugged/pathfinder.vim/pathfinder/commands.py", line 72, in autorun
run()
File "/home/ed/.vim/plugged/pathfinder.vim/pathfinder/commands.py", line 49, in run
client.pathfind(start_state.view, current_state.view, show_output)
File "/home/ed/.vim/plugged/pathfinder.vim/pathfinder/client.py", line 125, in pathfind
self.server_connection.send(
AttributeError: 'NoneType' object has no attribute 'send'`
I have the latest python3
and did a pip3 install
for timers
and popupwin
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (6 by maintainers)
Top Results From Across the Web
neovim fails to start on Windows Server without Desktop ...
neovim fails to open with the error: The application was unable to start correctly (0xc000007b) Click OK to close the application.
Read more >LSP server does not start if I start neovim with a file parameter
I am setting up neovim with typescript and have come across this issue: If I start neovim with a file as parameter: neovim...
Read more >Starting - Neovim docs
Process the arguments The options and file names from the command that start Vim are inspected. Buffers are created for all files (but...
Read more >Cannot start clangd lsp server with neovim on windows
The clang installed by VS is not in your path. It will be added to your path if you run neovim from the...
Read more >A Step-by-Step Guide to Configuring LSP in Neovim for ...
Root Directory for the Lspconfig — Problem & Solution ... It's necessary to understand how the language servers are automatically launched (attached to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No luck, I’m afraid, thank you for your effort though!
Okay, new error this time