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.

OmniSharp: Error talking to localhost

See original GitHub issue

Platform

  • 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:open
  • Created 5 years ago
  • Reactions:3
  • Comments:31 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
0xPlaydevilcommented, Nov 12, 2020

Same Error! Same output as @kufii when execute omnisharp.cmd. Solution: I found msbuild /version output right not mean omnisharp server can run correctly. Just adding only the filepath of msbuild.exe to PATH can arrive this. With visual studio installed, it provides vcvars64.bat to set environment correctly, but temporary. So I add call vcvars64.bat to the head of omnisharp.cmd then it works. Remember to add the filepath of vcvars64.bat into the PATH! Good luck!

2reactions
Rosalie241commented, Oct 19, 2018

read the README, you need msbuild

Read more comments on GitHub >

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

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