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.

Failing to communicate to CheckReadyStatus

See original GitHub issue

Error:

HTTPConnectionPool(host='localhost', port=50901): Max retries exceeded with url: /checkreadystatus (Caused by ProtocolError('Connection aborted.', ConnectionRefusedError(61, 'Connection refused')))

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
nfantonecommented, Aug 17, 2016

Something similar here:

Traceback (most recent call last):
  File "/Users/nfantone/Library/Application Support/Sublime Text 3/Packages/OmniSharp/lib/omnisharp.py", line 143, in <lambda>
    sublime.set_timeout(lambda:check_solution_ready_status(view), 5000)
  File "/Users/nfantone/Library/Application Support/Sublime Text 3/Packages/OmniSharp/lib/omnisharp.py", line 183, in check_solution_ready_status
    get_response(view, "/checkreadystatus", ready_status_handler)
  File "/Users/nfantone/Library/Application Support/Sublime Text 3/Packages/OmniSharp/lib/omnisharp.py", line 84, in get_response
    timeout = int(get_settings(view, 'omnisharp_response_timeout'))
TypeError: int() argument must be a string or a number, not 'NoneType'

On Mac OSX El Capitan with mono 4.4.2, Sublime 3120 and latest omnisharp-sublime 1.9.6.

1reaction
Lyrillindcommented, May 5, 2016

Same here on Sublime 3113.

Update Mono doesn’t work for me.

Pastebin: http://pastebin.com/cX0XQPG7

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to install DWP Catalog - Discussion - BMC Community
While trying to install DWP Catalog on a linux environment getting error: [ Installation started: 17:18:36 ]. [17:18:36] Dependency Check .
Read more >
Troubles setting up Capybara / Selenium tests in Github Actions
I am setting up a Github Actions workflow to run the entire test suite of a rails webapp and have some troubles with...
Read more >
Video from our web-based app not working in Live view using built ...
We receive video in Chrome, Edge, Safari, but we fail to see it inside our ... and add your mobile server URL at...
Read more >
ray.util.placement_group — Ray 2.2.0 - the Ray documentation
ObjectRef": """Returns an ObjectRef to check ready status. ... is None: raise ValueError(f"Failed to look up actor with name: {placement_group_name}") else: ...
Read more >
MSE6-E2M Energy efficiency module - Festo
If there is an error (e.g. fieldbus interruption, PLC failure, no voltage) on the ... Special diagnostic functions or communication services are available,....
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