-
Notifications
You must be signed in to change notification settings - Fork 167
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
Could not connect to OmniSharp server; Errno 111 Connection Refused - Neovim 3.3 on WSL, Ubuntu 18.04 #445
Comments
Same stuff on my machine: Linux mint 19,
|
@Mantissa-23 on WSL with When you manually install the server, are you getting the Am I correct in assuming that you are running .NET framework projects, hosted in Windows? If you are doing dotnet core stuff, you can keep it all in the WSL layer which is simpler - to do that, drop the |
@abylkasymovkuat you are describing a completely different environment, I suspect your problem is unrelated to this issue. Try running |
@nickspoons, after sitting several hours trying to get it to work, it eventually started to. Though, when the |
@abylkasymovkuat: |
@kuator Pls tellme what you do to fix ?? Im trying to use neovim but i go back to vscode because omnisharp dont work... |
This is an OmniSharp-roslyn issue - possibly similar to OmniSharp/omnisharp-roslyn#1400 and OmniSharp/omnisharp-roslyn#1416 There has been a lot of work done in OmniSharp-roslyn since version 1.32.1 so I suggest updating to a later version. Closing. |
I've been trying to get the latest version of Omnisharp-vim working with Roslyn 1.32.1 to no avail.
What I've tried:
~/.omnisharp.
No success. Tried running~/.omnisharp/omnisharp-roslyn/run -v
; installed libuv1-dev. Still not working.C:\tools\Omnisharp\omnisharp\OmniSharp.exe
, with:I have tried reinstalling both options. Neither have worked. Unsure what the issue is; I've verified python3 is installed and working. The issue doesn't seem to be with omnisharp-vim, but with the server refusing http connections. Output of :OmniSharpOpenPythonLog:
Additional information: Output of
OmniSharp.exe -v
. Fails to load some dlls, doesn't seem fatal though.Output for
~/.omnisharp/omnisharp-roslyn/run -v
is similar, no errors though. The dlls load successfully.I've looked through all the past issues and can't figure out for the life of me what's wrong. I think I'm cursed.
The text was updated successfully, but these errors were encountered: