OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Error talking to http://localhost:port/autocomplete #267

Open cozerCode opened 2 years ago

cozerCode commented 2 years ago

Platform

Type

Checklist

Versions

output of mono --version:

6.12.0

output of msbuild /version:

16.6.0.52201

Details

What's the bug? Error talking to http://localhost:54191/autocomplete the intillisense isn't working or connecting to the server or somethin i searched to fix this issue but i didn't find a solution i saw some other guys having the same issue is this can be fixed by changing the timeout duration?

just saw an error HTTPConnectionPool(host='localhost', port=port): Max retries exceeded with url: /autocomplete (Caused by ProtocolError('Connection aborted.', ConnectionRefusedError(10061, 'No connection could be made because the target machine actively refused it', None, 10061)))

How-To

How do I reproduce this issue? idk

LexouDuck commented 2 years ago

Unfortunately, it seems as though this project (omnisharp-sublime) has been abandoned... The most recent commit is from 3 years ago - and there are now 8 different issues which are duplicates of the same problem, which is that the omnisharp server wont start correctly - the package distributes an incorrect version of omnisharp-roslyn.

Could a contributor/maintainer please edit the README.md of this repo to indicate that this project has been deprecated and is no longer being updated ? Are there any alternative packages that we could use ?

igorr0driguez commented 2 years ago

I've had success using https://github.com/sublimelsp/LSP-OmniSharp

I'm only having trouble pointing the OmniSharp that is installed to my global mono installation.

Apart from that, server is starting and working fine.