OmniSharp: Error talking to localhost
See original GitHub issuePlatform
- Linux
- Windows
- OSX
Type
- This is an issue
- This is a feature request
- Other
Checklist
- It hasn’t been fixed in the latest master
- I can reproduce this issue in a fresh Sublime Text install without other extensions
Versions
output of mono --version
:
5.16.0.179
output of msbuild /version
:
Details
This might be less of a bug and more of an issue with my setup. I was using the setup detailed here https://www.youtube.com/watch?v=z7na1MuMDRg and it was working up until about a week ago. I tried several different solutions I found for recent issues I found on the internet (reinstalling from scratch, doubling the time for connection timeout, updating Mono to latest, etc and it keeps failing). I was hoping my problem might just be something obvious I’m not seeing. Every time I launch ST I get the error:
“OmniSharp: Error talking to http://localhost:xxxxx/checkreadystatus”
Thanks in advance for your help! Hopefully it’s something simple.
How-To
How do I reproduce this issue?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:31 (9 by maintainers)
Top Results From Across the Web
Setting up OmniSharp for Sublime Text 3 - Unity Forum
The following errors are showing up when OmniSharp tries to load the project: "OmniSharp: Error talking to http://localhost:[...]/codecheck"
Read more >OmniSharp with Sublime Text does not seem to be running ...
I'm trying to get ASP.NET MVC5 projects working within Sublime Text. I've installed both of the OmniSharp and Kulture sublime text plugins.
Read more >Error talking to http://localhost:port/checkreadystatus
I use MacOS X and Unity (C# projects). Also I've installed mono via homebrew. How to detect what's wrong with sublime and how...
Read more >OmniSharpSublime
json file. By default the location of this file is in a folder under the Sublime OmniSharp packages folder called PrebuiltOmniSharpServer and there...
Read more >Omnisharp Does Not Start (Visual Studio) - ADocLib
I found that it is sometimes easier to install Open in Visual Studio Code and edit Omnisharp Error: It Was Not Possible 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 Free
Top 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
Same Error! Same output as @kufii when execute
omnisharp.cmd
. Solution: I foundmsbuild /version
output right not mean omnisharp server can run correctly. Just adding only the filepath ofmsbuild.exe
toPATH
can arrive this. With visual studio installed, it providesvcvars64.bat
to set environment correctly, but temporary. So I addcall vcvars64.bat
to the head ofomnisharp.cmd
then it works. Remember to add the filepath ofvcvars64.bat
into the PATH! Good luck!read the README, you need
msbuild