-
Notifications
You must be signed in to change notification settings - Fork 168
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
"Remote end closed connection without response" on any command #393
Comments
Vim won't be listening on the wrong port, vim has assigned the port and started the server running on it. There are various things you can check but the first thing is to check you have the right server (the HTTP version) since this is what tends to be the problem when people get started with a manually installed server. Why did you chose to manually install the server? Did you try letting vim install it? Please include the output of launching your server from the command line like this:
|
I've had some issues using OmniSharp Roslyn v1.32.2 with omnisharp-vim, but I'm not sure if this is related to the problem you are having. I get the error message You could try and install the previous version (this fixed the problems for me). /path/to/omnisharp-vim/installer/omnisharp-manager.sh -Hv v1.32.1 -l "$HOME/.omnisharp/omnisharp-roslyn" |
What is the status on this issue? I´m experiencing this to and i have tried multiple versions of omnisharp. thank you |
@daavidjobe "tried multiple versions" doesn't give much information to debug. Please try getting the latest version of OmniSharp-vim, and using it to install OmniSharp-roslyn by running the following from the vim command line: :OmniSharpInstall 'v1.32.1' Also, make sure that |
I'm using Ubuntu 18.10 and my problem is fixed by downgrading omnisharp to |
@yjh0502 it is mentioned in the README |
OK I've made OmniSharp-Roslyn v1.32.1 the default for |
Hey, this should not be closed... forcing and older version of omnisharp http is not fixing. I need to use a higher version of omnisharp (cause 1.32.1 fails to load my project) but I happes that any higher version won't work with omnisharp-vim - the error message is the same as this issue. |
@adrianoviana87 the issue is closed because we can't do anything about it here. The problem lies with OmniSharp-roslyn, and is being tracked there: OmniSharp/omnisharp-roslyn#1274 |
Hello.
I am trying to get OmnisharpVim working. I am completely new to it, and to vim in general, but I am trying my best. I have chosen to install Omnisharp server automatically, and it succesfully installed and started, as
lsof -i
shows me that processmono
listens on port 36625. My.vimrc
is the following:, which is essentially the config from
OmnisharpVim
main page, withoutSyntasticCheck
with the config necessary to installOmnisharpVim
plugin.All the commands are autocompleted, so the plugin itself seems to have connected, however when trying to execute any command, the bottom status bar says
CONNECTION: Remote end closed connection without response
. Is there any chance that vim targets the wrong port or something?:echo has('python3') || has('python')
returns 1.Vim version 8.0
Ubuntu 18.04.1 LTS
Please request any additional information if you need it.
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: