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.

Problem launching server on Neovim

See original GitHub issue
Error 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
edleeman17commented, Jun 5, 2020
Error detected while processing function PathfinderLoop[2]..provider#python3#Call:                     
line   18:                                                                                             
Error invoking 'python_execute' on channel 3 (python3-script-host):                                    
Traceback (most recent call last):                                                                     
  File "/home/ed/.vim/plugged/pathfinder.vim/pathfinder/client.py", line 99, in poll_responses         
    self.server_connection = connection.Client(self.file_path)                                         
  File "/usr/lib/python3.8/multiprocessing/connection.py", line 502, in Client                         
    c = SocketClient(address)                                                                          
  File "/usr/lib/python3.8/multiprocessing/connection.py", line 630, in SocketClient                   
    s.connect(address)                                                                                 
FileNotFoundError: [Errno 2] No such file or directory                                                 
                                                                                                       
During handling of the above exception, another exception occurred:                                    
                                                                                                       
Traceback (most recent call last):                                                                     
  File "<string>", line 1, in <module>                                                                 
  File "/home/ed/.vim/plugged/pathfinder.vim/pathfinder/client.py", line 105, in poll_responses        
    raise Exception(                                                                                   
Exception: Pathfinding server process exited with return code 1

No luck, I’m afraid, thank you for your effort though!

1reaction
edleeman17commented, Jun 5, 2020

Okay, new error this time

line   18:                                                                                                                                                                                                         
Error invoking 'python_execute' on channel 3 (python3-script-host):                                                                                                                                                
Traceback (most recent call last):                                                                                                                                                                                 
  File "/home/ed/.vim/plugged/pathfinder.vim/pathfinder/client.py", line 80, in poll_responses                                                                                                                     
    self.server_connection = connection.Client(self.file_path)                                                                                                                                                     
  File "/usr/lib/python3.8/multiprocessing/connection.py", line 502, in Client                                                                                                                                     
    c = SocketClient(address)                                                                                                                                                                                      
  File "/usr/lib/python3.8/multiprocessing/connection.py", line 630, in SocketClient                                                                                                                               
    s.connect(address)                                                                                                                                                                                             
FileNotFoundError: [Errno 2] No such file or directory                                                                                                                                                             
                                                                                                                                                                                                                   
During handling of the above exception, another exception occurred:                                                                                                                                                
                                                                                                                                                                                                                   
Traceback (most recent call last):                                                                                                                                                                                 
  File "<string>", line 1, in <module>                                                                                                                                                                             
  File "/home/ed/.vim/plugged/pathfinder.vim/pathfinder/client.py", line 86, in poll_responses                                                                                                                     
    raise Exception(                                                                                                                                                                                               
Exception: Pathfinding server process exited with return code {return_code}```                                                                                             
Read more comments on GitHub >

github_iconTop 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 >

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